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

  /src/sys/dev/pci/
if_iwi.c 118 static void iwi_tx_intr(struct iwi_softc *, struct iwi_tx_ring *);
1433 iwi_tx_intr(struct iwi_softc *sc, struct iwi_tx_ring *txq) function in typeref:typename:void
1531 iwi_tx_intr(sc, &sc->txq[0]);
1534 iwi_tx_intr(sc, &sc->txq[1]);
1537 iwi_tx_intr(sc, &sc->txq[2]);
1540 iwi_tx_intr(sc, &sc->txq[3]);

Completed in 12 milliseconds