Searched refs:rx_airtime (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/net/mac80211/ |
| D | debugfs_sta.c | 204 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()
|
| D | sta_info.h | 140 u64 rx_airtime; member 156 u32 tx_airtime, u32 rx_airtime);
|
| D | sta_info.c | 1892 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()
|
| D | debugfs_netdev.c | 532 air_info->rx_airtime, in ieee80211_if_fmt_airtime()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
| D | debug.h | 225 u32 rx_airtime; member
|
| /Linux-v5.15/include/net/ |
| D | mac80211.h | 5843 u32 tx_airtime, u32 rx_airtime);
|