Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c87 u32 rr_weight; in otx2_config_sched_shaping() local
112 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() local
1104 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()