Lines Matching defs:prof_idx
1471 static bool ice_is_gtp_u_profile(u32 prof_idx)
1473 return (prof_idx >= ICE_PROFID_IPV6_GTPU_TEID &&
1474 prof_idx <= ICE_PROFID_IPV6_GTPU_IPV6_TCP) ||
1475 prof_idx == ICE_PROFID_IPV4_GTPU_TEID;
1478 static bool ice_is_gtp_c_profile(u32 prof_idx)
1480 switch (prof_idx) {
1495 * @prof_idx: profile index to check
1498 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv, u32 prof_idx)
1503 if (ice_is_gtp_c_profile(prof_idx))
1506 if (ice_is_gtp_u_profile(prof_idx))