Home
last modified time | relevance | path

Searched refs:ipolicer (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c5157 struct nix_ipolicer *ipolicer; in nix_setup_ipolicers() local
5163 hw->cap.ipolicer = false; in nix_setup_ipolicers()
5167 hw->cap.ipolicer = true; in nix_setup_ipolicers()
5168 nix_hw->ipolicer = devm_kcalloc(rvu->dev, BAND_PROF_NUM_LAYERS, in nix_setup_ipolicers()
5169 sizeof(*ipolicer), GFP_KERNEL); in nix_setup_ipolicers()
5170 if (!nix_hw->ipolicer) in nix_setup_ipolicers()
5176 ipolicer = &nix_hw->ipolicer[layer]; in nix_setup_ipolicers()
5179 ipolicer->band_prof.max = cfg & 0XFFFF; in nix_setup_ipolicers()
5182 ipolicer in nix_setup_ipolicers()
5248 struct nix_ipolicer *ipolicer; nix_ipolicer_freemem() local
5267 struct nix_ipolicer *ipolicer; nix_verify_bandprof() local
5316 struct nix_ipolicer *ipolicer; rvu_mbox_handler_nix_bandprof_alloc() local
5354 struct nix_ipolicer *ipolicer; nix_free_all_bandprof() local
5395 struct nix_ipolicer *ipolicer; rvu_mbox_handler_nix_bandprof_free() local
5483 struct nix_ipolicer *ipolicer; rvu_nix_setup_ratelimit_aggr() local
5648 struct nix_ipolicer *ipolicer; nix_clear_ratelimit_aggr() local
5681 struct nix_ipolicer *ipolicer; rvu_mbox_handler_nix_bandprof_get_hwinfo() local
[all...]
H A Drvu_debugfs.c2239 struct nix_ipolicer *ipolicer; in rvu_dbg_nix_band_prof_ctx_display() local
2245 if (!nix_hw->ipolicer) in rvu_dbg_nix_band_prof_ctx_display()
2257 ipolicer = &nix_hw->ipolicer[layer]; in rvu_dbg_nix_band_prof_ctx_display()
2259 for (idx = 0; idx < ipolicer->band_prof.max; idx++) { in rvu_dbg_nix_band_prof_ctx_display()
2260 if (is_rsrc_free(&ipolicer->band_prof, idx)) in rvu_dbg_nix_band_prof_ctx_display()
2274 pcifunc = ipolicer->pfvf_map[idx]; in rvu_dbg_nix_band_prof_ctx_display()
2293 struct nix_ipolicer *ipolicer; in rvu_dbg_nix_band_prof_rsrc_display() local
2298 if (!nix_hw->ipolicer) in rvu_dbg_nix_band_prof_rsrc_display()
2309 ipolicer in rvu_dbg_nix_band_prof_rsrc_display()
[all...]
H A Drvu.h346 struct nix_ipolicer *ipolicer; member
368 bool ipolicer; member

Completed in 14 milliseconds