Searched refs:rr_weight (Results 1 – 2 of 2) sorted by relevance
36 # rr_weight priorities64 # rr_weight priorities82 # rr_weight priorities
87 u32 rr_weight; in otx2_config_sched_shaping() local112 rr_weight = otx2_qos_quantum_to_dwrr_weight(pfvf, quantum); in otx2_config_sched_shaping()114 rr_weight; in otx2_config_sched_shaping()1097 u32 rr_weight = otx2_qos_quantum_to_dwrr_weight(pfvf, quantum); in otx2_qos_validate_quantum() local1104 err = (rr_weight > OTX2_MAX_RR_QUANTUM) ? -EINVAL : 0; in otx2_qos_validate_quantum()1105 else if (rr_weight > CN10K_MAX_RR_WEIGHT) in otx2_qos_validate_quantum()