Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 25 of 150) sorted by relevance

123456

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c43 uint32_t retry_count = 0; in dmub_replay_get_state() local
56 } while (++retry_count <= 1000 && *state == REPLAY_STATE_INVALID); in dmub_replay_get_state()
59 if (retry_count >= 1000 && *state == REPLAY_STATE_INVALID) { in dmub_replay_get_state()
72 uint32_t retry_count; in dmub_replay_enable() local
94 for (retry_count = 0; retry_count <= 1000; retry_count++) { in dmub_replay_enable()
109 if (retry_count >= 1000) in dmub_replay_enable()
H A Ddmub_psr.c109 uint32_t retry_count = 0; in dmub_psr_get_state() local
120 } while (++retry_count <= 1000 && *state == PSR_STATE_INVALID); in dmub_psr_get_state()
123 if (retry_count >= 1000 && *state == PSR_STATE_INVALID) { in dmub_psr_get_state()
132 *state, retry_count); in dmub_psr_get_state()
181 uint32_t retry_count; in dmub_psr_enable() local
204 for (retry_count = 0; retry_count <= 1000; retry_count++) { in dmub_psr_enable()
220 if (retry_count >= 1000) in dmub_psr_enable()
/linux/drivers/staging/media/omap4iss/
H A Diss_csiphy.c59 u8 retry_count; in csiphy_set_power() local
65 retry_count = 0; in csiphy_set_power()
72 retry_count++; in csiphy_set_power()
74 } while ((reg != power >> 2) && (retry_count < 250)); in csiphy_set_power()
76 if (retry_count == 250) { in csiphy_set_power()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_8b_10b.c161 uint32_t retry_count; in perform_8b_10b_clock_recovery_sequence() local
169 retry_count = 0; in perform_8b_10b_clock_recovery_sequence()
184 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in perform_8b_10b_clock_recovery_sequence()
195 if (!retry_count) in perform_8b_10b_clock_recovery_sequence()
256 retry_count++; in perform_8b_10b_clock_recovery_sequence()
259 if (retry_count >= LINK_TRAINING_MAX_CR_RETRY) { in perform_8b_10b_clock_recovery_sequence()
H A Dlink_dp_training_dpia.c296 uint32_t retry_count = 0; in dpia_training_cr_non_transparent() local
315 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in dpia_training_cr_non_transparent()
343 if (retry_count == 0) { in dpia_training_cr_non_transparent()
430 retry_count++; in dpia_training_cr_non_transparent()
443 retry_count, in dpia_training_cr_non_transparent()
466 uint32_t retry_count = 0; in dpia_training_cr_transparent() local
481 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in dpia_training_cr_transparent()
487 if (retry_count == 0) { in dpia_training_cr_transparent()
537 retry_count++; in dpia_training_cr_transparent()
549 retry_count); in dpia_training_cr_transparent()
H A Dlink_dp_training_fixed_vs_pe_retimer.c323 uint32_t retry_count; in dp_perform_fixed_vs_pe_training_sequence() local
332 retry_count = 0; in dp_perform_fixed_vs_pe_training_sequence()
339 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in dp_perform_fixed_vs_pe_training_sequence()
350 if (!retry_count) { in dp_perform_fixed_vs_pe_training_sequence()
436 retry_count++; in dp_perform_fixed_vs_pe_training_sequence()
439 if (retry_count >= LINK_TRAINING_MAX_CR_RETRY) { in dp_perform_fixed_vs_pe_training_sequence()
/linux/net/mac80211/
H A Dstatus.c331 *pos = retry_count; in ieee80211_add_tx_radiotap_header()
866 int *retry_count) in ieee80211_tx_get_rates() argument
893 *retry_count = count; in ieee80211_tx_get_rates()
1040 retry_count; in __ieee80211_tx_status()
1058 if (retry_count > 0) in __ieee80211_tx_status()
1060 if (retry_count > 1) in __ieee80211_tx_status()
1144 int rates_idx, retry_count; in ieee80211_tx_status_ext() local
1183 sta->deflink.status_stats.retry_count += retry_count; in ieee80211_tx_status_ext()
1234 retry_count); in ieee80211_tx_status_ext()
1240 if (retry_count > 0) in ieee80211_tx_status_ext()
[all …]
/linux/drivers/usb/isp1760/
H A Disp1760-if.c38 int retry_count; in isp1761_pci_init() local
74 retry_count = 20; in isp1761_pci_init()
76 while ((reg_data != 0xFACE) && retry_count) { in isp1761_pci_init()
83 retry_count--; in isp1761_pci_init()
/linux/drivers/net/dsa/b53/
H A Db53_spi.c100 int retry_count; in b53_spi_prepare_reg_read() local
107 for (retry_count = 0; retry_count < 10; retry_count++) { in b53_spi_prepare_reg_read()
118 if (retry_count == 10) in b53_spi_prepare_reg_read()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c132 u8 retry_count; in csiphy_set_power() local
137 retry_count = 0; in csiphy_set_power()
144 retry_count++; in csiphy_set_power()
146 } while ((reg != power >> 2) && (retry_count < 100)); in csiphy_set_power()
148 if (retry_count == 100) { in csiphy_set_power()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c66 int retry_count = 0; in radeon_dp_aux_transfer_native() local
158 } while (retry_count++ < 1000); in radeon_dp_aux_transfer_native()
160 if (retry_count >= 1000) { in radeon_dp_aux_transfer_native()
/linux/tools/perf/tests/
H A Dtask-exit.c57 int retry_count = 0; in test__task_exit() local
134 if (retry_count++ > 1000) { in test__task_exit()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sas.h333 u8 retry_count; member
360 u8 retry_count; member
466 u8 retry_count; member
517 u8 retry_count; member
565 u8 retry_count; member
/linux/drivers/xen/
H A Dballoon.c199 balloon_stats.retry_count = 1; in update_schedule()
203 ++balloon_stats.retry_count; in update_schedule()
206 balloon_stats.retry_count > balloon_stats.max_retry_count) { in update_schedule()
208 balloon_stats.retry_count = 1; in update_schedule()
723 balloon_stats.retry_count = 1; in balloon_init()
H A Dxen-balloon.c151 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
/linux/drivers/s390/char/
H A Dsclp_rw.c53 buffer->retry_count = 0; in sclp_make_buffer()
379 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) { in sclp_writedata_callback()
397 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) { in sclp_writedata_callback()
H A Dsclp_vt220.c46 int retry_count; member
173 if (++vt220_request->retry_count > SCLP_BUFFER_MAX_RETRY) in sclp_vt220_callback()
186 if (++vt220_request->retry_count > SCLP_BUFFER_MAX_RETRY) in sclp_vt220_callback()
268 request->retry_count = 0; in sclp_vt220_initialize_page()
/linux/drivers/scsi/libfc/
H A Dfc_disc.c221 disc->retry_count = 0; in fc_disc_restart()
302 PTR_ERR_OR_ZERO(fp), disc->retry_count, in fc_disc_error()
310 if (disc->retry_count < FC_DISC_RETRY_LIMIT) { in fc_disc_error()
318 if (!disc->retry_count) in fc_disc_error()
321 disc->retry_count++; in fc_disc_error()
/linux/drivers/char/hw_random/
H A Dcn10k-rng.c104 u16 retry_count = 0; in cn10k_read_trng() local
114 if (!status && (retry_count++ > 0x1000)) in cn10k_read_trng()
/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c193 DEBUGFS_READONLY_FILE(retry_count, 20, "%u", wl->stats.retry_count);
334 DEBUGFS_DEL(retry_count); in wl1251_debugfs_delete_files()
433 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
441 wl->stats.retry_count = 0; in wl1251_debugfs_reset()
/linux/include/xen/
H A Dballoon.h21 unsigned long retry_count; member
/linux/arch/x86/coco/tdx/
H A Dtdx.c739 int retry_count = 0; in tdx_map_gpa() local
747 while (retry_count < max_retries_per_page) { in tdx_map_gpa()
770 retry_count++; in tdx_map_gpa()
775 retry_count = 0; in tdx_map_gpa()
/linux/drivers/platform/x86/intel/ifs/
H A Dload.c189 int retry_count; in copy_hashes_authenticate_chunks_gen2() local
230 retry_count = IFS_AUTH_RETRY_CT; in copy_hashes_authenticate_chunks_gen2()
241 } while (err_code == AUTH_INTERRUPTED_ERROR && --retry_count); in copy_hashes_authenticate_chunks_gen2()
/linux/drivers/firmware/qcom/
H A Dqcom_scm-smc.c121 int ret, retry_count = 0; in __scm_smc_do() local
139 if (retry_count++ > QCOM_SCM_EBUSY_MAX_RETRY) in __scm_smc_do()
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-xen_memory8 also 'retry_count' below.
19 What: /sys/devices/system/xen_memory/xen_memory0/retry_count

123456