Searched defs:TX_STAT_INC (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddebug.h28 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++ macro
34 #define TX_STAT_INC(q, c) do { } while (0) macro
H A Dhtc.h329 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++) macro
375 #define TX_STAT_INC(c) do { } while (0) macro

Completed in 114 milliseconds