Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Ddebug.h187 u32 puttxbuf; member
Dxmit.c2028 bool puttxbuf = false; in ath_tx_txqaddbuf() local
2049 puttxbuf = true; in ath_tx_txqaddbuf()
2059 puttxbuf = true; in ath_tx_txqaddbuf()
2064 if (puttxbuf) { in ath_tx_txqaddbuf()
2065 TX_STAT_INC(sc, txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
Ddebug.c615 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit()