| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 3017 u16 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3028 curr_tx_mbytes = ((sta->sta_stats.tx_bytes - sta->sta_stats.last_tx_bytes) >> 20) / 2; /*MBps*/ 3030 sta->sta_stats.tx_tp_mbytes = curr_tx_mbytes; 3034 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_mlme.c | 3314 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3337 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3341 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_mlme.c | 3314 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3337 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3341 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_mlme.c | 3368 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3391 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3395 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mlme.c | 3468 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3491 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3495 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_mlme.c | 3639 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3662 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3666 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_mlme.c | 3756 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3779 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3783 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mlme.c | 3932 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3955 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3959 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mlme.c | 3959 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3982 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3986 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_mlme.c | 4001 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 4024 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 4028 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mlme.c | 3976 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3999 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 4003 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mlme.c | 2796 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; in collect_sta_traffic_statistics() 2819 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ in collect_sta_traffic_statistics() 2823 (sta->phl_sta->tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/ in collect_sta_traffic_statistics()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mlme.c | 3977 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 4000 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 4004 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_mlme.c | 3783 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; local 3806 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ 3810 (sta->cmn.tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mlme.c | 2815 u32 curr_tx_mbytes = 0, curr_rx_mbytes = 0; in collect_sta_traffic_statistics() 2838 curr_tx_mbytes = (curr_tx_bytes / 2) >> 20;/*MBps*/ in collect_sta_traffic_statistics() 2842 (sta->phl_sta->tx_moving_average_tp / 10) + (curr_tx_mbytes * 9 / 10); /*MBps*/ in collect_sta_traffic_statistics()
|