Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug.h187 u32 puttxbuf; member
H A Dxmit.c2046 bool puttxbuf = false; in ath_tx_txqaddbuf() local
2067 puttxbuf = true; in ath_tx_txqaddbuf()
2077 puttxbuf = true; in ath_tx_txqaddbuf()
2082 if (puttxbuf) { in ath_tx_txqaddbuf()
2083 TX_STAT_INC(sc, txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
H A Ddebug.c600 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit()