Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c453 aq->prof.hl_en = 0; in cn10k_set_ipolicer_rate()
454 aq->prof_mask.hl_en = 1; in cn10k_set_ipolicer_rate()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h738 uint64_t hl_en : 1; member
Drvu_nix.c5757 if (!req->prof.hl_en) in nix_verify_bandprof()
5938 aq_req->prof.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
5939 aq_req->prof_mask.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
6009 if (aq_rsp.prof.hl_en) { in rvu_nix_setup_ratelimit_aggr()
6065 aq_req.prof.hl_en = 0; in rvu_nix_setup_ratelimit_aggr()
6066 aq_req.prof_mask.hl_en = 1; in rvu_nix_setup_ratelimit_aggr()
6134 if (!aq_rsp.prof.hl_en) in nix_clear_ratelimit_aggr()
Drvu_debugfs.c2584 seq_printf(m, "W1: hl_en\t\t%d\n", prof->hl_en); in print_band_prof_ctx()