Home
last modified time | relevance | path

Searched refs:prof_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c705 static bool ice_is_gtp_u_profile(u16 prof_idx) in ice_is_gtp_u_profile() argument
707 return (prof_idx >= ICE_PROFID_IPV6_GTPU_TEID && in ice_is_gtp_u_profile()
708 prof_idx <= ICE_PROFID_IPV6_GTPU_IPV6_TCP_INNER) || in ice_is_gtp_u_profile()
709 prof_idx == ICE_PROFID_IPV4_GTPU_TEID; in ice_is_gtp_u_profile()
712 static bool ice_is_gtp_c_profile(u16 prof_idx) in ice_is_gtp_c_profile() argument
714 switch (prof_idx) { in ice_is_gtp_c_profile()
725 static bool ice_is_pfcp_profile(u16 prof_idx) in ice_is_pfcp_profile() argument
727 return prof_idx >= ICE_PROFID_IPV4_PFCP_NODE && in ice_is_pfcp_profile()
728 prof_idx <= ICE_PROFID_IPV6_PFCP_SESSION; in ice_is_pfcp_profile()
738 struct ice_fv *fv, u32 prof_idx) in ice_get_sw_prof_type() argument
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1496 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member
1503 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member