Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbna_types.h326 struct bnad *stop_cbarg; member
352 void *stop_cbarg; member
490 void *stop_cbarg; member
733 struct bna_rx *stop_cbarg; member
824 void *stop_cbarg; member
Dbna_enet.c872 cbarg = (enet)->stop_cbarg; \
874 (enet)->stop_cbarg = NULL; \
1191 enet->stop_cbarg = NULL; in bna_enet_init()
1226 enet->stop_cbarg = &enet->bna->ioceth; in bna_enet_stop()
1279 enet->stop_cbarg = enet->bna->bnad; in bna_enet_disable()
1334 cbarg = (_ioceth)->stop_cbarg; \
1336 (_ioceth)->stop_cbarg = NULL; \
1736 ioceth->stop_cbarg = NULL; in bna_ioceth_init()
1772 ioceth->stop_cbarg = ioceth->bna->bnad; in bna_ioceth_disable()
Dbna.h81 cbarg = (rxf)->stop_cbarg; \
83 (rxf)->stop_cbarg = NULL; \
Dbna_tx_rx.c713 rxf->stop_cbarg = rxf->rx; in bna_rxf_stop()
1276 cbarg = (rx)->stop_cbarg; \
1278 (rx)->stop_cbarg = NULL; \
1963 rx->stop_cbarg = &rx->bna->rx_mod; in bna_rx_stop()
2058 rx_ptr->stop_cbarg = NULL; in bna_rx_mod_init()
2312 rx->stop_cbarg = NULL; in bna_rx_create()
2555 rx->stop_cbarg = rx->bna->bnad; in bna_rx_disable()
2764 cbarg = (tx)->stop_cbarg; \
2766 (tx)->stop_cbarg = NULL; \
3256 tx->stop_cbarg = &tx->bna->tx_mod; in bna_tx_stop()
[all …]