Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c109 TX_QSTAT_INC(IEEE80211_AC_VO); in get_htc_epid()
113 TX_QSTAT_INC(IEEE80211_AC_VI); in get_htc_epid()
117 TX_QSTAT_INC(IEEE80211_AC_BE); in get_htc_epid()
122 TX_QSTAT_INC(IEEE80211_AC_BK); in get_htc_epid()
H A Dhtc.h337 #define TX_QSTAT_INC(q) (priv->debug.tx_stats.queue_stats[q]++) macro
383 #define TX_QSTAT_INC(c) do { } while (0) macro