Searched refs:min_weight (Results 1 – 2 of 2) sorted by relevance
962 u32 min_weight, tc_weight_base_addr, tc_weight_addr_diff; in ecore_init_nig_ets() local969 min_weight = 0xffffffff; in ecore_init_nig_ets()991 if (tc_req->weight < min_weight) in ecore_init_nig_ets()992 min_weight = tc_req->weight; in ecore_init_nig_ets()1010 byte_weight = (NIG_ETS_MIN_WFQ_BYTES * tc_req->weight) / min_weight; in ecore_init_nig_ets()1121 u32 tc_weight_addr_diff, tc_bound_addr_diff, min_weight = 0xffffffff; in ecore_init_prs_ets() local1141 if (tc_req->weight < min_weight) in ecore_init_prs_ets()1142 min_weight = tc_req->weight; in ecore_init_prs_ets()1160 byte_weight = (PRS_ETS_MIN_WFQ_BYTES * tc_req->weight) / min_weight; in ecore_init_prs_ets()
2483 (const map<pair<int, int>>), double& weight, double min_weight,2503 double min_weight, double max_wight) {