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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Ddebug.h27 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++ macro
29 #define TX_STAT_INC(q, c) do { } while (0) macro
H A Dhtc.h247 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++) macro
279 #define TX_STAT_INC(c) do { } while (0) macro

Completed in 208 milliseconds