Lines Matching refs:pTrans
681 SGETransaction32_t *pTrans; in mpt_lan_sdu_send() local
742 pTrans = (SGETransaction32_t *) pSendReq->SG_List; in mpt_lan_sdu_send()
745 pTrans->ContextSize = sizeof(u32); in mpt_lan_sdu_send()
746 pTrans->DetailsLength = 2 * sizeof(u32); in mpt_lan_sdu_send()
747 pTrans->Flags = 0; in mpt_lan_sdu_send()
748 pTrans->TransactionContext[0] = cpu_to_le32(ctx); in mpt_lan_sdu_send()
756 pTrans->TransactionDetails[0] = cpu_to_le32((cur_naa << 16) | in mpt_lan_sdu_send()
759 pTrans->TransactionDetails[1] = cpu_to_le32((mac[2] << 24) | in mpt_lan_sdu_send()
764 pSimple = (SGESimple64_t *) &pTrans->TransactionDetails[2]; in mpt_lan_sdu_send()
1145 SGETransaction32_t *pTrans; in mpt_lan_post_receive_buckets() local
1186 pTrans = (SGETransaction32_t *) pRecvReq->SG_List; in mpt_lan_post_receive_buckets()
1234 pTrans->ContextSize = sizeof(u32); in mpt_lan_post_receive_buckets()
1235 pTrans->DetailsLength = 0; in mpt_lan_post_receive_buckets()
1236 pTrans->Flags = 0; in mpt_lan_post_receive_buckets()
1237 pTrans->TransactionContext[0] = cpu_to_le32(ctx); in mpt_lan_post_receive_buckets()
1239 pSimple = (SGESimple64_t *) pTrans->TransactionDetails; in mpt_lan_post_receive_buckets()
1251 pTrans = (SGETransaction32_t *) (pSimple + 1); in mpt_lan_post_receive_buckets()