Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c5218 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
5221 ipolicer->band_prof.max = (cfg >> 16) & 0XFFFF; in nix_setup_ipolicers()
5224 ipolicer->band_prof.max = (cfg >> 32) & 0XFFFF; in nix_setup_ipolicers()
5228 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()
5231 err = rvu_alloc_bitmap(&ipolicer->band_prof); in nix_setup_ipolicers()
5236 ipolicer->band_prof.max, in nix_setup_ipolicers()
5242 ipolicer->band_prof.max, in nix_setup_ipolicers()
5248 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
5271 ipolicer->band_prof.max, in nix_setup_ipolicers()
5296 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()
[all …]
H A Drvu_debugfs.c2257 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
2258 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
2309 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
2310 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
H A Drvu.h330 struct rsrc_bmap band_prof; member