Home
last modified time | relevance | path

Searched refs:num_vf_qs (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/intel/ice/
A Dice_sriov.c971 prev_queues = vf->num_vf_qs; in ice_sriov_set_msix_vec_count()
980 vf->num_vf_qs = queues; in ice_sriov_set_msix_vec_count()
996 vf->vf_id, vf->num_msix, vf->num_vf_qs); in ice_sriov_set_msix_vec_count()
1009 vf->num_vf_qs = prev_queues; in ice_sriov_set_msix_vec_count()
A Dice_vf_lib.h142 u16 num_vf_qs; /* num of queue configured per VF */ member
A Dice_lib.c220 vf->num_vf_qs = vf->num_req_qs; in ice_vsi_set_num_qs()
221 vsi->alloc_txq = vf->num_vf_qs; in ice_vsi_set_num_qs()
222 vsi->alloc_rxq = vf->num_vf_qs; in ice_vsi_set_num_qs()
A Dice_vf_lib.c1010 vf->num_vf_qs = vfs->num_qps_per; in ice_initialize_vf_entry()
A Dice_virtchnl.c1882 if (qbw->cfg[i].queue_id > vf->num_vf_qs) { in ice_vc_cfg_q_bw()
2561 cur_queues = vf->num_vf_qs; in ice_vc_request_qs_msg()
/drivers/net/ethernet/emulex/benet/
A Dbe_main.c4046 u16 num_vf_qs = 1; in be_calculate_vf_res() local
4053 num_vf_qs = min(SH_VF_MAX_NIC_EQS, in be_calculate_vf_res()
4061 num_vf_qs = 1; in be_calculate_vf_res()
4077 if (num_vf_qs > 1) { in be_calculate_vf_res()
4086 num_vf_qs = 1; in be_calculate_vf_res()
4095 vft_res->max_rx_qs = num_vf_qs; in be_calculate_vf_res()
4096 vft_res->max_rss_qs = num_vf_qs; in be_calculate_vf_res()

Completed in 33 milliseconds