Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Ddebug.h185 u32 puttxbuf; member
Dxmit.c1943 bool puttxbuf = false; in ath_tx_txqaddbuf() local
1964 puttxbuf = true; in ath_tx_txqaddbuf()
1974 puttxbuf = true; in ath_tx_txqaddbuf()
1979 if (puttxbuf) { in ath_tx_txqaddbuf()
1980 TX_STAT_INC(txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
Ddebug.c676 PR("HW-put-tx-buf: ", puttxbuf); in read_file_xmit()