Searched refs:prof_idx (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ddp.c | 705 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-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_nix.c | 5602 int layer, int prof_idx) in nix_init_policer_context() argument 5609 aq_req.qidx = (prof_idx & 0x3FFF) | (layer << 14); in nix_init_policer_context() 5618 layer, prof_idx); in nix_init_policer_context() 5627 int err, layer, prof_idx; in nix_setup_ipolicers() local 5677 for (prof_idx = 0; in nix_setup_ipolicers() 5678 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers() 5680 ipolicer->pfvf_map[prof_idx] = 0x00; in nix_setup_ipolicers() 5688 layer, prof_idx); in nix_setup_ipolicers() 5737 int layer, hi_layer, prof_idx; in nix_verify_bandprof() local 5741 prof_idx = req->qidx & 0x3FFF; in nix_verify_bandprof() [all …]
|
D | mbox.h | 1351 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member 1358 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member
|
D | rvu_debugfs.c | 2619 int layer, prof_idx, idx, rc; in rvu_dbg_nix_band_prof_ctx_display() local 2642 prof_idx = (idx & 0x3FFF) | (layer << 14); in rvu_dbg_nix_band_prof_ctx_display() 2645 prof_idx); in rvu_dbg_nix_band_prof_ctx_display()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k.c | 211 *leaf = rsp->prof_idx[BAND_PROF_LEAF_LAYER][0]; in cn10k_alloc_leaf_profile() 337 req->prof_idx[BAND_PROF_LEAF_LAYER][0] = leaf; in cn10k_free_leaf_profile()
|