Searched refs:total_rate (Results 1 – 2 of 2) sorted by relevance
1308 uint16_t total_rate = 0; in txgbe_set_vf_rate_limit() local1341 total_rate += vfinfo[vf_idx].tx_rate[idx]; in txgbe_set_vf_rate_limit()1352 total_rate += tx_rate; in txgbe_set_vf_rate_limit()1356 if (total_rate > dev->data->dev_link.link_speed) { in txgbe_set_vf_rate_limit()
2431 uint16_t total_rate = 0; in ixgbe_set_vf_rate_limit() local2464 total_rate += vfinfo[vf_idx].tx_rate[idx]; in ixgbe_set_vf_rate_limit()2475 total_rate += tx_rate; in ixgbe_set_vf_rate_limit()2479 if (total_rate > dev->data->dev_link.link_speed) { in ixgbe_set_vf_rate_limit()