Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c5726 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
5736 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()
5744 ipolicer->band_prof.max, in nix_setup_ipolicers()
5750 ipolicer->band_prof.max, in nix_setup_ipolicers()
5779 ipolicer->band_prof.max, in nix_setup_ipolicers()
5804 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()
5807 kfree(ipolicer->band_prof.bmap); in nix_ipolicer_freemem()
5822 if (prof_idx >= ipolicer->band_prof.max) in nix_verify_bandprof()
5850 if (prof_idx >= ipolicer->band_prof.max || in nix_verify_bandprof()
5968 if (prof_idx >= ipolicer->band_prof.max || in rvu_mbox_handler_nix_bandprof_free()
[all …]
H A Drvu_debugfs.c2608 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()
2660 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
2661 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
H A Drvu.h361 struct rsrc_bmap band_prof; member