Searched refs:retry_count (Results 1 - 25 of 149) sorted by path

123456

/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h28 u8 retry_count; member in struct:tx_policy
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dtx.c104 wl->stats.retry_count++;
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sas.h333 u8 retry_count; member in struct:initiate_ssp_task
360 u8 retry_count; member in struct:initiate_ata_task
466 u8 retry_count; member in struct:abort_task
517 u8 retry_count; member in struct:initiate_ssp_tmf
565 u8 retry_count; member in struct:ssp_targ_get_data
/linux-master/drivers/scsi/
H A Dqlogicpti.h282 u_short retry_count; member in struct:host_param
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csiphy.c59 u8 retry_count; local
65 retry_count = 0;
72 retry_count++;
74 } while ((reg != power >> 2) && (retry_count < 250));
76 if (retry_count == 250) {
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c739 int retry_count = 0; local
747 while (retry_count < max_retries_per_page) {
770 retry_count++;
775 retry_count = 0;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3450 uint retry_count = 0; local
3550 if (++retry_count > 4) {
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c163 module_param_named(retry_count, uv_nmi_retry_count, int, 0644);
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c1023 int retry_count; local
1035 for (retry_count = 0; retry_count < QAIC_MHI_RETRY_MAX; retry_count++) {
1082 retry_count = 0;
/linux-master/drivers/char/hw_random/
H A Dcn10k-rng.c104 u16 retry_count = 0; local
114 if (!status && (retry_count++ > 0x1000))
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c2559 unsigned int retry_count = 0; local
2575 ++retry_count <= GET_DEVICE_ID_MAX_RETRY) {
H A Dipmi_si_intf.c1315 unsigned int retry_count = 0; local
1346 ++retry_count <= GET_DEVICE_ID_MAX_RETRY) {
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-smc.c121 int ret, retry_count = 0; local
139 if (retry_count++ > QCOM_SCM_EBUSY_MAX_RETRY)
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.c727 uint32_t retry_count = get_dmif_switch_time_us( local
747 retry_delay, retry_count);
H A Ddmub_psr.c109 uint32_t retry_count = 0; local
120 } while (++retry_count <= 1000 && *state == PSR_STATE_INVALID);
123 if (retry_count >= 1000 && *state == PSR_STATE_INVALID) {
132 *state, retry_count);
181 uint32_t retry_count; local
204 for (retry_count = 0; retry_count <= 1000; retry_count++) {
220 if (retry_count >= 1000)
H A Ddmub_replay.c43 uint32_t retry_count = 0; local
56 } while (++retry_count <= 1000 && *state == REPLAY_STATE_INVALID);
59 if (retry_count >= 1000 && *state == REPLAY_STATE_INVALID) {
72 uint32_t retry_count; local
94 for (retry_count = 0; retry_count <= 1000; retry_count++) {
109 if (retry_count >= 1000)
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c326 int retry_count = 2; local
341 while (retry_count > 0) {
347 retry_count--;
349 if (retry_count == 0) {
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_8b_10b.c161 uint32_t retry_count; local
169 retry_count = 0;
184 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) {
195 if (!retry_count)
256 retry_count++;
259 if (retry_count >= LINK_TRAINING_MAX_CR_RETRY) {
H A Dlink_dp_training_dpia.c296 uint32_t retry_count = 0; local
315 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) {
343 if (retry_count == 0) {
430 retry_count++;
443 retry_count,
466 uint32_t retry_count = 0; local
481 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) {
487 if (retry_count == 0) {
537 retry_count++;
549 retry_count);
[all...]
H A Dlink_dp_training_fixed_vs_pe_retimer.c323 uint32_t retry_count; local
332 retry_count = 0;
339 (retry_count < LINK_TRAINING_MAX_CR_RETRY)) {
350 if (!retry_count) {
436 retry_count++;
439 if (retry_count >= LINK_TRAINING_MAX_CR_RETRY) {
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c1387 int retry_count, i; local
1389 for (retry_count = 0; retry_count < 3; retry_count++) {
/linux-master/drivers/gpu/drm/i915/
H A Dintel_uncore.c452 int retry_count = 100; local
484 if (--retry_count == 0) {
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c66 int retry_count = 0; local
158 } while (retry_count++ < 1000);
160 if (retry_count >= 1000) {
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c208 * @retry_count: Count the number of retries.
236 int retry_count; member in struct:ishtp_cl_data
815 client_data->retry_count++ < MAX_LOAD_ATTEMPTS) {
948 client_data->retry_count = 0;
H A Dishtp-hid-client.c495 int retry_count; local
506 retry_count = 0;
508 retry_count < 10) {
512 ++retry_count;

Completed in 351 milliseconds

123456