Home
last modified time | relevance | path

Searched refs:prof_idx (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c704 static bool ice_is_gtp_u_profile(u16 prof_idx) in ice_is_gtp_u_profile() argument
706 return (prof_idx >= ICE_PROFID_IPV6_GTPU_TEID && in ice_is_gtp_u_profile()
707 prof_idx <= ICE_PROFID_IPV6_GTPU_IPV6_TCP_INNER) || in ice_is_gtp_u_profile()
708 prof_idx == ICE_PROFID_IPV4_GTPU_TEID; in ice_is_gtp_u_profile()
711 static bool ice_is_gtp_c_profile(u16 prof_idx) in ice_is_gtp_c_profile() argument
713 switch (prof_idx) { in ice_is_gtp_c_profile()
728 * @prof_idx: profile index to check
731 struct ice_fv *fv, u32 prof_idx) in ice_get_sw_prof_type()
735 if (ice_is_gtp_c_profile(prof_idx)) in ice_get_sw_prof_type()
738 if (ice_is_gtp_u_profile(prof_idx)) in ice_get_sw_prof_type()
730 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv, u32 prof_idx) ice_get_sw_prof_type() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c5133 int layer, int prof_idx) in nix_init_policer_context()
5140 aq_req.qidx = (prof_idx & 0x3FFF) | (layer << 14); in nix_init_policer_context()
5149 layer, prof_idx); in nix_init_policer_context()
5158 int err, layer, prof_idx; in nix_setup_ipolicers() local
5208 for (prof_idx = 0; in nix_setup_ipolicers()
5209 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
5211 ipolicer->pfvf_map[prof_idx] = 0x00; in nix_setup_ipolicers()
5219 layer, prof_idx); in nix_setup_ipolicers()
5268 int layer, hi_layer, prof_idx; in nix_verify_bandprof() local
5132 nix_init_policer_context(struct rvu *rvu, struct nix_hw *nix_hw, int layer, int prof_idx) nix_init_policer_context() argument
5353 int blkaddr, layer, prof_idx, err; nix_free_all_bandprof() local
5393 int blkaddr, layer, prof_idx, idx, err; rvu_mbox_handler_nix_bandprof_free() local
[all...]
H A Dmbox.h1276 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member
1283 u16 prof_idx[BAND_PROF_NUM_LAYERS][MAX_BANDPROF_PER_PFFUNC]; member
H A Drvu_debugfs.c2240 int layer, prof_idx, idx, rc; in rvu_dbg_nix_band_prof_ctx_display() local
2263 prof_idx = (idx & 0x3FFF) | (layer << 14); in rvu_dbg_nix_band_prof_ctx_display()
2266 prof_idx); in rvu_dbg_nix_band_prof_ctx_display()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c211 *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()

Completed in 19 milliseconds