Searched refs:band_prof (Results 1 – 2 of 2) sorted by relevance
5744 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()5747 ipolicer->band_prof.max = (cfg >> 16) & 0XFFFF; in nix_setup_ipolicers()5750 ipolicer->band_prof.max = (cfg >> 32) & 0XFFFF; in nix_setup_ipolicers()5754 if (!ipolicer->band_prof.max) in nix_setup_ipolicers()5757 err = rvu_alloc_bitmap(&ipolicer->band_prof); in nix_setup_ipolicers()5762 ipolicer->band_prof.max, in nix_setup_ipolicers()5768 ipolicer->band_prof.max, in nix_setup_ipolicers()5774 prof_idx < ipolicer->band_prof.max; prof_idx++) { in nix_setup_ipolicers()5797 ipolicer->band_prof.max, in nix_setup_ipolicers()5822 if (!ipolicer->band_prof.max) in nix_ipolicer_freemem()[all …]
390 struct rsrc_bmap band_prof; member