Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c384 aq->prof_mask.icolor = 0x03; in cn10k_set_ipolicer_rate()
388 aq->prof_mask.cir_exponent = 0x1F; in cn10k_set_ipolicer_rate()
391 aq->prof_mask.cir_mantissa = 0xFF; in cn10k_set_ipolicer_rate()
394 aq->prof_mask.cbs_exponent = 0x1F; in cn10k_set_ipolicer_rate()
397 aq->prof_mask.cbs_mantissa = 0xFF; in cn10k_set_ipolicer_rate()
400 aq->prof_mask.rdiv = 0xF; in cn10k_set_ipolicer_rate()
417 aq->prof_mask.adjust_exponent = 0x1F; in cn10k_set_ipolicer_rate()
420 aq->prof_mask.adjust_mantissa = 0x1FF; in cn10k_set_ipolicer_rate()
423 aq->prof_mask.lmode = 0x1; in cn10k_set_ipolicer_rate()
430 aq->prof_mask.meter_algo = 0x3; in cn10k_set_ipolicer_rate()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h920 struct nix_bandprof_s prof_mask; member
956 struct nix_bandprof_s prof_mask; member
H A Drvu_nix.c999 memcpy(mask, &req->prof_mask, in rvu_nix_blk_aq_enq_inst()
5507 aq_req->prof_mask.band_prof_id = GENMASK(6, 0); in nix_ipolicer_map_leaf_midprofs()
5509 aq_req->prof_mask.hl_en = 1; in nix_ipolicer_map_leaf_midprofs()
5633 memset((char *)&aq_req.prof_mask, 0xff, sizeof(struct nix_bandprof_s)); in rvu_nix_setup_ratelimit_aggr()
5636 aq_req.prof_mask.hl_en = 1; in rvu_nix_setup_ratelimit_aggr()