Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c5042 if (!req->prof.hl_en) in nix_verify_bandprof()
5223 aq_req->prof.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
5224 aq_req->prof_mask.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
5294 if (aq_rsp.prof.hl_en) { in rvu_nix_setup_ratelimit_aggr()
5350 aq_req.prof.hl_en = 0; in rvu_nix_setup_ratelimit_aggr()
5351 aq_req.prof_mask.hl_en = 1; in rvu_nix_setup_ratelimit_aggr()
5419 if (!aq_rsp.prof.hl_en) in nix_clear_ratelimit_aggr()
Drvu_struct.h735 uint64_t hl_en : 1; member
Drvu_debugfs.c2200 seq_printf(m, "W1: hl_en\t\t%d\n", prof->hl_en); in print_band_prof_ctx()