Home
last modified time | relevance | path

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

/linux/net/mac80211/
A Dsta_info.c1898 u32 tx_airtime, u32 rx_airtime) in ieee80211_register_airtime() argument
1911 airtime += tx_airtime; in ieee80211_register_airtime()
1920 air_info->tx_airtime += tx_airtime; in ieee80211_register_airtime()
1942 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
1949 ieee80211_register_airtime(txq, tx_airtime, rx_airtime); in ieee80211_sta_register_airtime()
1955 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
1964 atomic_add(tx_airtime, in ieee80211_sta_update_pending_airtime()
1972 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
1979 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
1984 tx_airtime)) in ieee80211_sta_update_pending_airtime()
[all …]
A Dsta_info.h141 u64 tx_airtime; member
154 u16 tx_airtime, bool tx_completed);
156 u32 tx_airtime, u32 rx_airtime);
A 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()
A Ddebugfs_netdev.c533 air_info->tx_airtime, in ieee80211_if_fmt_airtime()
/linux/drivers/net/wireless/ath/ath9k/
A Ddebug.h227 u32 tx_airtime; member
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76x02.h88 u32 tx_airtime; member
A Dmt76x02_mac.c643 dev->tx_airtime += duration; in mt76x02_send_tx_status()
1035 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
1036 dev->tx_airtime = 0; in mt76x02_update_channel()
/linux/include/net/
A Dmac80211.h5854 u32 tx_airtime, u32 rx_airtime);

Completed in 39 milliseconds