Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa.h123 #define bfa_cb_queue(__bfa, __hcb_qe, __cbfn, __cbarg) do { \ argument
124 (__hcb_qe)->cbfn = (__cbfn); \
132 #define bfa_cb_queue_once(__bfa, __hcb_qe, __cbfn, __cbarg) do { \ argument
133 (__hcb_qe)->cbfn = (__cbfn); \
441 #define bfa_pending_q_init(__qe, __cbfn, __cbarg, __data) do { \ argument
443 (__qe)->hcb_qe.cbfn = (__cbfn); \
Dbfa_ioc.h284 #define bfa_ioc_notify_init(__notify, __cbfn, __cbarg) do { \ argument
285 (__notify)->cbfn = (__cbfn); \
Dbfa_fcpim.c142 #define bfa_tskim_qcomp(__tskim, __cbfn) do { \ argument
143 bfa_cb_queue((__tskim)->bfa, &(__tskim)->hcb_qe, __cbfn, (__tskim));\
/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h153 #define bfa_ioc_notify_init(__notify, __cbfn, __cbarg) do { \ argument
154 (__notify)->cbfn = (__cbfn); \