Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h338 void (*stop_cbfn)(struct bnad *bnad); member
362 void (*stop_cbfn)(void *); member
389 void (*stop_cbfn)(struct bna_enet *); member
498 void (*stop_cbfn)(void *arg, struct bna_tx *tx); member
544 void (*stop_cbfn)(struct bna_enet *enet); member
742 void (*stop_cbfn) (struct bna_rx *rx); member
834 void (*stop_cbfn)(void *arg, struct bna_rx *rx); member
873 void (*stop_cbfn)(struct bna_enet *enet); member
Dbna_enet.c394 if ((_ethport)->stop_cbfn) { \
396 cbfn = (_ethport)->stop_cbfn; \
397 (_ethport)->stop_cbfn = NULL; \
739 ethport->stop_cbfn = NULL; in bna_ethport_init()
769 ethport->stop_cbfn = bna_enet_cb_ethport_stopped; in bna_ethport_stop()
876 if ((enet)->stop_cbfn) { \
879 cbfn = (enet)->stop_cbfn; \
881 (enet)->stop_cbfn = NULL; \
1211 enet->stop_cbfn = NULL; in bna_enet_init()
1248 enet->stop_cbfn = bna_ioceth_cb_enet_stopped; in bna_enet_stop()
[all …]
Dbna_tx_rx.c854 rxf->stop_cbfn = bna_rx_cb_rxf_stopped; in bna_rxf_stop()
1458 if ((rx)->stop_cbfn) { \
1461 cbfn = (rx)->stop_cbfn; \
1463 (rx)->stop_cbfn = NULL; \
2164 if (rx_mod->stop_cbfn) in bna_rx_mod_cb_rx_stopped_all()
2165 rx_mod->stop_cbfn(&rx_mod->bna->enet); in bna_rx_mod_cb_rx_stopped_all()
2166 rx_mod->stop_cbfn = NULL; in bna_rx_mod_cb_rx_stopped_all()
2184 rx->stop_cbfn = bna_rx_mod_cb_rx_stopped; in bna_rx_stop()
2224 rx_mod->stop_cbfn = bna_enet_cb_rx_stopped; in bna_rx_mod_stop()
2289 rx_ptr->stop_cbfn = NULL; in bna_rx_mod_init()
[all …]
Dbna.h188 if ((rxf)->stop_cbfn) { \
191 cbfn = (rxf)->stop_cbfn; \
193 (rxf)->stop_cbfn = NULL; \