HomeSort by: relevance | last modified time | path
    Searched defs:wpi_reset_tx_ring (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_wpi.c 102 static void wpi_reset_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
837 wpi_reset_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring) function in typeref:typename:void
3340 wpi_reset_tx_ring(sc, &sc->txq[ac]);
3341 wpi_reset_tx_ring(sc, &sc->cmdq);

Completed in 30 milliseconds