| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_thermal.c | 142 u16 pause_duration = 0, tx_duration = 0; in rtw_hal_thermal_protect_cfg_tx_duty() local 144 tx_duration = tx_duty_interval * ratio / 100; in rtw_hal_thermal_protect_cfg_tx_duty() 145 pause_duration = tx_duty_interval - tx_duration; in rtw_hal_thermal_protect_cfg_tx_duty() 147 __FUNCTION__, tx_duty_interval, tx_duration, pause_duration); in rtw_hal_thermal_protect_cfg_tx_duty() 149 hsts = rtw_hal_mac_set_tx_duty(hal_info, pause_duration, tx_duration); in rtw_hal_thermal_protect_cfg_tx_duty()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_thermal.c | 142 u16 pause_duration = 0, tx_duration = 0; in rtw_hal_thermal_protect_cfg_tx_duty() local 144 tx_duration = tx_duty_interval * ratio / 100; in rtw_hal_thermal_protect_cfg_tx_duty() 145 pause_duration = tx_duty_interval - tx_duration; in rtw_hal_thermal_protect_cfg_tx_duty() 147 __FUNCTION__, tx_duty_interval, tx_duration, pause_duration); in rtw_hal_thermal_protect_cfg_tx_duty() 149 hsts = rtw_hal_mac_set_tx_duty(hal_info, pause_duration, tx_duration); in rtw_hal_thermal_protect_cfg_tx_duty()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | rtl8187.h | 80 __le16 tx_duration; member
|
| H A D | dev.c | 298 hdr->tx_duration = in rtl8187_tx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | core.h | 329 u64 tx_duration; member 357 u64 tx_duration; member
|
| H A D | debugfs_sta.c | 125 tx_stats->tx_duration += peer_stats->duration; in ath11k_debugfs_sta_add_tx_stats() 294 arsta->tx_stats->tx_duration); in ath11k_dbg_sta_dump_tx_stats()
|
| H A D | dp_rx.c | 1340 u32 tx_duration = 0; in ath11k_update_per_peer_tx_stats() local 1364 tx_duration = common->fes_duration_us; in ath11k_update_per_peer_tx_stats() 1456 arsta->tx_duration += tx_duration; in ath11k_update_per_peer_tx_stats() 1467 peer_stats->duration = tx_duration; in ath11k_update_per_peer_tx_stats()
|
| H A D | dp.h | 1251 u16 tx_duration; /* united in us */ member
|
| H A D | mac.c | 5913 sinfo->tx_duration = arsta->tx_duration; in ath11k_mac_op_sta_statistics()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | htt.h | 1004 __le32 tx_duration; /* in usecs */ member 1752 __le16 tx_duration; member 1776 __le32 tx_duration; member
|
| H A D | htt_rx.c | 2841 u32 tx_duration; in ath10k_htt_rx_tx_compl_ind() local 2944 tx_duration = __le32_to_cpu(ppdu_dur->tx_duration); in ath10k_htt_rx_tx_compl_ind() 2946 ieee80211_sta_register_airtime(peer->sta, tid, tx_duration, 0); in ath10k_htt_rx_tx_compl_ind() 3655 tx_stats->tx_duration += pstats->duration; in ath10k_accumulate_per_peer_tx_stats() 3832 p_tx_stats->duration = __le16_to_cpu(tx_stats->tx_duration); in ath10k_htt_fetch_peer_stats()
|
| H A D | debugfs_sta.c | 734 arsta->tx_stats->tx_duration); in ath10k_dbg_sta_dump_tx_stats()
|
| H A D | core.h | 510 u64 tx_duration; member
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | sta_info.c | 2351 sinfo->tx_duration += sta->airtime[ac].tx_airtime; in sta_set_sinfo()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 1737 u64 tx_duration; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mlme_ext.c | 5352 uint tx_duration = 0; local 5364 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); 5365 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mlme_ext.c | 5364 uint tx_duration = 0; local 5376 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); 5377 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 7395 uint tx_duration = 0; in OnAction_tbtx_token() local 7407 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7408 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 7139 uint tx_duration = 0; in OnAction_tbtx_token() local 7151 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7152 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 7132 uint tx_duration = 0; in OnAction_tbtx_token() local 7144 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7145 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mlme_ext.c | 7394 uint tx_duration = 0; in OnAction_tbtx_token() local 7406 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7407 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 7100 uint tx_duration = 0; in OnAction_tbtx_token() local 7112 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7113 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_mlme_ext.c | 7792 uint tx_duration = 0; in OnAction_tbtx_token() local 7804 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7805 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 7790 uint tx_duration = 0; in OnAction_tbtx_token() local 7802 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7803 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 7458 uint tx_duration = 0; in OnAction_tbtx_token() local 7470 tx_duration = le32_to_cpu(*(uint *)(pframe + WLAN_HDR_A3_LEN + 2)); in OnAction_tbtx_token() 7471 padapter->tbtx_duration = tx_duration/1000; // Mirocsecond to Millisecond in OnAction_tbtx_token()
|