Home
last modified time | relevance | path

Searched refs:curr_rx_mbytes (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme.c3017 u16 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3029 curr_rx_mbytes = ((sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes) >> 20) / 2; /*MBps*/
3031 sta->sta_stats.rx_tp_mbytes = curr_rx_mbytes;
3037 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme.c3314 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3338 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3344 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme.c3314 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3338 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3344 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme.c3368 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3392 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3398 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme.c3468 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3492 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3498 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme.c3639 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3663 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3669 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mlme.c3756 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3780 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3786 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme.c3932 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3956 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3962 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme.c3959 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3983 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3989 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mlme.c4001 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
4025 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
4031 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mlme.c3976 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
4000 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
4006 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme.c2796 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; in collect_sta_traffic_statistics()
2820 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/ in collect_sta_traffic_statistics()
2826 (sta->phl_sta->rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/ in collect_sta_traffic_statistics()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme.c3977 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
4001 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
4007 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mlme.c3783 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local
3807 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
3813 (sta->cmn.rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme.c2815 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; in collect_sta_traffic_statistics()
2839 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/ in collect_sta_traffic_statistics()
2845 (sta->phl_sta->rx_moving_average_tp / 10) + (curr_rx_mbytes * 9 /10); /*MBps*/ in collect_sta_traffic_statistics()