Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa.h114 #define bfa_cb_queue(__bfa, __hcb_qe, __cbfn, __cbarg) do { \ argument
115 (__hcb_qe)->cbfn = (__cbfn); \
123 #define bfa_cb_queue_once(__bfa, __hcb_qe, __cbfn, __cbarg) do { \ argument
124 (__hcb_qe)->cbfn = (__cbfn); \
432 #define bfa_pending_q_init(__qe, __cbfn, __cbarg, __data) do { \ argument
434 (__qe)->hcb_qe.cbfn = (__cbfn); \
Dbfa_ioc.h280 #define bfa_ioc_notify_init(__notify, __cbfn, __cbarg) do { \ argument
281 (__notify)->cbfn = (__cbfn); \
Dbfa_fcpim.c133 #define bfa_tskim_qcomp(__tskim, __cbfn) do { \ argument
134 bfa_cb_queue((__tskim)->bfa, &(__tskim)->hcb_qe, __cbfn, (__tskim));\
/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h145 #define bfa_ioc_notify_init(__notify, __cbfn, __cbarg) do { \ argument
146 (__notify)->cbfn = (__cbfn); \