Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_sock_qos.c998 if (qos->lowlat_detect_count < pqos_params->detect_cnt_inc_thresh) { in dhd_qos_algo()
999 qos->lowlat_detect_count++; in dhd_qos_algo()
1001 } else if (qos->lowlat_detect_count > pqos_params->detect_cnt_dec_thresh) { in dhd_qos_algo()
1002 qos->lowlat_detect_count--; in dhd_qos_algo()
1005 if (qos->lowlat_detect_count > pqos_params->detect_cnt_upgrade_thresh) { in dhd_qos_algo()
1007 } else if (qos->lowlat_detect_count == 0) { in dhd_qos_algo()
1013 qos->lowlat_detect_count, qos->lowlat_flow)); in dhd_qos_algo()
H A Ddhd_qos_algo.h49 unsigned char lowlat_detect_count; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_sock_qos.c998 if (qos->lowlat_detect_count < pqos_params->detect_cnt_inc_thresh) { in dhd_qos_algo()
999 qos->lowlat_detect_count++; in dhd_qos_algo()
1001 } else if (qos->lowlat_detect_count > pqos_params->detect_cnt_dec_thresh) { in dhd_qos_algo()
1002 qos->lowlat_detect_count--; in dhd_qos_algo()
1005 if (qos->lowlat_detect_count > pqos_params->detect_cnt_upgrade_thresh) { in dhd_qos_algo()
1007 } else if (qos->lowlat_detect_count == 0) { in dhd_qos_algo()
1013 qos->lowlat_detect_count, qos->lowlat_flow)); in dhd_qos_algo()
H A Ddhd_qos_algo.h49 unsigned char lowlat_detect_count; member