Searched refs:fifo_max_depth (Results 1 – 2 of 2) sorted by relevance
550 fifo_occup = pacing_data->fifo_max_depth - in __wait_for_fifo_occupancy_below_th()554 if (fifo_occup > pacing_data->fifo_max_depth) in __wait_for_fifo_occupancy_below_th()602 throttle_val = (rdev->qplib_res.pacing_data->fifo_max_depth * throttle) / 100; in bnxt_re_set_dbq_throttling_reg()869 fifo_occup = pacing_data->fifo_max_depth - in bnxt_re_pacing_timer_exp()925 pacing_data->alarm_th = pacing_data->fifo_max_depth; in bnxt_re_pacing_alert()1942 pacing_data->fifo_max_depth = le32_to_cpu(resp.dbr_stat_db_max_fifo_depth); in bnxt_re_hwrm_dbr_pacing_qcfg()1943 if (!pacing_data->fifo_max_depth) in bnxt_re_hwrm_dbr_pacing_qcfg()1944 pacing_data->fifo_max_depth = BNXT_RE_MAX_FIFO_DEPTH(cctx); in bnxt_re_hwrm_dbr_pacing_qcfg()1952 pacing_data->fifo_max_depth, in bnxt_re_hwrm_dbr_pacing_qcfg()
144 u32 fifo_max_depth; member