Searched refs:total_rate (Results 1 – 2 of 2) sorted by relevance
1542 uint16_t total_rate = 0; in txgbe_set_vf_rate_limit() local1575 total_rate += vfinfo[vf_idx].tx_rate[idx]; in txgbe_set_vf_rate_limit()1586 total_rate += tx_rate; in txgbe_set_vf_rate_limit()1590 if (total_rate > dev->data->dev_link.link_speed) { in txgbe_set_vf_rate_limit()
2453 uint16_t total_rate = 0; in ixgbe_set_vf_rate_limit() local2486 total_rate += vfinfo[vf_idx].tx_rate[idx]; in ixgbe_set_vf_rate_limit()2497 total_rate += tx_rate; in ixgbe_set_vf_rate_limit()2501 if (total_rate > dev->data->dev_link.link_speed) { in ixgbe_set_vf_rate_limit()