Searched refs:lowlat_detect_count (Results 1 – 4 of 4) sorted by relevance
998 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()
49 unsigned char lowlat_detect_count; member