Searched refs:pTrans (Results 1 – 1 of 1) sorted by relevance
679 SGETransaction32_t *pTrans; in mpt_lan_sdu_send() local740 pTrans = (SGETransaction32_t *) pSendReq->SG_List; in mpt_lan_sdu_send()743 pTrans->ContextSize = sizeof(u32); in mpt_lan_sdu_send()744 pTrans->DetailsLength = 2 * sizeof(u32); in mpt_lan_sdu_send()745 pTrans->Flags = 0; in mpt_lan_sdu_send()746 pTrans->TransactionContext = cpu_to_le32(ctx); in mpt_lan_sdu_send()754 pTrans->TransactionDetails[0] = cpu_to_le32((cur_naa << 16) | in mpt_lan_sdu_send()757 pTrans->TransactionDetails[1] = cpu_to_le32((mac[2] << 24) | in mpt_lan_sdu_send()762 pSimple = (SGESimple64_t *) &pTrans->TransactionDetails[2]; in mpt_lan_sdu_send()1147 SGETransaction32_t *pTrans; in mpt_lan_post_receive_buckets() local[all …]