HomeSort by: relevance | last modified time | path
    Searched refs:iwm_tx_ring (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwmvar.h 270 struct iwm_tx_ring { struct
404 struct iwm_tx_ring txq[IWM_MAX_QUEUES];
if_iwm.c 288 static int iwm_alloc_tx_ring(struct iwm_softc *, struct iwm_tx_ring *,
290 static void iwm_reset_tx_ring(struct iwm_softc *, struct iwm_tx_ring *);
291 static void iwm_free_tx_ring(struct iwm_softc *, struct iwm_tx_ring *);
1411 iwm_alloc_tx_ring(struct iwm_softc *sc, struct iwm_tx_ring *ring, int qid)
1497 iwm_reset_tx_ring(struct iwm_softc *sc, struct iwm_tx_ring *ring)
1529 iwm_free_tx_ring(struct iwm_softc *sc, struct iwm_tx_ring *ring)
2096 struct iwm_tx_ring *txq = &sc->txq[qid];
2198 struct iwm_tx_ring *ring = &sc->txq[qid];
4322 struct iwm_tx_ring *ring = &sc->txq[qid];
4481 struct iwm_tx_ring *ring = &sc->txq[sc->cmdqid]
    [all...]

Completed in 39 milliseconds