Home
last modified time | relevance | path

Searched defs:RESET_STAT_INC (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Ddebug.h30 #define RESET_STAT_INC(sc, type) do { (sc)->debug.stats.reset[type]++; } while (0) macro
36 #define RESET_STAT_INC(sc, type) do { (void)(sc); } while (0) macro