Home
last modified time | relevance | path

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

1234567

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_replay.c25 uint32_t retry_count = 0; in dmub_replay_get_state() local
34 } while (++retry_count <= 1000 && *state == REPLAY_STATE_INVALID); in dmub_replay_get_state()
37 if (retry_count >= 1000 && *state == REPLAY_STATE_INVALID) { in dmub_replay_get_state()
50 uint32_t retry_count; in dmub_replay_enable() local
72 for (retry_count = 0; retry_count <= 1000; retry_count++) { in dmub_replay_enable()
88 if (retry_count >= 1000) in dmub_replay_enable()
Ddmub_psr.c111 uint32_t retry_count = 0; in dmub_psr_get_state() local
122 } while (++retry_count <= 1000 && *state == PSR_STATE_INVALID); in dmub_psr_get_state()
125 if (retry_count >= 1000 && *state == PSR_STATE_INVALID) { in dmub_psr_get_state()
134 *state, retry_count); in dmub_psr_get_state()
183 uint32_t retry_count; in dmub_psr_enable() local
206 for (retry_count = 0; retry_count <= 1000; retry_count++) { in dmub_psr_enable()
222 if (retry_count >= 1000) in dmub_psr_enable()
/linux-6.12.1/net/mac80211/
Dstatus.c258 struct sk_buff *skb, int retry_count, in ieee80211_add_tx_radiotap_header() argument
331 *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()
898 int retry_count, bool send_to_cooked, in ieee80211_tx_monitor() argument
914 ieee80211_add_tx_radiotap_header(local, skb, retry_count, in ieee80211_tx_monitor()
956 int rates_idx, int retry_count) in __ieee80211_tx_status() argument
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()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_training_8b_10b.c162 uint32_t retry_count; in perform_8b_10b_clock_recovery_sequence() local
170 retry_count = 0; in perform_8b_10b_clock_recovery_sequence()
185 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in perform_8b_10b_clock_recovery_sequence()
196 if (!retry_count) in perform_8b_10b_clock_recovery_sequence()
260 retry_count++; in perform_8b_10b_clock_recovery_sequence()
263 if (retry_count >= LINK_TRAINING_MAX_CR_RETRY) { in perform_8b_10b_clock_recovery_sequence()
Dlink_dp_training_dpia.c293 uint32_t retry_count = 0; in dpia_training_cr_non_transparent() local
312 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in dpia_training_cr_non_transparent()
340 if (retry_count == 0) { in dpia_training_cr_non_transparent()
427 retry_count++; in dpia_training_cr_non_transparent()
436 retry_count, in dpia_training_cr_non_transparent()
459 uint32_t retry_count = 0; in dpia_training_cr_transparent() local
474 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) { in dpia_training_cr_transparent()
480 if (retry_count == 0) { in dpia_training_cr_transparent()
530 retry_count++; in dpia_training_cr_transparent()
538 retry_count); in dpia_training_cr_transparent()
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-6.12.1/drivers/staging/media/omap4iss/
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-6.12.1/drivers/usb/isp1760/
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-6.12.1/drivers/net/dsa/b53/
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-6.12.1/drivers/media/platform/ti/omap3isp/
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-6.12.1/drivers/gpu/drm/radeon/
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-6.12.1/tools/perf/tests/
Dtask-exit.c57 int retry_count = 0; in test__task_exit() local
134 if (retry_count++ > 1000) { in test__task_exit()
/linux-6.12.1/drivers/xen/
Dballoon.c200 balloon_stats.retry_count = 1; in update_schedule()
204 ++balloon_stats.retry_count; in update_schedule()
207 balloon_stats.retry_count > balloon_stats.max_retry_count) { in update_schedule()
209 balloon_stats.retry_count = 1; in update_schedule()
728 balloon_stats.retry_count = 1; in balloon_init()
Dxen-balloon.c151 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
/linux-6.12.1/drivers/scsi/aic94xx/
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-6.12.1/drivers/s390/char/
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()
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-6.12.1/drivers/scsi/libfc/
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-6.12.1/drivers/net/wireless/ti/wl1251/
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-6.12.1/drivers/char/hw_random/
Dcn10k-rng.c104 u16 retry_count = 0; in cn10k_read_trng() local
114 if (!status && (retry_count++ > 0x1000)) in cn10k_read_trng()
/linux-6.12.1/include/xen/
Dballoon.h21 unsigned long retry_count; member
/linux-6.12.1/drivers/firmware/qcom/
Dqcom_scm-smc.c123 int ret, retry_count = 0; in __scm_smc_do() local
141 if (retry_count++ > QCOM_SCM_EBUSY_MAX_RETRY) in __scm_smc_do()
/linux-6.12.1/fs/smb/server/
Dconnection.c179 int rc, retry_count = 0, max_timeout = 120; in ksmbd_conn_wait_idle_sess_id() local
183 if (retry_count >= max_timeout) in ksmbd_conn_wait_idle_sess_id()
197 retry_count++; in ksmbd_conn_wait_idle_sess_id()
/linux-6.12.1/drivers/platform/x86/intel/ifs/
Dload.c192 int retry_count; in copy_hashes_authenticate_chunks_gen2() local
234 retry_count = IFS_AUTH_RETRY_CT; in copy_hashes_authenticate_chunks_gen2()
245 } while (err_code == AUTH_INTERRUPTED_ERROR && --retry_count); in copy_hashes_authenticate_chunks_gen2()
/linux-6.12.1/arch/x86/coco/tdx/
Dtdx.c748 int retry_count = 0; in tdx_map_gpa() local
756 while (retry_count < max_retries_per_page) { in tdx_map_gpa()
779 retry_count++; in tdx_map_gpa()
784 retry_count = 0; in tdx_map_gpa()

1234567