Lines Matching refs:prof
377 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate()
381 aq->prof.cir_exponent = rate_exp; in cn10k_set_ipolicer_rate()
384 aq->prof.cir_mantissa = rate_mantissa; in cn10k_set_ipolicer_rate()
387 aq->prof.cbs_exponent = burst_exp; in cn10k_set_ipolicer_rate()
390 aq->prof.cbs_mantissa = burst_mantissa; in cn10k_set_ipolicer_rate()
393 aq->prof.rdiv = rdiv; in cn10k_set_ipolicer_rate()
410 aq->prof.adjust_exponent = 1; in cn10k_set_ipolicer_rate()
413 aq->prof.adjust_mantissa = 384; in cn10k_set_ipolicer_rate()
416 aq->prof.lmode = 0x1; in cn10k_set_ipolicer_rate()
423 aq->prof.meter_algo = 2; in cn10k_set_ipolicer_rate()
426 aq->prof.rc_action = NIX_RX_BAND_PROF_ACTIONRESULT_DROP; in cn10k_set_ipolicer_rate()
429 aq->prof.yc_action = NIX_RX_BAND_PROF_ACTIONRESULT_PASS; in cn10k_set_ipolicer_rate()
432 aq->prof.gc_action = NIX_RX_BAND_PROF_ACTIONRESULT_PASS; in cn10k_set_ipolicer_rate()
440 aq->prof.peir_exponent = 24; in cn10k_set_ipolicer_rate()
443 aq->prof.peir_mantissa = 0; in cn10k_set_ipolicer_rate()
446 aq->prof.pebs_exponent = 24; in cn10k_set_ipolicer_rate()
449 aq->prof.pebs_mantissa = 0; in cn10k_set_ipolicer_rate()