Searched refs:drop_thresh (Results 1 – 5 of 5) sorted by relevance
442 u64 drop_thresh, bool ena_bp, u64 bp_thresh) in cvmx_fpa3_setup_aura_qos() argument458 if (drop_thresh <= pass_thresh || drop_thresh > limit_reg.cn78xx.limit) in cvmx_fpa3_setup_aura_qos()459 drop_thresh = limit_reg.cn78xx.limit; in cvmx_fpa3_setup_aura_qos()464 shift_thresh = (bp_thresh > drop_thresh) ? bp_thresh : drop_thresh; in cvmx_fpa3_setup_aura_qos()474 aura_level.s.drop = drop_thresh >> shift; in cvmx_fpa3_setup_aura_qos()
218 int cvmx_ipd_setup_red_queue(int queue, int pass_thresh, int drop_thresh);231 int cvmx_ipd_setup_red(int pass_thresh, int drop_thresh);
169 u64 drop_thresh, bool ena_bp, u64 bp_thresh);
395 int cvmx_helper_setup_red(int pass_thresh, int drop_thresh);
516 int drop_thresh[CVMX_QOS_NUM]; /* DROP threashold in % */ member
Completed in 13 milliseconds