Lines Matching refs:prof
376 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate()
380 aq->prof.cir_exponent = rate_exp; in cn10k_set_ipolicer_rate()
383 aq->prof.cir_mantissa = rate_mantissa; in cn10k_set_ipolicer_rate()
386 aq->prof.cbs_exponent = burst_exp; in cn10k_set_ipolicer_rate()
389 aq->prof.cbs_mantissa = burst_mantissa; in cn10k_set_ipolicer_rate()
392 aq->prof.rdiv = rdiv; in cn10k_set_ipolicer_rate()
409 aq->prof.adjust_exponent = 1; in cn10k_set_ipolicer_rate()
412 aq->prof.adjust_mantissa = 384; in cn10k_set_ipolicer_rate()
415 aq->prof.lmode = 0x1; in cn10k_set_ipolicer_rate()
422 aq->prof.meter_algo = 2; in cn10k_set_ipolicer_rate()
425 aq->prof.rc_action = NIX_RX_BAND_PROF_ACTIONRESULT_DROP; in cn10k_set_ipolicer_rate()
428 aq->prof.yc_action = NIX_RX_BAND_PROF_ACTIONRESULT_PASS; in cn10k_set_ipolicer_rate()
431 aq->prof.gc_action = NIX_RX_BAND_PROF_ACTIONRESULT_PASS; in cn10k_set_ipolicer_rate()
439 aq->prof.peir_exponent = 24; in cn10k_set_ipolicer_rate()
442 aq->prof.peir_mantissa = 0; in cn10k_set_ipolicer_rate()
445 aq->prof.pebs_exponent = 24; in cn10k_set_ipolicer_rate()
448 aq->prof.pebs_mantissa = 0; in cn10k_set_ipolicer_rate()