Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c4684 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
4687 ipolicer->band_prof.max = (cfg >> 16) & 0XFFFF; in nix_setup_ipolicers()
4690 ipolicer->band_prof.max = (cfg >> 32) & 0XFFFF; in nix_setup_ipolicers()
4694 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()
4697 err = rvu_alloc_bitmap(&ipolicer->band_prof); in nix_setup_ipolicers()
4702 ipolicer->band_prof.max, in nix_setup_ipolicers()
4708 ipolicer->band_prof.max, in nix_setup_ipolicers()
4714 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
4737 ipolicer->band_prof.max, in nix_setup_ipolicers()
4760 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()
[all …]
Drvu_debugfs.c1811 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
1812 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
1863 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
1864 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
Drvu.h301 struct rsrc_bmap band_prof; member