Searched refs:band_prof (Results 1 – 3 of 3) sorted by relevance
5726 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()5736 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()5744 ipolicer->band_prof.max, in nix_setup_ipolicers()5750 ipolicer->band_prof.max, in nix_setup_ipolicers()5779 ipolicer->band_prof.max, in nix_setup_ipolicers()5804 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()5807 kfree(ipolicer->band_prof.bmap); in nix_ipolicer_freemem()5822 if (prof_idx >= ipolicer->band_prof.max) in nix_verify_bandprof()5850 if (prof_idx >= ipolicer->band_prof.max || in nix_verify_bandprof()5968 if (prof_idx >= ipolicer->band_prof.max || in rvu_mbox_handler_nix_bandprof_free()[all …]
2608 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()2609 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()2660 ipolicer->band_prof.max, in rvu_dbg_nix_band_prof_rsrc_display()2661 rvu_rsrc_free_count(&ipolicer->band_prof)); in rvu_dbg_nix_band_prof_rsrc_display()
361 struct rsrc_bmap band_prof; member