Home
last modified time | relevance | path

Searched refs:hl_en (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c463 aq->prof.hl_en = 0; in cn10k_set_ipolicer_rate()
464 aq->prof_mask.hl_en = 1; in cn10k_set_ipolicer_rate()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h738 uint64_t hl_en : 1; member
H A Drvu_nix.c5835 if (!req->prof.hl_en) in nix_verify_bandprof()
6016 aq_req->prof.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
6017 aq_req->prof_mask.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
6087 if (aq_rsp.prof.hl_en) { in rvu_nix_setup_ratelimit_aggr()
6143 aq_req.prof.hl_en = 0; in rvu_nix_setup_ratelimit_aggr()
6144 aq_req.prof_mask.hl_en = 1; in rvu_nix_setup_ratelimit_aggr()
6212 if (!aq_rsp.prof.hl_en) in nix_clear_ratelimit_aggr()
H A Drvu_debugfs.c2554 seq_printf(m, "W1: hl_en\t\t%d\n", prof->hl_en); in print_band_prof_ctx()