Lines Matching refs:num_queue_pairs
2050 return index < vsi->num_queue_pairs || in i40e_active_tx_ring_index()
2052 index < vsi->alloc_queue_pairs + vsi->num_queue_pairs); in i40e_active_tx_ring_index()
2055 return index < vsi->num_queue_pairs; in i40e_active_tx_ring_index()
2112 for (i = 0; i < vsi->num_queue_pairs; i++) { in i40e_set_ringparam()
2181 for (i = 0; i < vsi->num_queue_pairs; i++) { in i40e_set_ringparam()
2237 for (i = 0; i < vsi->num_queue_pairs; i++) { in i40e_set_ringparam()
2906 else if (queue >= vsi->num_queue_pairs) in __i40e_get_coalesce()
3039 } else if (queue < vsi->num_queue_pairs) { in __i40e_set_coalesce()
3044 vsi->num_queue_pairs - 1); in __i40e_set_coalesce()
3102 for (i = 0; i < vsi->num_queue_pairs; i++) in __i40e_set_coalesce()
4855 if (ring >= vsi->num_queue_pairs) in i40e_add_fdir_ethtool()
4864 if (ring >= pf->vf[vf].num_queue_pairs) in i40e_add_fdir_ethtool()
5010 ch->combined_count = vsi->num_queue_pairs; in i40e_get_channels()