Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c177 static void rt2661_reset_tx_ring(struct rt2661_softc *,
686 rt2661_reset_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring) in rt2661_reset_tx_ring() function
2121 rt2661_reset_tx_ring(sc, &sc->txq[0]); in rt2661_stop_locked()
2122 rt2661_reset_tx_ring(sc, &sc->txq[1]); in rt2661_stop_locked()
2123 rt2661_reset_tx_ring(sc, &sc->txq[2]); in rt2661_stop_locked()
2124 rt2661_reset_tx_ring(sc, &sc->txq[3]); in rt2661_stop_locked()
2125 rt2661_reset_tx_ring(sc, &sc->mgtq); in rt2661_stop_locked()