Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c26 case ICE_VSI_CHNL: in ice_vsi_type_str()
79 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_arrays()
233 case ICE_VSI_CHNL: in ice_vsi_set_num_qs()
341 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_free_stats()
538 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_stat_arrays()
584 if (vsi->type != ICE_VSI_CHNL) { in ice_vsi_alloc_def()
603 case ICE_VSI_CHNL: in ice_vsi_alloc_def()
692 vsi->type == ICE_VSI_CHNL)) in ice_alloc_fd_res()
794 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_get_qs()
915 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()
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()
H A Dice_tc_lib.h193 return f->dest_vsi && f->dest_vsi->type == ICE_VSI_CHNL; in ice_is_chnl_fltr()
H A Dice_type.h149 ICE_VSI_CHNL = 4, enumerator
H A Dice_main.c3551 params.type = ICE_VSI_CHNL; in ice_chnl_vsi_setup()
7207 if (pf->vsi[i]->type == ICE_VSI_CHNL) in ice_vsi_release_all()
8215 if (ch->type != ICE_VSI_CHNL) { in ice_add_channel()
8221 if (!vsi || vsi->type != ICE_VSI_CHNL) { in ice_add_channel()
8381 ret = ice_setup_hw_channel(pf, vsi, ch, sw_id, ICE_VSI_CHNL); in ice_setup_channel()
8496 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_rem_all_chnl_fltrs()
8628 if (!vsi || vsi->type != ICE_VSI_CHNL) in ice_rebuild_channels()
H A Dice_tc_lib.c1890 if (fltr->dest_vsi->type == ICE_VSI_CHNL) { in ice_del_tc_fltr()