Home
last modified time | relevance | path

Searched refs:rx_airtime (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/net/mac80211/
Ddebugfs_sta.c204 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
214 rx_airtime += sta->airtime[ac].rx_airtime; in sta_airtime_read()
223 rx_airtime, tx_airtime, sta->airtime[0].weight, in sta_airtime_read()
240 sta->airtime[ac].rx_airtime = 0; in sta_airtime_write()
Dsta_info.h140 u64 rx_airtime; member
156 u32 tx_airtime, u32 rx_airtime);
Dsta_info.c1892 u32 tx_airtime, u32 rx_airtime) in ieee80211_register_airtime() argument
1907 airtime += rx_airtime; in ieee80211_register_airtime()
1915 air_info->rx_airtime += rx_airtime; in ieee80211_register_airtime()
1936 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
1943 ieee80211_register_airtime(txq, tx_airtime, rx_airtime); in ieee80211_sta_register_airtime()
2376 sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_sinfo()
Ddebugfs_netdev.c532 air_info->rx_airtime, in ieee80211_if_fmt_airtime()
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Ddebug.h225 u32 rx_airtime; member
/Linux-v5.15/include/net/
Dmac80211.h5843 u32 tx_airtime, u32 rx_airtime);