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 Drvu_nix.c5698 int layer, int prof_idx) in nix_init_policer_context() argument
5705 aq_req.qidx = (prof_idx & 0x3FFF) | (layer << 14); in nix_init_policer_context()
5714 layer, prof_idx); in nix_init_policer_context()
5723 int err, layer, prof_idx; in nix_setup_ipolicers() local
5773 for (prof_idx = 0; in nix_setup_ipolicers()
5774 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
5776 ipolicer->pfvf_map[prof_idx] = 0x00; in nix_setup_ipolicers()
5784 layer, prof_idx); in nix_setup_ipolicers()
5835 int layer, hi_layer, prof_idx; in nix_verify_bandprof() local
5839 prof_idx = req->qidx & 0x3FFF; in nix_verify_bandprof()
[all …]