Home
last modified time | relevance | path

Searched refs:ipolicer (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c5723 ipolicer = &nix_hw->ipolicer[layer]; in nix_setup_ipolicers()
5802 ipolicer = &nix_hw->ipolicer[layer]; in nix_ipolicer_freemem()
5821 ipolicer = &nix_hw->ipolicer[layer]; in nix_verify_bandprof()
5848 ipolicer = &nix_hw->ipolicer[hi_layer]; in nix_verify_bandprof()
5880 ipolicer = &nix_hw->ipolicer[layer]; in rvu_mbox_handler_nix_bandprof_alloc()
5916 ipolicer = &nix_hw->ipolicer[layer]; in nix_free_all_bandprof()
5963 ipolicer = &nix_hw->ipolicer[layer]; in rvu_mbox_handler_nix_bandprof_free()
6057 ipolicer = &nix_hw->ipolicer[BAND_PROF_LEAF_LAYER]; in rvu_nix_setup_ratelimit_aggr()
6086 ipolicer = &nix_hw->ipolicer[BAND_PROF_MID_LAYER]; in rvu_nix_setup_ratelimit_aggr()
6216 ipolicer = &nix_hw->ipolicer[BAND_PROF_MID_LAYER]; in nix_clear_ratelimit_aggr()
[all …]
H A Drvu_debugfs.c2588 struct nix_ipolicer *ipolicer; in rvu_dbg_nix_band_prof_ctx_display() local
2594 if (!nix_hw->ipolicer) in rvu_dbg_nix_band_prof_ctx_display()
2606 ipolicer = &nix_hw->ipolicer[layer]; in rvu_dbg_nix_band_prof_ctx_display()
2608 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
2609 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
2623 pcifunc = ipolicer->pfvf_map[idx]; in rvu_dbg_nix_band_prof_ctx_display()
2642 struct nix_ipolicer *ipolicer; in rvu_dbg_nix_band_prof_rsrc_display() local
2647 if (!nix_hw->ipolicer) in rvu_dbg_nix_band_prof_rsrc_display()
2658 ipolicer = &nix_hw->ipolicer[layer]; in rvu_dbg_nix_band_prof_rsrc_display()
2660 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
[all …]
H A Drvu.h377 struct nix_ipolicer *ipolicer; member
400 bool ipolicer; member