Searched refs:__wqe (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/scsi/bfa/ |
D | bfa.h | 110 #define bfa_reqq_wait(__bfa, __reqq, __wqe) do { \ argument 115 WARN_ON(!((__wqe)->qresume && (__wqe)->cbarg)); \ 117 list_add_tail(&(__wqe)->qe, waitq); \ 120 #define bfa_reqq_wcancel(__wqe) list_del(&(__wqe)->qe) argument
|
D | bfa_fcs.h | 511 #define bfa_fcs_fcxp_alloc_wait(__bfa, __wqe, __alloc_cbfn, __alloc_cbarg) \ argument 512 bfa_fcxp_alloc_wait(__bfa, __wqe, __alloc_cbfn, __alloc_cbarg, \
|