Searched refs:tput_rx (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iapsta.c | 146 int32 tput_rx; member 3131 if (tmp_if->dev && (tmp_if->tput_info.tput_tx + tmp_if->tput_info.tput_rx) > tput_sum) { in wl_ext_max_tput_chan() 3136 tput_sum = tmp_if->tput_info.tput_tx + tmp_if->tput_info.tput_rx; in wl_ext_max_tput_chan() 3931 tput_info->tput_rx, (tput_info->tput_rx_kb/100)%10, in wl_tput_dump() 4053 tput_info->tput_rx = (int32)(((ifp->stats.rx_bytes-tput_info->last_rx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor() 4054 if (tput_info->tput_rx == 0) { in wl_tput_monitor() 4055 tput_info->tput_rx = (int32)((ifp->stats.rx_bytes-tput_info->last_rx)*8*1000/1024/1024)/diff_ms; in wl_tput_monitor() 4102 tput_sum += (tput_info->tput_tx + tput_info->tput_rx); in wl_tput_monitor_handler() 4112 tput_sum += (tput_info->tput_tx + tput_info->tput_rx); in wl_tput_monitor_handler()
|
| H A D | dhd_config.c | 1099 int32 tput_tx = 0, tput_rx = 0, tput_tx_kb = 0, in dhd_conf_tput_monitor() local 1114 tput_rx = (int32)((diff_bytes/1024/1024)*8)*1000/diff_ms; in dhd_conf_tput_monitor() 1115 if (tput_rx == 0) { in dhd_conf_tput_monitor() 1116 tput_rx = (int32)(diff_bytes*8/1024/1024)*1000/diff_ms; in dhd_conf_tput_monitor() 1134 tput_rx, (tput_rx_kb/100)%10, (tput_rx_kb/10)%10, (tput_rx_kb)%10); in dhd_conf_tput_monitor()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 170 int32 tput_rx; member 3563 if (tmp_if->dev && (tmp_if->tput_info.tput_tx + tmp_if->tput_info.tput_rx) > tput_sum) { in wl_ext_max_tput_chan() 3568 tput_sum = tmp_if->tput_info.tput_tx + tmp_if->tput_info.tput_rx; in wl_ext_max_tput_chan() 4570 tput_info->tput_rx, (tput_info->tput_rx_kb/100)%10, in wl_tput_dump() 4694 tput_info->tput_rx = (int32)(((ifp->stats.rx_bytes-tput_info->last_rx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor() 4695 if (tput_info->tput_rx == 0) { in wl_tput_monitor() 4696 tput_info->tput_rx = (int32)((ifp->stats.rx_bytes-tput_info->last_rx)*8*1000/1024/1024)/diff_ms; in wl_tput_monitor() 4744 tput_sum += (tput_info->tput_tx + tput_info->tput_rx); in wl_tput_monitor_handler() 4754 tput_sum += (tput_info->tput_tx + tput_info->tput_rx); in wl_tput_monitor_handler()
|
| H A D | dhd_config.c | 1159 int32 tput_tx = 0, tput_rx = 0, tput_tx_kb = 0, in dhd_conf_tput_monitor() local 1174 tput_rx = (int32)((diff_bytes/1024/1024)*8)*1000/diff_ms; in dhd_conf_tput_monitor() 1175 if (tput_rx == 0) { in dhd_conf_tput_monitor() 1176 tput_rx = (int32)(diff_bytes*8/1024/1024)*1000/diff_ms; in dhd_conf_tput_monitor() 1194 tput_rx, (tput_rx_kb/100)%10, (tput_rx_kb/10)%10, (tput_rx_kb)%10); in dhd_conf_tput_monitor()
|