Lines Matching refs:pTrans
690 SGETransaction32_t *pTrans; in mpt_lan_sdu_send() local
751 pTrans = (SGETransaction32_t *) pSendReq->SG_List; in mpt_lan_sdu_send()
754 pTrans->ContextSize = sizeof(u32); in mpt_lan_sdu_send()
755 pTrans->DetailsLength = 2 * sizeof(u32); in mpt_lan_sdu_send()
756 pTrans->Flags = 0; in mpt_lan_sdu_send()
757 pTrans->TransactionContext[0] = cpu_to_le32(ctx); in mpt_lan_sdu_send()
765 pTrans->TransactionDetails[0] = cpu_to_le32((cur_naa << 16) | in mpt_lan_sdu_send()
768 pTrans->TransactionDetails[1] = cpu_to_le32((mac[2] << 24) | in mpt_lan_sdu_send()
773 pSimple = (SGESimple64_t *) &pTrans->TransactionDetails[2]; in mpt_lan_sdu_send()
1154 SGETransaction32_t *pTrans; in mpt_lan_post_receive_buckets() local
1195 pTrans = (SGETransaction32_t *) pRecvReq->SG_List; in mpt_lan_post_receive_buckets()
1243 pTrans->ContextSize = sizeof(u32); in mpt_lan_post_receive_buckets()
1244 pTrans->DetailsLength = 0; in mpt_lan_post_receive_buckets()
1245 pTrans->Flags = 0; in mpt_lan_post_receive_buckets()
1246 pTrans->TransactionContext[0] = cpu_to_le32(ctx); in mpt_lan_post_receive_buckets()
1248 pSimple = (SGESimple64_t *) pTrans->TransactionDetails; in mpt_lan_post_receive_buckets()
1260 pTrans = (SGETransaction32_t *) (pSimple + 1); in mpt_lan_post_receive_buckets()