/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | power-cmd | 34 RETRY=3 35 while [ $RETRY -gt 0 ] 41 RETRY=$((RETRY-1)) 49 RETRY=3 50 while [ $RETRY -gt 0 ] 56 RETRY=$((RETRY-1)) 74 RETRY=20 75 while [ $RETRY -gt 0 ] 82 RETRY=$((RETRY-1))
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sol.robot | 74 [Documentation] Verify invalid SOL's retry count via IPMI. 83 Set Invalid SOL Retry Count 84 [Documentation] Verify invalid SOL's retry count via IPMI. 87 # Any integer above 7 is invalid for SOL retry count. 91 ... sol set retry-count ${value} 95 Set Invalid SOL Retry Interval 96 [Documentation] Verify invalid SOL's retry interval via IPMI. 99 # Any integer above 255 is invalid for SOL retry interval. 103 ... sol set retry-interval ${value} 168 Set Valid SOL Retry Count [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | commonring.c | 71 bool retry = true; in brcmf_commonring_write_available() local 87 if (retry) { in brcmf_commonring_write_available() 90 retry = false; in brcmf_commonring_write_available() 96 if (retry) { in brcmf_commonring_write_available() 99 retry = false; in brcmf_commonring_write_available() 112 bool retry = true; in brcmf_commonring_reserve_for_write() local 130 if (retry) { in brcmf_commonring_reserve_for_write() 133 retry = false; in brcmf_commonring_reserve_for_write() 148 bool retry = true; in brcmf_commonring_reserve_for_write_multiple() local 169 if (retry) { in brcmf_commonring_reserve_for_write_multiple() [all …]
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
H A D | gbmc-net-lib.sh | 19 local retry=0 21 (( retry = retry + 1 )) 22 (( retry <= 3 )) || return 1 24 (( retry == 1 )) || sleep 3 26 echo "Reloading networkd + reconfiguring ($*) from $(caller 0), time $retry" >&2
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | ceva,ahci-1v84.yaml | 76 ceva,p0-retry-params: 79 Retry interval timing value for port 0. 81 ceva,p0-retry-params = /bits/ 16 <RIT RCT>; 83 - description: RIT - Retry Interval Timer. 122 ceva,p1-retry-params: 125 Retry interval timing value for port 1. 127 ceva,pN-retry-params = /bits/ 16 <RIT RCT>; 129 - description: RIT - Retry Interval Timer. 155 - ceva,p0-retry-params 159 - ceva,p1-retry-params [all …]
|
/openbmc/linux/drivers/iio/imu/bno055/ |
H A D | bno055_ser_trace.h | 29 TP_PROTO(bool read, int addr, int retry), 30 TP_ARGS(read, addr, retry), 34 __field(int, retry) 39 __entry->retry = retry; 41 TP_printk("%s addr 0x%x retry #%d", 43 __entry->addr, __entry->retry
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clk.c | 270 * Adds a failed clock init to the retry list. The retry list is parsed 276 struct clk_init_item *retry; in ti_clk_retry_init() local 278 pr_debug("%pOFn: adding to retry list...\n", node); in ti_clk_retry_init() 279 retry = kzalloc(sizeof(*retry), GFP_KERNEL); in ti_clk_retry_init() 280 if (!retry) in ti_clk_retry_init() 283 retry->node = node; in ti_clk_retry_init() 284 retry->func = func; in ti_clk_retry_init() 285 retry->user = user; in ti_clk_retry_init() 286 list_add(&retry->link, &retry_list); in ti_clk_retry_init() 414 * ti_dt_clk_init_retry_clks - init clocks from the retry list [all …]
|
/openbmc/linux/include/scsi/ |
H A D | scsi_status.h | 56 DID_SOFT_ERROR = 0x0b, /* The low level driver just wish a retry */ 57 DID_IMM_RETRY = 0x0c, /* Retry without decrementing retry count */ 58 DID_REQUEUE = 0x0d, /* Requeue command (no immediate retry) also 59 * without decrementing the retry count */ 63 * retry or fail IO */
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | peci.c | 122 unsigned long retry = 10; in do_ast_peci_ping() local 140 while (retry) { in do_ast_peci_ping() 144 printf("Retry ... "); in do_ast_peci_ping() 146 --retry; in do_ast_peci_ping() 149 if (retry == 0) { in do_ast_peci_ping() 175 unsigned long retry = 10; in do_ast_peci_getdib() local 215 while (retry) { in do_ast_peci_getdib() 219 printf("Retry ... "); in do_ast_peci_getdib() 221 --retry; in do_ast_peci_getdib() 224 if (retry == 0) { in do_ast_peci_getdib()
|
/openbmc/estoraged/src/erase/ |
H A D | zero.cpp | 36 size_t retry = 0; in writeZero() local 50 retry++; in writeZero() 51 if (retry > maxRetry) in writeZero() 86 size_t retry = 0; in verifyZero() local 99 retry++; in verifyZero() 100 if (retry > maxRetry) in verifyZero()
|
H A D | pattern.cpp | 51 size_t retry = 0; in writePattern() local 64 retry++; in writePattern() 65 if (retry > maxRetry) in writePattern() 101 size_t retry = 0; in verifyPattern() local 114 retry++; in verifyPattern() 115 if (retry > maxRetry) in verifyPattern()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_trace.h | 56 __field(u8, retry) 67 __entry->retry = stat->retry; 73 " rate:%04x retry:%d", 76 __entry->rate, __entry->retry
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | sbs,sbs-battery.yaml | 34 sbs,i2c-retry-count: 36 The number of times to retry I2C transactions on I2C IO failure. 40 sbs,poll-retry-count: 79 sbs,i2c-retry-count = <2>; 80 sbs,poll-retry-count = <10>;
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/ |
H A D | 40-gbmc-upgrade.sh | 56 local retry=0 61 # give a chance to retry the curl if it stuck until the maximum timeout 63 …update-dhcp-status 'ONGOING' "downloading and unpacking from ${bootfile_url}, retry ${retry}, dead… 75 # Success should continue without retry 85 (( retry = retry + 1 ))
|
/openbmc/linux/include/uapi/linux/ |
H A D | atmmpc.h | 47 __u16 mpc_p4; /* MPC Initial Retry Time */ 48 __u16 mpc_p5; /* MPC Retry Time Maximum */ 88 #define MPC_P4 5 /* MPC Initial Retry Time */ 89 #define MPC_P5 40 /* MPC Retry Time Maximum */ 95 #define MPC_C1 2 /* Retry Time Multiplier */ 102 #define SND_MPOA_RES_RTRY 203 /* Different type in a retry due to req id */
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | aei_updater.cpp | 35 constexpr uint8_t MAX_RETRIES = 0x02; // Constants for retry limits 138 // One of the block write commands failed, retry download in doUpdate() 172 // Retry the whole download process starting with the key and in doUpdate() 199 for (int retry = 0; retry < MAX_RETRIES; ++retry) in writeIspMode() 239 for (int retry = 0; retry < MAX_RETRIES; ++retry) in writeIspStatusReset() 261 // Log I2C error with each retry attemp in writeIspStatusReset() 198 for (int retry = 0; retry < MAX_RETRIES; ++retry) writeIspMode() local 231 for (int retry = 0; retry < MAX_RETRIES; retry++) writeIspStatusReset() local 246 for (int retry = 0; retry < MAX_RETRIES; ++retry) writeIspStatusReset() local [all...] |
/openbmc/linux/drivers/irqchip/ |
H A D | irq-csky-apb-intc.c | 151 retry: in gx_irq_handler() 155 goto retry; in gx_irq_handler() 160 goto retry; in gx_irq_handler() 205 retry: in ck_irq_handler() 209 goto retry; in ck_irq_handler() 213 goto retry; in ck_irq_handler() 222 goto retry; in ck_irq_handler() 227 goto retry; in ck_irq_handler()
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 118 retry: in qio_channel_file_readv() 125 goto retry; in qio_channel_file_readv() 147 retry: in qio_channel_file_writev() 154 goto retry; in qio_channel_file_writev() 173 retry: in qio_channel_file_preadv() 180 goto retry; in qio_channel_file_preadv() 199 retry: in qio_channel_file_pwritev() 206 goto retry; in qio_channel_file_pwritev()
|
/openbmc/linux/sound/soc/au1x/ |
H A D | ac97c.c | 57 /* how often to retry failed codec register reads/writes */ 87 unsigned int tmo, retry; in au1xac97c_ac97_read() local 91 retry = AC97_RW_RETRIES; in au1xac97c_ac97_read() 118 } while (--retry && !tmo); in au1xac97c_ac97_read() 120 pr_debug("AC97RD %04x %04lx %d\n", r, data, retry); in au1xac97c_ac97_read() 122 return retry ? data & 0xffff : 0xffff; in au1xac97c_ac97_read() 129 unsigned int tmo, retry; in au1xac97c_ac97_write() local 131 retry = AC97_RW_RETRIES; in au1xac97c_ac97_write() 150 } while (--retry && !tmo); in au1xac97c_ac97_write() 152 pr_debug("AC97WR %04x %04x %d\n", r, v, retry); in au1xac97c_ac97_write()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_cec.c | 125 int retry = HDMI_CORE_CEC_RETRY; in hdmi_cec_clear_tx_fifo() local 129 while (retry) { in hdmi_cec_clear_tx_fifo() 133 retry--; in hdmi_cec_clear_tx_fifo() 135 return retry != 0; in hdmi_cec_clear_tx_fifo() 141 int retry = HDMI_CORE_CEC_RETRY; in hdmi_cec_clear_rx_fifo() local 145 retry = HDMI_CORE_CEC_RETRY; in hdmi_cec_clear_rx_fifo() 146 while (retry) { in hdmi_cec_clear_rx_fifo() 150 retry--; in hdmi_cec_clear_rx_fifo() 152 return retry != 0; in hdmi_cec_clear_rx_fifo() 287 /* Set the retry count */ in hdmi_cec_adap_transmit()
|
/openbmc/phosphor-hwmon/ |
H A D | hwmonio.hpp | 91 * For possibly transient errors will retry up to 97 * @param[in] retries - The number of times to retry. 98 * @param[in] delay - The time to sleep between retry attempts. 113 * For possibly transient errors will retry up to 119 * @param[in] retries - The number of times to retry. 120 * @param[in] delay - The time to sleep between retry attempts.
|
/openbmc/phosphor-objmgr/libmapper/ |
H A D | mapper.c | 73 int retry; member 88 int retry; member 201 if ((r == EBUSY || r == ENOBUFS) && data->retry < mapper_busy_retries) in async_wait_getobject_callback() 210 next_retry += mapper_busy_delay_interval_usec * (1 << data->retry); in async_wait_getobject_callback() 213 ++data->retry; in async_wait_getobject_callback() 262 data->retry = 0; in async_wait_get_objects() 475 if ((r == EBUSY || r == ENOBUFS) && subtree->retry < mapper_busy_retries) in async_subtree_getpaths_callback() 484 next_retry += mapper_busy_delay_interval_usec * (1 << subtree->retry); in async_subtree_getpaths_callback() 488 ++subtree->retry; in async_subtree_getpaths_callback() 535 subtree->retry = 0; in async_subtree_getpaths() [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | gateworks-gsc.c | 35 int retry, ret; in gsc_write() local 37 for (retry = 0; retry < I2C_RETRIES; retry++) { in gsc_write() 54 int retry, ret; in gsc_read() local 56 for (retry = 0; retry < I2C_RETRIES; retry++) { in gsc_read()
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | clock_manager.c | 19 u32 retry = 0; in cm_wait_for_lock() local 28 retry++; in cm_wait_for_lock() 30 retry = 0; in cm_wait_for_lock() 31 if (retry >= 10) in cm_wait_for_lock()
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_wx.c | 287 /* range->retry_capa; */ /* What retry options are supported */ in rtl8180_wx_get_range() 288 /* range->retry_flags; */ /* How to decode max/min retry limit */ in rtl8180_wx_get_range() 289 /* range->r_time_flags; */ /* How to decode max/min retry life */ in rtl8180_wx_get_range() 292 /* range->min_r_time; */ /* Minimal retry lifetime */ in rtl8180_wx_get_range() 293 /* range->max_r_time; */ /* Maximal retry lifetime */ in rtl8180_wx_get_range() 606 if (wrqu->retry.flags & IW_RETRY_LIFETIME || in r8192_wx_set_retry() 607 wrqu->retry.disabled){ in r8192_wx_set_retry() 611 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) { in r8192_wx_set_retry() 616 if (wrqu->retry.value > R8180_MAX_RETRY) { in r8192_wx_set_retry() 620 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_set_retry() [all …]
|