Home
last modified time | relevance | path

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

/Linux-v6.6/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()
349 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_free_stats()
545 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_stat_arrays()
591 if (vsi->type != ICE_VSI_CHNL) { in ice_vsi_alloc_def()
610 case ICE_VSI_CHNL: in ice_vsi_alloc_def()
697 vsi->type == ICE_VSI_CHNL)) in ice_alloc_fd_res()
799 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_get_qs()
920 case ICE_VSI_CHNL: in ice_vsi_set_rss_params()
[all …]
Dice_dcb_lib.c189 case ICE_VSI_CHNL: in ice_vsi_set_dcb_tc_cfg()
293 case ICE_VSI_CHNL: in ice_dcb_ena_dis_vsi()
764 } else if (vsi->type == ICE_VSI_CHNL) { in ice_pf_dcb_recfg()
779 if (vsi->type == ICE_VSI_CHNL || in ice_pf_dcb_recfg()
Dice_tc_lib.h193 return f->dest_vsi && f->dest_vsi->type == ICE_VSI_CHNL; in ice_is_chnl_fltr()
Dice_type.h148 ICE_VSI_CHNL = 4, enumerator
Dice_main.c3541 params.type = ICE_VSI_CHNL; in ice_chnl_vsi_setup()
7172 if (pf->vsi[i]->type == ICE_VSI_CHNL) in ice_vsi_release_all()
8174 if (ch->type != ICE_VSI_CHNL) { in ice_add_channel()
8180 if (!vsi || vsi->type != ICE_VSI_CHNL) { in ice_add_channel()
8340 ret = ice_setup_hw_channel(pf, vsi, ch, sw_id, ICE_VSI_CHNL); in ice_setup_channel()
8455 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_rem_all_chnl_fltrs()
8587 if (!vsi || vsi->type != ICE_VSI_CHNL) in ice_rebuild_channels()
Dice_tc_lib.c1812 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_del_tc_fltr()