Home
last modified time | relevance | path

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

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