Searched refs:TX_QSTAT_INC (Results 1 – 2 of 2) sorted by relevance
109 TX_QSTAT_INC(priv, IEEE80211_AC_VO); in get_htc_epid()113 TX_QSTAT_INC(priv, IEEE80211_AC_VI); in get_htc_epid()117 TX_QSTAT_INC(priv, IEEE80211_AC_BE); in get_htc_epid()122 TX_QSTAT_INC(priv, IEEE80211_AC_BK); in get_htc_epid()
331 #define TX_QSTAT_INC(priv, q) do { ((priv)->debug.tx_stats.queue_stats[q]++); } while (0) macro386 #define TX_QSTAT_INC(priv, c) macro