Symbol: iwn_tx_ring
sys/dev/pci/if_iwn.c
1284
iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid)
sys/dev/pci/if_iwn.c
1337
iwn_reset_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring)
sys/dev/pci/if_iwn.c
134
int iwn_alloc_tx_ring(struct iwn_softc *, struct iwn_tx_ring *,
sys/dev/pci/if_iwn.c
136
void iwn_reset_tx_ring(struct iwn_softc *, struct iwn_tx_ring *);
sys/dev/pci/if_iwn.c
1362
iwn_free_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring)
sys/dev/pci/if_iwn.c
137
void iwn_free_tx_ring(struct iwn_softc *, struct iwn_tx_ring *);
sys/dev/pci/if_iwn.c
160
struct iwn_tx_ring *, uint16_t, uint16_t);
sys/dev/pci/if_iwn.c
169
void iwn_ampdu_txq_advance(struct iwn_softc *, struct iwn_tx_ring *,
sys/dev/pci/if_iwn.c
171
void iwn_ampdu_tx_done(struct iwn_softc *, struct iwn_tx_ring *,
sys/dev/pci/if_iwn.c
180
void iwn_clear_oactive(struct iwn_softc *, struct iwn_tx_ring *);
sys/dev/pci/if_iwn.c
2241
struct iwn_tx_ring *txq, uint16_t seq, uint16_t ssn)
sys/dev/pci/if_iwn.c
2334
struct iwn_tx_ring *txq;
sys/dev/pci/if_iwn.c
2527
iwn_ampdu_txq_advance(struct iwn_softc *sc, struct iwn_tx_ring *txq, int qid,
sys/dev/pci/if_iwn.c
2554
iwn_ampdu_tx_done(struct iwn_softc *sc, struct iwn_tx_ring *txq,
sys/dev/pci/if_iwn.c
2658
struct iwn_tx_ring *ring;
sys/dev/pci/if_iwn.c
2705
struct iwn_tx_ring *ring;
sys/dev/pci/if_iwn.c
2766
iwn_clear_oactive(struct iwn_softc *sc, struct iwn_tx_ring *ring)
sys/dev/pci/if_iwn.c
2791
struct iwn_tx_ring *ring = &sc->txq[qid];
sys/dev/pci/if_iwn.c
2838
struct iwn_tx_ring *ring = &sc->txq[4];
sys/dev/pci/if_iwn.c
3068
struct iwn_tx_ring *ring = &sc->txq[qid];
sys/dev/pci/if_iwn.c
3125
struct iwn_tx_ring *ring = &sc->txq[i];
sys/dev/pci/if_iwn.c
3316
struct iwn_tx_ring *ring;
sys/dev/pci/if_iwn.c
3798
struct iwn_tx_ring *ring = &sc->txq[4];
sys/dev/pci/if_iwn.c
7058
struct iwn_tx_ring *txq = &sc->txq[qid];
sys/dev/pci/if_iwnvar.h
254
struct iwn_tx_ring txq[IWN5000_NTXQUEUES];