Home
last modified time | relevance | path

Searched refs:txqsetup (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dath9k.h62 #define ATH_TXQ_SETUP(sc, i) ((sc)->tx.txqsetup & (1<<i))
289 u32 txqsetup; member
Dxmit.c1395 sc->tx.txqsetup |= 1<<axq_qnum; in ath_txq_setup()
1583 sc->tx.txqsetup &= ~(1<<txq->axq_qnum); in ath_tx_cleanupq()
Ddebug.c503 ATH9K_NUM_TX_QUEUES, sc->tx.txqsetup, in read_file_xmit()