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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h326 struct bnad *stop_cbarg; member in struct:bna_ioceth
352 void *stop_cbarg; member in struct:bna_enet
490 void *stop_cbarg; member in struct:bna_tx
733 struct bna_rx *stop_cbarg; member in struct:bna_rxf
824 void *stop_cbarg; member in struct:bna_rx
H A Dbna_enet.c872 cbarg = (enet)->stop_cbarg; \
874 (enet)->stop_cbarg = NULL; \
1191 enet->stop_cbarg = NULL;
1226 enet->stop_cbarg = &enet->bna->ioceth;
1279 enet->stop_cbarg = enet->bna->bnad;
1334 cbarg = (_ioceth)->stop_cbarg; \
1336 (_ioceth)->stop_cbarg = NULL; \
1736 ioceth->stop_cbarg = NULL;
1772 ioceth->stop_cbarg = ioceth->bna->bnad;
H A Dbna.h81 cbarg = (rxf)->stop_cbarg; \
83 (rxf)->stop_cbarg = NULL; \
H A Dbna_tx_rx.c713 rxf->stop_cbarg = rxf->rx;
1276 cbarg = (rx)->stop_cbarg; \
1278 (rx)->stop_cbarg = NULL; \
1963 rx->stop_cbarg = &rx->bna->rx_mod;
2058 rx_ptr->stop_cbarg = NULL;
2312 rx->stop_cbarg = NULL;
2555 rx->stop_cbarg = rx->bna->bnad;
2764 cbarg = (tx)->stop_cbarg; \
2766 (tx)->stop_cbarg = NULL; \
3256 tx->stop_cbarg
[all...]

Completed in 155 milliseconds