Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h339 struct bnad *stop_cbarg; member
363 void *stop_cbarg; member
499 void *stop_cbarg; member
743 struct bna_rx *stop_cbarg; member
835 void *stop_cbarg; member
Dbna_enet.c880 cbarg = (enet)->stop_cbarg; \
882 (enet)->stop_cbarg = NULL; \
1212 enet->stop_cbarg = NULL; in bna_enet_init()
1249 enet->stop_cbarg = &enet->bna->ioceth; in bna_enet_stop()
1302 enet->stop_cbarg = enet->bna->bnad; in bna_enet_disable()
1360 cbarg = (_ioceth)->stop_cbarg; \
1362 (_ioceth)->stop_cbarg = NULL; \
1762 ioceth->stop_cbarg = NULL; in bna_ioceth_init()
1798 ioceth->stop_cbarg = ioceth->bna->bnad; in bna_ioceth_disable()
Dbna.h192 cbarg = (rxf)->stop_cbarg; \
194 (rxf)->stop_cbarg = NULL; \
Dbna_tx_rx.c855 rxf->stop_cbarg = rxf->rx; in bna_rxf_stop()
1462 cbarg = (rx)->stop_cbarg; \
1464 (rx)->stop_cbarg = NULL; \
2185 rx->stop_cbarg = &rx->bna->rx_mod; in bna_rx_stop()
2290 rx_ptr->stop_cbarg = NULL; in bna_rx_mod_init()
2565 rx->stop_cbarg = NULL; in bna_rx_create()
2807 rx->stop_cbarg = rx->bna->bnad; in bna_rx_disable()
3020 cbarg = (tx)->stop_cbarg; \
3022 (tx)->stop_cbarg = NULL; \
3570 tx->stop_cbarg = &tx->bna->tx_mod; in bna_tx_stop()
[all …]