Home
last modified time | relevance | path

Searched refs:pSimple (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/message/fusion/
H A Dmptlan.c680 SGESimple64_t *pSimple; in mpt_lan_sdu_send() local
767 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_sdu_send()
776 pSimple->Address.Low = cpu_to_le32((u32) dma); in mpt_lan_sdu_send()
780 pSimple->Address.High = 0; in mpt_lan_sdu_send()
787 le32_to_cpu(pSimple->FlagsLength))); in mpt_lan_sdu_send()
1148 SGESimple64_t *pSimple; in mpt_lan_post_receive_buckets() local
1189 pSimple = NULL; in mpt_lan_post_receive_buckets()
1244 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_post_receive_buckets()
1252 pSimple->Address.High = 0; in mpt_lan_post_receive_buckets()
1254 pTrans = (SGETransaction32_t *) (pSimple + 1); in mpt_lan_post_receive_buckets()
[all …]