Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddebug.h186 u32 puttxbuf; member
Dxmit.c2022 bool puttxbuf = false; in ath_tx_txqaddbuf() local
2043 puttxbuf = true; in ath_tx_txqaddbuf()
2053 puttxbuf = true; in ath_tx_txqaddbuf()
2058 if (puttxbuf) { in ath_tx_txqaddbuf()
2059 TX_STAT_INC(txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
Ddebug.c616 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit()