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

123456

/linux-master/include/xen/
H A Dballoon.h21 unsigned long retry_count; member in struct:balloon_stats
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
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)
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)
/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/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/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/tools/perf/tests/
H A Dtask-exit.c57 int retry_count = 0; local
134 if (retry_count++ > 1000) {
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h28 u8 retry_count; member in struct:tx_policy
/linux-master/drivers/s390/char/
H A Dsclp_rw.h72 int retry_count; member in struct:sclp_buffer
H A Dsclp_rw.c53 buffer->retry_count = 0;
379 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) {
397 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) {
/linux-master/drivers/usb/isp1760/
H A Disp1760-if.c38 int retry_count; local
74 retry_count = 20;
76 while ((reg_data != 0xFACE) && retry_count) {
83 retry_count--;
/linux-master/drivers/net/dsa/b53/
H A Db53_spi.c100 int retry_count; local
107 for (retry_count = 0; retry_count < 10; retry_count++) {
118 if (retry_count == 10)
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c132 u8 retry_count; local
137 retry_count = 0;
144 retry_count++;
146 } while ((reg != power >> 2) && (retry_count < 100));
148 if (retry_count == 100) {
/linux-master/net/mac80211/
H A Dstatus.c258 struct sk_buff *skb, int retry_count,
330 /* for now report the total retry_count */
331 *pos = retry_count;
846 int *retry_count)
873 *retry_count = count;
878 int retry_count, bool send_to_cooked,
894 ieee80211_add_tx_radiotap_header(local, skb, retry_count,
936 int rates_idx, int retry_count)
1020 retry_count;
1038 if (retry_count >
257 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, struct sk_buff *skb, int retry_count, int rtap_len, struct ieee80211_tx_status *status) argument
844 ieee80211_tx_get_rates(struct ieee80211_hw *hw, struct ieee80211_tx_info *info, int *retry_count) argument
877 ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, int retry_count, bool send_to_cooked, struct ieee80211_tx_status *status) argument
934 __ieee80211_tx_status(struct ieee80211_hw *hw, struct ieee80211_tx_status *status, int rates_idx, int retry_count) argument
1124 int rates_idx, retry_count; local
[all...]
H A Drc80211_minstrel_ht.h123 u8 retry_count; member in struct:minstrel_rate_stats
/linux-master/drivers/xen/
H A Dballoon.c199 balloon_stats.retry_count = 1;
203 ++balloon_stats.retry_count;
206 balloon_stats.retry_count > balloon_stats.max_retry_count) {
208 balloon_stats.retry_count = 1;
723 balloon_stats.retry_count = 1;
H A Dxen-balloon.c151 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c189 int retry_count; local
230 retry_count = IFS_AUTH_RETRY_CT;
239 } while (err_code == AUTH_INTERRUPTED_ERROR && --retry_count);
/linux-master/include/net/
H A Dllc_conn.h43 u8 retry_count; /* number of retries */ member in struct:llc_sock
/linux-master/include/rdma/
H A Dib_cm.h114 unsigned int retry_count:3; member in struct:ib_cm_req_event_param
366 u8 retry_count; member in struct:ib_cm_req_param
/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/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/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

Completed in 715 milliseconds

123456