Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/ !
Dxmit.c1394 txq->axq_tx_inprogress = false; in ath_txq_setup()
1528 txq->axq_tx_inprogress = false; in ath_draintxq()
2162 txq->axq_tx_inprogress = false; in ath_tx_process_buffer()
2268 if (txq->axq_tx_inprogress) { in ath_tx_complete_poll_work()
2273 txq->axq_tx_inprogress = true; in ath_tx_complete_poll_work()
Dath9k.h189 bool axq_tx_inprogress; member
Ddebug.c540 PRX("tx-in-progress ", axq_tx_inprogress); in read_file_xmit()