Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1044 (I40E_MAX_VF_QUEUES - I40E_DEFAULT_QUEUES_PER_VF)) { in i40e_alloc_vf_res()
1052 total_queue_pairs = I40E_MAX_VF_QUEUES; in i40e_alloc_vf_res()
2268 if (qci->num_queue_pairs > I40E_MAX_VF_QUEUES) { in i40e_vc_config_queues_msg()
2459 for_each_set_bit(q_id, &q_map, I40E_MAX_VF_QUEUES) { in i40e_ctrl_vf_tx_rings()
2482 for_each_set_bit(q_id, &q_map, I40E_MAX_VF_QUEUES) { in i40e_ctrl_vf_rx_rings()
2500 vqs->rx_queues >= BIT(I40E_MAX_VF_QUEUES) || in i40e_vc_validate_vqs_bitmaps()
2501 vqs->tx_queues >= BIT(I40E_MAX_VF_QUEUES)) in i40e_vc_validate_vqs_bitmaps()
2685 if (req_pairs > I40E_MAX_VF_QUEUES) { in i40e_vc_request_queues_msg()
2689 I40E_MAX_VF_QUEUES); in i40e_vc_request_queues_msg()
2690 vfres->num_queue_pairs = I40E_MAX_VF_QUEUES; in i40e_vc_request_queues_msg()
[all …]
H A Di40e.h64 #define I40E_MAX_VF_QUEUES 16 macro