Lines Matching refs:pSimple
682 SGESimple64_t *pSimple; in mpt_lan_sdu_send() local
764 pSimple = (SGESimple64_t *) &pTrans->TransactionDetails[2]; in mpt_lan_sdu_send()
769 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_sdu_send()
778 pSimple->Address.Low = cpu_to_le32((u32) dma); in mpt_lan_sdu_send()
780 pSimple->Address.High = cpu_to_le32((u32) ((u64) dma >> 32)); in mpt_lan_sdu_send()
782 pSimple->Address.High = 0; in mpt_lan_sdu_send()
789 le32_to_cpu(pSimple->FlagsLength))); in mpt_lan_sdu_send()
1146 SGESimple64_t *pSimple; in mpt_lan_post_receive_buckets() local
1187 pSimple = NULL; in mpt_lan_post_receive_buckets()
1239 pSimple = (SGESimple64_t *) pTrans->TransactionDetails; in mpt_lan_post_receive_buckets()
1241 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_post_receive_buckets()
1245 pSimple->Address.Low = cpu_to_le32((u32) priv->RcvCtl[ctx].dma); in mpt_lan_post_receive_buckets()
1247 pSimple->Address.High = cpu_to_le32((u32) ((u64) priv->RcvCtl[ctx].dma >> 32)); in mpt_lan_post_receive_buckets()
1249 pSimple->Address.High = 0; in mpt_lan_post_receive_buckets()
1251 pTrans = (SGETransaction32_t *) (pSimple + 1); in mpt_lan_post_receive_buckets()
1254 if (pSimple == NULL) { in mpt_lan_post_receive_buckets()
1261 pSimple->FlagsLength |= cpu_to_le32(MPI_SGE_FLAGS_END_OF_LIST << MPI_SGE_FLAGS_SHIFT); in mpt_lan_post_receive_buckets()