Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1013 (I40E_MAX_VF_QUEUES - I40E_DEFAULT_QUEUES_PER_VF)) { in i40e_alloc_vf_res()
1021 total_queue_pairs = I40E_MAX_VF_QUEUES; in i40e_alloc_vf_res()
2169 for_each_set_bit(q_id, &q_map, I40E_MAX_VF_QUEUES) { in i40e_ctrl_vf_tx_rings()
2192 for_each_set_bit(q_id, &q_map, I40E_MAX_VF_QUEUES) { in i40e_ctrl_vf_rx_rings()
2334 } else if (req_pairs > I40E_MAX_VF_QUEUES) { in i40e_vc_request_queues_msg()
2338 I40E_MAX_VF_QUEUES); in i40e_vc_request_queues_msg()
2339 vfres->num_queue_pairs = I40E_MAX_VF_QUEUES; in i40e_vc_request_queues_msg()
3470 adq_request_qps = I40E_MAX_VF_QUEUES - I40E_DEFAULT_QUEUES_PER_VF; in i40e_vc_add_qch_msg()
3483 vf->num_queue_pairs = I40E_MAX_VF_QUEUES; in i40e_vc_add_qch_msg()
Di40e.h60 #define I40E_MAX_VF_QUEUES 16 macro