Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.h94 u16 num_vf_qs; /* num of queue configured per VF */ member
Dice_virtchnl_pf.c602 vf->num_req_qs != vf->num_vf_qs) in ice_alloc_vf_res()
603 vf->num_vf_qs = vf->num_req_qs; in ice_alloc_vf_res()
1042 vf->num_vf_qs = pf->num_vf_qps; in ice_config_res_vfs()
1045 vf->vf_id, vf->num_vf_qs); in ice_config_res_vfs()
1140 vf->num_vf_qs = 0; in ice_reset_all_vfs()
2520 cur_queues = vf->num_vf_qs; in ice_vc_request_qs_msg()
Dice_lib.c364 vsi->alloc_txq = vf->num_vf_qs; in ice_vsi_set_num_qs()
365 vsi->alloc_rxq = vf->num_vf_qs; in ice_vsi_set_num_qs()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_main.c4030 u16 num_vf_qs = 1; in be_calculate_vf_res() local
4037 num_vf_qs = min(SH_VF_MAX_NIC_EQS, in be_calculate_vf_res()
4045 num_vf_qs = 1; in be_calculate_vf_res()
4061 if (num_vf_qs > 1) { in be_calculate_vf_res()
4070 num_vf_qs = 1; in be_calculate_vf_res()
4079 vft_res->max_rx_qs = num_vf_qs; in be_calculate_vf_res()
4080 vft_res->max_rss_qs = num_vf_qs; in be_calculate_vf_res()