Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c179 static int vr_tx_stop(struct vr_softc *);
328 if (vr_tx_stop(sc) != 0 || in vr_miibus_statchg()
370 if (vr_tx_stop(sc) != 0 || vr_rx_stop(sc) != 0) { in vr_miibus_statchg()
1492 if (vr_tx_stop(sc) != 0) { in vr_txeof()
1660 if (vr_tx_stop(sc) != 0) { in vr_tx_underrun()
2383 vr_tx_stop(struct vr_softc *sc) in vr_tx_stop() function
2449 if (vr_tx_stop(sc) != 0) in vr_stop()