Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddebug.h31 #define ANT_STAT_INC(sc, i, c) do { (sc)->debug.stats.ant_stats[i].c++; } while (0) macro
37 #define ANT_STAT_INC(sc, i, c) do { (void)(sc); } while (0) macro
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddebug.h31 #define ANT_STAT_INC(sc, i, c) do { (sc)->debug.stats.ant_stats[i].c++; } while (0) macro
37 #define ANT_STAT_INC(sc, i, c) do { (void)(sc); } while (0) macro

Completed in 2 milliseconds