Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H 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()
H A Dice_vf_lib.h190 u16 num_vf_qs; /* num of queue configured per VF */ member
H A Dice_vf_lib.c1010 vf->num_vf_qs = vfs->num_qps_per; in ice_initialize_vf_entry()
H A Dice_lib.c218 vf->num_vf_qs = vf->num_req_qs; in ice_vsi_set_num_qs()
219 vsi->alloc_txq = vf->num_vf_qs; in ice_vsi_set_num_qs()
220 vsi->alloc_rxq = vf->num_vf_qs; in ice_vsi_set_num_qs()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dqueues.c638 if (qbw->cfg[i].queue_id > vf->num_vf_qs) { in ice_vc_cfg_q_bw()
944 cur_queues = vf->num_vf_qs; in ice_vc_request_qs_msg()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4049 u16 num_vf_qs = 1; in be_calculate_vf_res() local
4056 num_vf_qs = min(SH_VF_MAX_NIC_EQS, in be_calculate_vf_res()
4064 num_vf_qs = 1; in be_calculate_vf_res()
4080 if (num_vf_qs > 1) { in be_calculate_vf_res()
4089 num_vf_qs = 1; in be_calculate_vf_res()
4098 vft_res->max_rx_qs = num_vf_qs; in be_calculate_vf_res()
4099 vft_res->max_rss_qs = num_vf_qs; in be_calculate_vf_res()