Home
last modified time | relevance | path

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

/freebsd-14.2/sys/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()
1487 if (vr_tx_stop(sc) != 0) { in vr_txeof()
1655 if (vr_tx_stop(sc) != 0) { in vr_tx_underrun()
2378 vr_tx_stop(struct vr_softc *sc) in vr_tx_stop() function
2444 if (vr_tx_stop(sc) != 0) in vr_stop()