Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipath.conf.example36 # rr_weight priorities
64 # rr_weight priorities
82 # rr_weight priorities
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A 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()