Home
last modified time | relevance | path

Searched refs:ICE_VSI_CHNL (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_lib.c26 case ICE_VSI_CHNL: in ice_vsi_type_str()
79 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_arrays()
239 case ICE_VSI_CHNL: in ice_vsi_set_num_qs()
495 else if (vsi_type != ICE_VSI_CHNL) in ice_vsi_alloc()
530 case ICE_VSI_CHNL: in ice_vsi_alloc()
594 vsi->type == ICE_VSI_CHNL)) in ice_alloc_fd_res()
696 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_get_qs()
817 case ICE_VSI_CHNL: in ice_vsi_set_rss_params()
821 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_set_rss_params()
1034 vsi->type != ICE_VSI_VF && vsi->type != ICE_VSI_CHNL) in ice_set_fd_vsi_ctx()
[all …]
Dice_dcb_lib.c188 case ICE_VSI_CHNL: in ice_vsi_set_dcb_tc_cfg()
292 case ICE_VSI_CHNL: in ice_dcb_ena_dis_vsi()
756 } else if (vsi->type == ICE_VSI_CHNL) { in ice_pf_dcb_recfg()
771 if (vsi->type == ICE_VSI_CHNL || in ice_pf_dcb_recfg()
Dice_type.h148 ICE_VSI_CHNL = 4, enumerator
Dice_tc_lib.c839 if (ch_vsi->type == ICE_VSI_CHNL) in ice_add_tc_flower_adv_fltr()
1636 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_del_tc_fltr()
Dice_main.c3502 return ice_vsi_setup(pf, pi, ICE_VSI_CHNL, NULL, ch); in ice_chnl_vsi_setup()
7000 if (pf->vsi[i]->type == ICE_VSI_CHNL) in ice_vsi_release_all()
8016 if (ch->type != ICE_VSI_CHNL) { in ice_add_channel()
8022 if (!vsi || vsi->type != ICE_VSI_CHNL) { in ice_add_channel()
8182 ret = ice_setup_hw_channel(pf, vsi, ch, sw_id, ICE_VSI_CHNL); in ice_setup_channel()
8297 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_rem_all_chnl_fltrs()
8432 if (!vsi || vsi->type != ICE_VSI_CHNL) in ice_rebuild_channels()