Home
last modified time | relevance | path

Searched refs:curr_rx_bytes (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme.c3313 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3330 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3332 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3338 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme.c3313 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3330 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3332 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3338 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme.c3367 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3384 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3386 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3392 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme.c3467 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3484 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3486 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3492 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme.c3638 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3655 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3657 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3663 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mlme.c3755 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3772 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3774 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3780 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme.c3931 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3948 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3950 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3956 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme.c3958 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3975 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3977 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3983 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mlme.c4000 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
4017 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
4019 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
4025 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mlme.c3975 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3992 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3994 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
4000 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme.c2795 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; in collect_sta_traffic_statistics()
2812 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes; in collect_sta_traffic_statistics()
2814 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/ in collect_sta_traffic_statistics()
2820 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/ in collect_sta_traffic_statistics()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme.c3976 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3993 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3995 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
4001 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mlme.c3782 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; local
3799 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes;
3801 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/
3807 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme.c2814 u64 curr_tx_bytes = 0, curr_rx_bytes = 0; in collect_sta_traffic_statistics()
2831 curr_rx_bytes = sta->sta_stats.rx_bytes - sta->sta_stats.last_rx_bytes; in collect_sta_traffic_statistics()
2833 sta->sta_stats.rx_tp_kbits = (curr_rx_bytes * 8 / 2) >> 10;/*Kbps*/ in collect_sta_traffic_statistics()
2839 curr_rx_mbytes = (curr_rx_bytes / 2) >> 20;/*MBps*/ in collect_sta_traffic_statistics()