Lines Matching refs:rxf
83 #define call_rxf_stop_cbfn(rxf) \ argument
85 if ((rxf)->stop_cbfn) { \
88 cbfn = (rxf)->stop_cbfn; \
89 cbarg = (rxf)->stop_cbarg; \
90 (rxf)->stop_cbfn = NULL; \
91 (rxf)->stop_cbarg = NULL; \
96 #define call_rxf_start_cbfn(rxf) \ argument
98 if ((rxf)->start_cbfn) { \
101 cbfn = (rxf)->start_cbfn; \
102 cbarg = (rxf)->start_cbarg; \
103 (rxf)->start_cbfn = NULL; \
104 (rxf)->start_cbarg = NULL; \
109 #define call_rxf_cam_fltr_cbfn(rxf) \ argument
111 if ((rxf)->cam_fltr_cbfn) { \
114 cbfn = (rxf)->cam_fltr_cbfn; \
115 cbarg = (rxf)->cam_fltr_cbarg; \
116 (rxf)->cam_fltr_cbfn = NULL; \
117 (rxf)->cam_fltr_cbarg = NULL; \
118 cbfn(cbarg, rxf->rx); \
334 void bna_bfi_rxf_cfg_rsp(struct bna_rxf *rxf, struct bfi_msgq_mhdr *msghdr);
335 void bna_bfi_rxf_mcast_add_rsp(struct bna_rxf *rxf,
337 void bna_bfi_rxf_ucast_set_rsp(struct bna_rxf *rxf,