Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c28 case ICE_VSI_CHNL: in ice_vsi_type_str()
79 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_arrays()
231 case ICE_VSI_CHNL: in ice_vsi_set_num_qs()
339 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_free_stats()
518 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_stat_arrays()
564 if (vsi->type != ICE_VSI_CHNL) { in ice_vsi_alloc_def()
580 case ICE_VSI_CHNL: in ice_vsi_alloc_def()
669 vsi->type == ICE_VSI_CHNL)) in ice_alloc_fd_res()
771 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_get_qs()
892 case ICE_VSI_CHNL: in ice_vsi_set_rss_params()
[all …]
H A Dice_dcb_lib.c189 case ICE_VSI_CHNL: in ice_vsi_set_dcb_tc_cfg()
294 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()
H A Dice_tc_lib.h199 return f->dest_vsi && f->dest_vsi->type == ICE_VSI_CHNL; in ice_is_chnl_fltr()
H A Dice_type.h161 ICE_VSI_CHNL = 4, enumerator
H A Dice_main.c3735 params.type = ICE_VSI_CHNL; in ice_chnl_vsi_setup()
7563 if (pf->vsi[i]->type == ICE_VSI_CHNL) in ice_vsi_release_all()
8617 if (ch->type != ICE_VSI_CHNL) { in ice_add_channel()
8623 if (!vsi || vsi->type != ICE_VSI_CHNL) { in ice_add_channel()
8783 ret = ice_setup_hw_channel(pf, vsi, ch, sw_id, ICE_VSI_CHNL); in ice_setup_channel()
8898 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_rem_all_chnl_fltrs()
9030 if (!vsi || vsi->type != ICE_VSI_CHNL) in ice_rebuild_channels()
H A Dice_tc_lib.c1959 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_del_tc_fltr()