Lines Matching refs:stop_cbfn
712 rxf->stop_cbfn = bna_rx_cb_rxf_stopped; in bna_rxf_stop()
1272 if ((rx)->stop_cbfn) { \
1275 cbfn = (rx)->stop_cbfn; \
1277 (rx)->stop_cbfn = NULL; \
1942 if (rx_mod->stop_cbfn) in bna_rx_mod_cb_rx_stopped_all()
1943 rx_mod->stop_cbfn(&rx_mod->bna->enet); in bna_rx_mod_cb_rx_stopped_all()
1944 rx_mod->stop_cbfn = NULL; in bna_rx_mod_cb_rx_stopped_all()
1962 rx->stop_cbfn = bna_rx_mod_cb_rx_stopped; in bna_rx_stop()
1998 rx_mod->stop_cbfn = bna_enet_cb_rx_stopped; in bna_rx_mod_stop()
2057 rx_ptr->stop_cbfn = NULL; in bna_rx_mod_init()
2311 rx->stop_cbfn = NULL; in bna_rx_create()
2554 rx->stop_cbfn = cbfn; in bna_rx_disable()
2760 if ((tx)->stop_cbfn) { \
2763 cbfn = (tx)->stop_cbfn; \
2765 (tx)->stop_cbfn = NULL; \
3255 tx->stop_cbfn = bna_tx_mod_cb_tx_stopped; in bna_tx_stop()
3544 tx->stop_cbfn = cbfn; in bna_tx_disable()
3571 if (tx_mod->stop_cbfn) in bna_tx_mod_cb_tx_stopped_all()
3572 tx_mod->stop_cbfn(&tx_mod->bna->enet); in bna_tx_mod_cb_tx_stopped_all()
3573 tx_mod->stop_cbfn = NULL; in bna_tx_mod_cb_tx_stopped_all()
3635 tx_mod->stop_cbfn = bna_enet_cb_tx_stopped; in bna_tx_mod_stop()