Lines Matching refs:quanta_offset
213 u64 quanta_offset = 0, quanta_thresh = 0, cfg; in rpm_cfg_pfc_quanta_thresh() local
221 quanta_offset = RPMX_MTI_MAC100X_CL01_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
226 quanta_offset = RPMX_MTI_MAC100X_CL23_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
231 quanta_offset = RPMX_MTI_MAC100X_CL45_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
236 quanta_offset = RPMX_MTI_MAC100X_CL67_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
241 quanta_offset = RPMX_MTI_MAC100X_CL89_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
246 quanta_offset = RPMX_MTI_MAC100X_CL1011_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
251 quanta_offset = RPMX_MTI_MAC100X_CL1213_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
256 quanta_offset = RPMX_MTI_MAC100X_CL1415_PAUSE_QUANTA; in rpm_cfg_pfc_quanta_thresh()
261 if (!quanta_offset || !quanta_thresh) in rpm_cfg_pfc_quanta_thresh()
265 cfg = rpm_read(rpm, lmac_id, quanta_offset); in rpm_cfg_pfc_quanta_thresh()
274 rpm_write(rpm, lmac_id, quanta_offset, cfg); in rpm_cfg_pfc_quanta_thresh()