Home
last modified time | relevance | path

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

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