Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c5744 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 …]
H A Drvu.h390 struct rsrc_bmap band_prof; member