Searched refs:pSimple (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
H A Dmptlan.c691 SGESimple64_t *pSimple; mpt_lan_sdu_send() local
773 pSimple = (SGESimple64_t *) &pTrans->TransactionDetails[2]; mpt_lan_sdu_send()
778 pSimple->FlagsLength = cpu_to_le32( mpt_lan_sdu_send()
787 pSimple->Address.Low = cpu_to_le32((u32) dma); mpt_lan_sdu_send()
789 pSimple->Address.High = cpu_to_le32((u32) ((u64) dma >> 32)); mpt_lan_sdu_send()
791 pSimple->Address.High = 0; mpt_lan_sdu_send()
798 le32_to_cpu(pSimple->FlagsLength))); mpt_lan_sdu_send()
1155 SGESimple64_t *pSimple; mpt_lan_post_receive_buckets() local
1196 pSimple = NULL; mpt_lan_post_receive_buckets()
1248 pSimple = (SGESimple64_t *) pTrans->TransactionDetails; mpt_lan_post_receive_buckets()
1250 pSimple->FlagsLength = cpu_to_le32( mpt_lan_post_receive_buckets()
1254 pSimple->Address.Low = cpu_to_le32((u32) priv->RcvCtl[ctx].dma); mpt_lan_post_receive_buckets()
1256 pSimple->Address.High = cpu_to_le32((u32) ((u64) priv->RcvCtl[ctx].dma >> 32)); mpt_lan_post_receive_buckets()
1258 pSimple->Address.High = 0; mpt_lan_post_receive_buckets()
1260 pTrans = (SGETransaction32_t *) (pSimple + 1); mpt_lan_post_receive_buckets()
1263 if (pSimple == NULL) { mpt_lan_post_receive_buckets()
1270 pSimple->FlagsLength |= cpu_to_le32(MPI_SGE_FLAGS_END_OF_LIST << MPI_SGE_FLAGS_SHIFT); mpt_lan_post_receive_buckets()

Completed in 62 milliseconds