Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c5269 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
5272 ipolicer->band_prof.max = (cfg >> 16) & 0XFFFF; in nix_setup_ipolicers()
5275 ipolicer->band_prof.max = (cfg >> 32) & 0XFFFF; in nix_setup_ipolicers()
5279 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()
5282 err = rvu_alloc_bitmap(&ipolicer->band_prof); in nix_setup_ipolicers()
5287 ipolicer->band_prof.max, in nix_setup_ipolicers()
5293 ipolicer->band_prof.max, in nix_setup_ipolicers()
5299 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
5322 ipolicer->band_prof.max, in nix_setup_ipolicers()
5347 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()
[all …]
Drvu_debugfs.c2259 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
2260 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
2311 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
2312 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
Drvu.h331 struct rsrc_bmap band_prof; member