Searched refs:stop_cbfn (Results 1 – 4 of 4) sorted by relevance
325 void (*stop_cbfn)(struct bnad *bnad); member351 void (*stop_cbfn)(void *); member377 void (*stop_cbfn)(struct bna_enet *); member489 void (*stop_cbfn)(void *arg, struct bna_tx *tx); member532 void (*stop_cbfn)(struct bna_enet *enet); member732 void (*stop_cbfn) (struct bna_rx *rx); member823 void (*stop_cbfn)(void *arg, struct bna_rx *rx); member862 void (*stop_cbfn)(struct bna_enet *enet); member
386 if ((_ethport)->stop_cbfn) { \388 cbfn = (_ethport)->stop_cbfn; \389 (_ethport)->stop_cbfn = NULL; \731 ethport->stop_cbfn = NULL; in bna_ethport_init()868 if ((enet)->stop_cbfn) { \871 cbfn = (enet)->stop_cbfn; \873 (enet)->stop_cbfn = NULL; \1190 enet->stop_cbfn = NULL; in bna_enet_init()1278 enet->stop_cbfn = cbfn; in bna_enet_disable()1330 if ((_ioceth)->stop_cbfn) { \[all …]
1272 if ((rx)->stop_cbfn) { \1275 cbfn = (rx)->stop_cbfn; \1942 if (rx_mod->stop_cbfn) in bna_rx_mod_cb_rx_stopped_all()1944 rx_mod->stop_cbfn = NULL; in bna_rx_mod_cb_rx_stopped_all()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) { \3544 tx->stop_cbfn = cbfn; in bna_tx_disable()3571 if (tx_mod->stop_cbfn) in bna_tx_mod_cb_tx_stopped_all()[all …]
77 if ((rxf)->stop_cbfn) { \80 cbfn = (rxf)->stop_cbfn; \82 (rxf)->stop_cbfn = NULL; \
Completed in 19 milliseconds