Searched refs:iwx_tx_ring (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/iwx/ |
| H A D | if_iwxvar.h | 244 struct iwx_tx_ring { struct 682 struct iwx_tx_ring txq[IWX_NUM_TX_QUEUES];
|
| H A D | if_iwx.c | 370 static int iwx_alloc_tx_ring(struct iwx_softc *, struct iwx_tx_ring *, int); 371 static void iwx_reset_tx_ring(struct iwx_softc *, struct iwx_tx_ring *); 372 static void iwx_free_tx_ring(struct iwx_softc *, struct iwx_tx_ring *); 444 static void iwx_clear_tx_desc(struct iwx_softc *, struct iwx_tx_ring *, int); 445 static void iwx_txd_done(struct iwx_softc *, struct iwx_tx_ring *, 447 static void iwx_txq_advance(struct iwx_softc *, struct iwx_tx_ring *, uint16_t); 450 static void iwx_clear_oactive(struct iwx_softc *, struct iwx_tx_ring *); 477 static void iwx_tx_update_byte_tbl(struct iwx_softc *, struct iwx_tx_ring *, int, 2129 iwx_alloc_tx_ring(struct iwx_softc *sc, struct iwx_tx_ring *ring, int qid) in iwx_alloc_tx_ring() 2229 iwx_reset_tx_ring(struct iwx_softc *sc, struct iwx_tx_ring *ring) in iwx_reset_tx_ring() [all …]
|