Searched refs:bp_thresh (Results 1 – 3 of 3) sorted by relevance
442 u64 drop_thresh, bool ena_bp, u64 bp_thresh) in cvmx_fpa3_setup_aura_qos() argument461 if (bp_thresh < 256 || bp_thresh > limit_reg.cn78xx.limit) in cvmx_fpa3_setup_aura_qos()462 bp_thresh = limit_reg.cn78xx.limit >> 1; in cvmx_fpa3_setup_aura_qos()464 shift_thresh = (bp_thresh > drop_thresh) ? bp_thresh : drop_thresh; in cvmx_fpa3_setup_aura_qos()475 aura_level.s.bp = bp_thresh >> shift; in cvmx_fpa3_setup_aura_qos()
169 u64 drop_thresh, bool ena_bp, u64 bp_thresh);
518 int bp_thresh[CVMX_QOS_NUM]; /* BP threashold in % */ member
Completed in 10 milliseconds