Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Ddebug.h188 u32 puttxbuf; member
Dxmit.c1990 bool puttxbuf = false; in ath_tx_txqaddbuf() local
2011 puttxbuf = true; in ath_tx_txqaddbuf()
2021 puttxbuf = true; in ath_tx_txqaddbuf()
2026 if (puttxbuf) { in ath_tx_txqaddbuf()
2027 TX_STAT_INC(txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
Ddebug.c616 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit()