Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5009 u64 vf_max; in iavf_verify_shaper() local
5012 vf_max = adapter->qos_caps->cap[0].shaper.peak; in iavf_verify_shaper()
5013 if (vf_max && shaper->bw_max > vf_max) { in iavf_verify_shaper()
5016 vf_max); in iavf_verify_shaper()