Searched defs:TX_STAT_INC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 28 #define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.txstats[q].c++; } while (0) macro 34 #define TX_STAT_INC(sc, q, c) do { (void)(sc); } while (0) macro
|
H A D | htc.h | 334 #define TX_STAT_INC(hif_dev, c) \ macro 381 #define TX_STAT_INC(hif_dev, c) do { } while (0) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 28 #define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.txstats[q].c++; } while (0) macro 34 #define TX_STAT_INC(sc, q, c) do { (void)(sc); } while (0) macro
|
H A D | htc.h | 333 #define TX_STAT_INC(hif_dev, c) \ macro 380 #define TX_STAT_INC(hif_dev, c) do { } while (0) macro
|
Completed in 5 milliseconds