Home
last modified time | relevance | path

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

/linux-6.15/drivers/message/fusion/
H A Dmptlan.c679 SGETransaction32_t *pTrans; in mpt_lan_sdu_send() local
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()
1147 SGETransaction32_t *pTrans; in mpt_lan_post_receive_buckets() local
1237 pTrans->ContextSize = sizeof(u32); in mpt_lan_post_receive_buckets()
1238 pTrans->DetailsLength = 0; in mpt_lan_post_receive_buckets()
1239 pTrans->Flags = 0; in mpt_lan_post_receive_buckets()
1240 pTrans->TransactionContext = cpu_to_le32(ctx); in mpt_lan_post_receive_buckets()
[all …]