Searched refs:fifo_max_depth (Results 1 – 2 of 2) sorted by relevance
618 pacing_data->fifo_max_depth = le32_to_cpu(resp.dbr_stat_db_max_fifo_depth); in bnxt_re_hwrm_dbr_pacing_qcfg()619 if (!pacing_data->fifo_max_depth) in bnxt_re_hwrm_dbr_pacing_qcfg()620 pacing_data->fifo_max_depth = BNXT_RE_MAX_FIFO_DEPTH(cctx); in bnxt_re_hwrm_dbr_pacing_qcfg()644 fifo_occup = pacing_data->fifo_max_depth - in __get_fifo_occupancy()674 if (fifo_occup > pacing_data->fifo_max_depth) in __wait_for_fifo_occupancy_below_th()682 __func__, fifo_occup, pacing_data->fifo_max_depth, in __wait_for_fifo_occupancy_below_th()781 pacing_data->alarm_th = pacing_data->fifo_max_depth; in bnxt_re_pacing_alert()
83 u32 fifo_max_depth; member