Searched refs:num_vf_qs (Results 1 – 6 of 6) sorted by relevance
971 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()
142 u16 num_vf_qs; /* num of queue configured per VF */ member
220 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()
1010 vf->num_vf_qs = vfs->num_qps_per; in ice_initialize_vf_entry()
1882 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()
4046 u16 num_vf_qs = 1; in be_calculate_vf_res() local4053 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