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

  /src/sys/dev/pci/
if_iwi.c 94 static void iwi_reset_tx_ring(struct iwi_softc *, struct iwi_tx_ring *);
657 iwi_reset_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring) function in typeref:typename:void
2929 iwi_reset_tx_ring(sc, &sc->txq[0]);
2930 iwi_reset_tx_ring(sc, &sc->txq[1]);
2931 iwi_reset_tx_ring(sc, &sc->txq[2]);
2932 iwi_reset_tx_ring(sc, &sc->txq[3]);

Completed in 13 milliseconds