Home
last modified time | relevance | path

Searched refs:tx_airtime (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/net/mac80211/
Dsta_info.c1892 u32 tx_airtime, u32 rx_airtime) in ieee80211_register_airtime() argument
1905 airtime += tx_airtime; in ieee80211_register_airtime()
1914 air_info->tx_airtime += tx_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()
1949 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
1958 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
1961 atomic_add(tx_airtime, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
1966 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
1973 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
[all …]
Dsta_info.h141 u64 tx_airtime; member
154 u16 tx_airtime, bool tx_completed);
156 u32 tx_airtime, u32 rx_airtime);
Ddebugfs_sta.c204 u64 rx_airtime = 0, tx_airtime = 0; in sta_airtime_read() local
215 tx_airtime += sta->airtime[ac].tx_airtime; in sta_airtime_read()
223 rx_airtime, tx_airtime, sta->airtime[0].weight, in sta_airtime_read()
241 sta->airtime[ac].tx_airtime = 0; in sta_airtime_write()
Ddebugfs_netdev.c533 air_info->tx_airtime, in ieee80211_if_fmt_airtime()
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Ddebug.h226 u32 tx_airtime; member
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmt76x02.h88 u32 tx_airtime; member
Dmt76x02_mac.c642 dev->tx_airtime += duration; in mt76x02_send_tx_status()
1034 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
1035 dev->tx_airtime = 0; in mt76x02_update_channel()
/Linux-v5.15/include/net/
Dmac80211.h5843 u32 tx_airtime, u32 rx_airtime);