Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c5648 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
5651 ipolicer->band_prof.max = (cfg >> 16) & 0XFFFF; in nix_setup_ipolicers()
5654 ipolicer->band_prof.max = (cfg >> 32) & 0XFFFF; in nix_setup_ipolicers()
5658 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()
5661 err = rvu_alloc_bitmap(&ipolicer->band_prof); in nix_setup_ipolicers()
5666 ipolicer->band_prof.max, in nix_setup_ipolicers()
5672 ipolicer->band_prof.max, in nix_setup_ipolicers()
5678 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()
5701 ipolicer->band_prof.max, in nix_setup_ipolicers()
5726 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()
[all …]
Drvu_debugfs.c2638 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
2639 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
2690 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()
2691 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
Drvu.h359 struct rsrc_bmap band_prof; member