Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c4933 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
4936 ipolicer->band_prof.max = (cfg >> 16) & 0XFFFF; in nix_setup_ipolicers()
4939 ipolicer->band_prof.max = (cfg >> 32) & 0XFFFF; in nix_setup_ipolicers()
4943 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()
4946 err = rvu_alloc_bitmap(&ipolicer->band_prof); in nix_setup_ipolicers()
4951 ipolicer->band_prof.max, in nix_setup_ipolicers()
4957 ipolicer->band_prof.max, in nix_setup_ipolicers()
4963 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
4986 ipolicer->band_prof.max, in nix_setup_ipolicers()
5011 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()
[all …]
Drvu_debugfs.c2254 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
2255 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
2306 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
2307 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
Drvu.h310 struct rsrc_bmap band_prof; member