Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfa.h114 (__hcb_qe)->cbfn = (__cbfn); \
115 (__hcb_qe)->cbarg = (__cbarg); \
116 (__hcb_qe)->pre_rmv = BFA_FALSE; \
120 #define bfa_cb_dequeue(__hcb_qe) list_del(&(__hcb_qe)->qe) argument
123 (__hcb_qe)->cbfn = (__cbfn); \
124 (__hcb_qe)->cbarg = (__cbarg); \
125 if (!(__hcb_qe)->once) { \
127 (__hcb_qe)->once = BFA_TRUE; \
132 (__hcb_qe)->fw_status = (__status); \
136 #define bfa_cb_queue_done(__hcb_qe) do { \ argument
[all …]

Completed in 7 milliseconds