Searched defs:ath_txq (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.h178 struct ath_txq { struct
196 struct ath_txq *txq;
264 struct ath_txq *txq;
283 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
285 struct ath_txq *txq_map[WME_NUM_AC];
314 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
315 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
318 struct ath_txq *txq, int retry_tx);
319 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);

Completed in 146 milliseconds