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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h325 void (*stop_cbfn)(struct bnad *bnad); member in struct:bna_ioceth
351 void (*stop_cbfn)(void *); member in struct:bna_enet
377 void (*stop_cbfn)(struct bna_enet *); member in struct:bna_ethport
489 void (*stop_cbfn)(void *arg, struct bna_tx *tx); member in struct:bna_tx
532 void (*stop_cbfn)(struct bna_enet *enet); member in struct:bna_tx_mod
732 void (*stop_cbfn) (struct bna_rx *rx); member in struct:bna_rxf
823 void (*stop_cbfn)(void *arg, struct bna_rx *rx); member in struct:bna_rx
862 void (*stop_cbfn)(struct bna_enet *enet); member in struct:bna_rx_mod
H A Dbna_enet.c386 if ((_ethport)->stop_cbfn) { \
388 cbfn = (_ethport)->stop_cbfn; \
389 (_ethport)->stop_cbfn = NULL; \
731 ethport->stop_cbfn = NULL;
761 ethport->stop_cbfn = bna_enet_cb_ethport_stopped;
868 if ((enet)->stop_cbfn) { \
871 cbfn = (enet)->stop_cbfn; \
873 (enet)->stop_cbfn = NULL; \
1190 enet->stop_cbfn = NULL;
1225 enet->stop_cbfn
[all...]
H A Dbna.h77 if ((rxf)->stop_cbfn) { \
80 cbfn = (rxf)->stop_cbfn; \
82 (rxf)->stop_cbfn = NULL; \
H A Dbna_tx_rx.c712 rxf->stop_cbfn = bna_rx_cb_rxf_stopped;
1272 if ((rx)->stop_cbfn) { \
1275 cbfn = (rx)->stop_cbfn; \
1277 (rx)->stop_cbfn = NULL; \
1942 if (rx_mod->stop_cbfn)
1943 rx_mod->stop_cbfn(&rx_mod->bna->enet);
1944 rx_mod->stop_cbfn = NULL;
1962 rx->stop_cbfn = bna_rx_mod_cb_rx_stopped;
1998 rx_mod->stop_cbfn = bna_enet_cb_rx_stopped;
2057 rx_ptr->stop_cbfn
[all...]

Completed in 119 milliseconds