Symbol: iwx_tx_ring
sys/dev/pci/if_iwx.c
10735
struct iwx_tx_ring *ring = &sc->txq[i];
sys/dev/pci/if_iwx.c
10804
struct iwx_tx_ring *ring = &sc->txq[qid];
sys/dev/pci/if_iwx.c
2070
iwx_alloc_tx_ring(struct iwx_softc *sc, struct iwx_tx_ring *ring, int qid)
sys/dev/pci/if_iwx.c
2167
iwx_reset_tx_ring(struct iwx_softc *sc, struct iwx_tx_ring *ring)
sys/dev/pci/if_iwx.c
2207
iwx_free_tx_ring(struct iwx_softc *sc, struct iwx_tx_ring *ring)
sys/dev/pci/if_iwx.c
278
int iwx_alloc_tx_ring(struct iwx_softc *, struct iwx_tx_ring *, int);
sys/dev/pci/if_iwx.c
279
void iwx_reset_tx_ring(struct iwx_softc *, struct iwx_tx_ring *);
sys/dev/pci/if_iwx.c
280
void iwx_free_tx_ring(struct iwx_softc *, struct iwx_tx_ring *);
sys/dev/pci/if_iwx.c
2925
struct iwx_tx_ring *ring = &sc->txq[qid];
sys/dev/pci/if_iwx.c
3013
struct iwx_tx_ring *ring = &sc->txq[qid];
sys/dev/pci/if_iwx.c
366
void iwx_clear_tx_desc(struct iwx_softc *, struct iwx_tx_ring *, int);
sys/dev/pci/if_iwx.c
368
void iwx_txq_advance(struct iwx_softc *, struct iwx_tx_ring *, uint16_t);
sys/dev/pci/if_iwx.c
371
void iwx_clear_oactive(struct iwx_softc *, struct iwx_tx_ring *);
sys/dev/pci/if_iwx.c
3741
struct iwx_tx_ring *ring;
sys/dev/pci/if_iwx.c
395
void iwx_tx_update_byte_tbl(struct iwx_softc *, struct iwx_tx_ring *, int,
sys/dev/pci/if_iwx.c
5348
iwx_clear_tx_desc(struct iwx_softc *sc, struct iwx_tx_ring *ring, int idx)
sys/dev/pci/if_iwx.c
5383
iwx_txq_advance(struct iwx_softc *sc, struct iwx_tx_ring *ring, uint16_t idx)
sys/dev/pci/if_iwx.c
5408
struct iwx_tx_ring *ring = &sc->txq[qid];
sys/dev/pci/if_iwx.c
5451
iwx_clear_oactive(struct iwx_softc *sc, struct iwx_tx_ring *ring)
sys/dev/pci/if_iwx.c
5478
struct iwx_tx_ring *ring;
sys/dev/pci/if_iwx.c
5809
struct iwx_tx_ring *ring = &sc->txq[IWX_DQA_CMD_QUEUE];
sys/dev/pci/if_iwx.c
6045
struct iwx_tx_ring *ring = &sc->txq[IWX_DQA_CMD_QUEUE];
sys/dev/pci/if_iwx.c
6179
iwx_tx_update_byte_tbl(struct iwx_softc *sc, struct iwx_tx_ring *txq,
sys/dev/pci/if_iwx.c
6220
struct iwx_tx_ring *ring;
sys/dev/pci/if_iwx.c
6504
struct iwx_tx_ring *txq;
sys/dev/pci/if_iwx.c
7101
struct iwx_tx_ring *ring = &sc->txq[i];
sys/dev/pci/if_iwxvar.h
687
struct iwx_tx_ring txq[IWX_NUM_TX_QUEUES];