Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddebug.h186 u32 puttxbuf; member
Dxmit.c2076 bool puttxbuf = false; in ath_tx_txqaddbuf() local
2097 puttxbuf = true; in ath_tx_txqaddbuf()
2107 puttxbuf = true; in ath_tx_txqaddbuf()
2112 if (puttxbuf) { in ath_tx_txqaddbuf()
2113 TX_STAT_INC(txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
Ddebug.c615 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit()