Searched refs:pSimple (Results 1 – 1 of 1) sorted by relevance
675 SGESimple64_t *pSimple; in mpt_lan_sdu_send() local757 pSimple = (SGESimple64_t *) &pTrans->TransactionDetails[2]; in mpt_lan_sdu_send()762 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_sdu_send()771 pSimple->Address.Low = cpu_to_le32((u32) dma); in mpt_lan_sdu_send()773 pSimple->Address.High = cpu_to_le32((u32) ((u64) dma >> 32)); in mpt_lan_sdu_send()775 pSimple->Address.High = 0; in mpt_lan_sdu_send()782 le32_to_cpu(pSimple->FlagsLength))); in mpt_lan_sdu_send()1143 SGESimple64_t *pSimple; in mpt_lan_post_receive_buckets() local1184 pSimple = NULL; in mpt_lan_post_receive_buckets()1237 pSimple = (SGESimple64_t *) pTrans->TransactionDetails; in mpt_lan_post_receive_buckets()[all …]