Home
last modified time | relevance | path

Searched refs:tput_tx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iapsta.c145 int32 tput_tx; 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()
3929 tput_info->tput_tx, (tput_info->tput_tx_kb/100)%10, in wl_tput_dump()
4046 tput_info->tput_tx = (int32)(((ifp->stats.tx_bytes-tput_info->last_tx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor()
4047 if (tput_info->tput_tx == 0) { in wl_tput_monitor()
4048 tput_info->tput_tx = (int32)((ifp->stats.tx_bytes-tput_info->last_tx)*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 Ddhd_config.c1099 int32 tput_tx = 0, tput_rx = 0, tput_tx_kb = 0, in dhd_conf_tput_monitor() local
1107 tput_tx = (int32)((diff_bytes/1024/1024)*8)*1000/diff_ms; in dhd_conf_tput_monitor()
1108 if (tput_tx == 0) { in dhd_conf_tput_monitor()
1109 tput_tx = (int32)(diff_bytes*8/1024/1024)*1000/diff_ms; in dhd_conf_tput_monitor()
1133 tput_tx, (tput_tx_kb/100)%10, (tput_tx_kb/10)%10, (tput_tx_kb)%10, in dhd_conf_tput_monitor()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iapsta.c169 int32 tput_tx; 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()
4568 tput_info->tput_tx, (tput_info->tput_tx_kb/100)%10, in wl_tput_dump()
4687 tput_info->tput_tx = (int32)(((ifp->stats.tx_bytes-tput_info->last_tx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor()
4688 if (tput_info->tput_tx == 0) { in wl_tput_monitor()
4689 tput_info->tput_tx = (int32)((ifp->stats.tx_bytes-tput_info->last_tx)*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 Ddhd_config.c1159 int32 tput_tx = 0, tput_rx = 0, tput_tx_kb = 0, in dhd_conf_tput_monitor() local
1167 tput_tx = (int32)((diff_bytes/1024/1024)*8)*1000/diff_ms; in dhd_conf_tput_monitor()
1168 if (tput_tx == 0) { in dhd_conf_tput_monitor()
1169 tput_tx = (int32)(diff_bytes*8/1024/1024)*1000/diff_ms; in dhd_conf_tput_monitor()
1193 tput_tx, (tput_tx_kb/100)%10, (tput_tx_kb/10)%10, (tput_tx_kb)%10, in dhd_conf_tput_monitor()