Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbna_types.h338 struct bnad *stop_cbarg; member
362 void *stop_cbarg; member
498 void *stop_cbarg; member
742 struct bna_rx *stop_cbarg; member
834 void *stop_cbarg; member
Dbna_enet.c879 cbarg = (enet)->stop_cbarg; \
881 (enet)->stop_cbarg = NULL; \
1211 enet->stop_cbarg = NULL; in bna_enet_init()
1248 enet->stop_cbarg = &enet->bna->ioceth; in bna_enet_stop()
1301 enet->stop_cbarg = enet->bna->bnad; in bna_enet_disable()
1359 cbarg = (_ioceth)->stop_cbarg; \
1361 (_ioceth)->stop_cbarg = NULL; \
1761 ioceth->stop_cbarg = NULL; in bna_ioceth_init()
1797 ioceth->stop_cbarg = ioceth->bna->bnad; in bna_ioceth_disable()
Dbna.h191 cbarg = (rxf)->stop_cbarg; \
193 (rxf)->stop_cbarg = NULL; \
Dbna_tx_rx.c854 rxf->stop_cbarg = rxf->rx; in bna_rxf_stop()
1461 cbarg = (rx)->stop_cbarg; \
1463 (rx)->stop_cbarg = NULL; \
2184 rx->stop_cbarg = &rx->bna->rx_mod; in bna_rx_stop()
2289 rx_ptr->stop_cbarg = NULL; in bna_rx_mod_init()
2564 rx->stop_cbarg = NULL; in bna_rx_create()
2806 rx->stop_cbarg = rx->bna->bnad; in bna_rx_disable()
3019 cbarg = (tx)->stop_cbarg; \
3021 (tx)->stop_cbarg = NULL; \
3569 tx->stop_cbarg = &tx->bna->tx_mod; in bna_tx_stop()
[all …]