Searched refs:prof_idx (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| A 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() 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() 738 struct ice_fv *fv, u32 prof_idx) in ice_get_sw_prof_type() argument 742 if (ice_is_gtp_c_profile(prof_idx)) in ice_get_sw_prof_type() 745 if (ice_is_gtp_u_profile(prof_idx)) in ice_get_sw_prof_type() [all …]
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_nix.c | 5684 int layer, int prof_idx) in nix_init_policer_context() argument 5700 layer, prof_idx); in nix_init_policer_context() 5709 int err, layer, prof_idx; in nix_setup_ipolicers() local 5759 for (prof_idx = 0; in nix_setup_ipolicers() 5760 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers() 5770 layer, prof_idx); in nix_setup_ipolicers() 5819 int layer, hi_layer, prof_idx; in nix_verify_bandprof() local 5823 prof_idx = req->qidx & 0x3FFF; in nix_verify_bandprof() 5853 prof_idx = req->prof.band_prof_id; in nix_verify_bandprof() 5922 for (prof_idx = 0; prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_free_all_bandprof() [all …]
|
| A D | mbox.h | 1381 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member 1388 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member
|
| A D | rvu_debugfs.c | 2654 int layer, prof_idx, idx, rc; in rvu_dbg_nix_band_prof_ctx_display() local 2677 prof_idx = (idx & 0x3FFF) | (layer << 14); in rvu_dbg_nix_band_prof_ctx_display() 2680 prof_idx); in rvu_dbg_nix_band_prof_ctx_display()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | cn10k.c | 231 *leaf = rsp->prof_idx[BAND_PROF_LEAF_LAYER][0]; in cn10k_alloc_leaf_profile() 357 req->prof_idx[BAND_PROF_LEAF_LAYER][0] = leaf; in cn10k_free_leaf_profile()
|
Completed in 46 milliseconds