Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c4791 if (!req->prof.hl_en) in nix_verify_bandprof()
4972 aq_req->prof.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
4973 aq_req->prof_mask.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
5043 if (aq_rsp.prof.hl_en) { in rvu_nix_setup_ratelimit_aggr()
5098 aq_req.prof.hl_en = 0; in rvu_nix_setup_ratelimit_aggr()
5099 aq_req.prof_mask.hl_en = 1; in rvu_nix_setup_ratelimit_aggr()
5167 if (!aq_rsp.prof.hl_en) in nix_clear_ratelimit_aggr()
Drvu_struct.h717 uint64_t hl_en : 1; member
Drvu_debugfs.c1757 seq_printf(m, "W1: hl_en\t\t%d\n", prof->hl_en); in print_band_prof_ctx()