Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfa.h115 (__hcb_qe)->cbfn = (__cbfn); \
116 (__hcb_qe)->cbarg = (__cbarg); \
117 (__hcb_qe)->pre_rmv = BFA_FALSE; \
121 #define bfa_cb_dequeue(__hcb_qe) list_del(&(__hcb_qe)->qe) argument
124 (__hcb_qe)->cbfn = (__cbfn); \
125 (__hcb_qe)->cbarg = (__cbarg); \
126 if (!(__hcb_qe)->once) { \
128 (__hcb_qe)->once = BFA_TRUE; \
133 (__hcb_qe)->fw_status = (__status); \
137 #define bfa_cb_queue_done(__hcb_qe) do { \ argument
[all …]

Completed in 4 milliseconds