Lines Matching refs:rxf
75 #define call_rxf_stop_cbfn(rxf) \ argument
77 if ((rxf)->stop_cbfn) { \
80 cbfn = (rxf)->stop_cbfn; \
81 cbarg = (rxf)->stop_cbarg; \
82 (rxf)->stop_cbfn = NULL; \
83 (rxf)->stop_cbarg = NULL; \
88 #define call_rxf_start_cbfn(rxf) \ argument
90 if ((rxf)->start_cbfn) { \
93 cbfn = (rxf)->start_cbfn; \
94 cbarg = (rxf)->start_cbarg; \
95 (rxf)->start_cbfn = NULL; \
96 (rxf)->start_cbarg = NULL; \
101 #define call_rxf_cam_fltr_cbfn(rxf) \ argument
103 if ((rxf)->cam_fltr_cbfn) { \
106 cbfn = (rxf)->cam_fltr_cbfn; \
107 cbarg = (rxf)->cam_fltr_cbarg; \
108 (rxf)->cam_fltr_cbfn = NULL; \
109 (rxf)->cam_fltr_cbarg = NULL; \
110 cbfn(cbarg, rxf->rx); \
326 void bna_bfi_rxf_cfg_rsp(struct bna_rxf *rxf, struct bfi_msgq_mhdr *msghdr);
327 void bna_bfi_rxf_mcast_add_rsp(struct bna_rxf *rxf,
329 void bna_bfi_rxf_ucast_set_rsp(struct bna_rxf *rxf,