Searched refs:RESET_STAT_INC (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 30 #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
|
H A D | recv.c | 500 RESET_STAT_INC(sc, RESET_RX_DMA_ERROR); in ath_stoprecv()
|
H A D | main.c | 634 RESET_STAT_INC(sc, type); in ath9k_queue_reset()
|
H A D | xmit.c | 1895 RESET_STAT_INC(sc, RESET_TX_DMA_ERROR); in ath_drain_all_txq()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 30 #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
|
H A D | recv.c | 500 RESET_STAT_INC(sc, RESET_RX_DMA_ERROR); in ath_stoprecv()
|
H A D | main.c | 634 RESET_STAT_INC(sc, type); in ath9k_queue_reset()
|
H A D | xmit.c | 1954 RESET_STAT_INC(sc, RESET_TX_DMA_ERROR); in ath_drain_all_txq()
|
Completed in 22 milliseconds