Searched refs:retries (Results 201 - 225 of 477) sorted by relevance

1234567891011>>

/linux-master/drivers/i2c/busses/
H A Di2c-octeon-platdrv.c239 i2c->adap.retries = 5;
H A Di2c-cros-ec-tunnel.c275 bus->adap.retries = I2C_MAX_RETRIES;
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c130 /* The default timeout for message retries. */
136 /* The default timeout for maintenance mode message retries. */
142 /* The default maximum number of retries */
1047 int retries,
1057 if (retries < 0)
1058 retries = default_max_retries;
1075 intf->seq_table[i].retries_left = retries;
1915 int retries,
1984 int retries,
2014 retries
1044 intf_next_seq(struct ipmi_smi *intf, struct ipmi_recv_msg *recv_msg, unsigned long timeout, int retries, int broadcast, unsigned char *seq, long *seqid) argument
1909 i_ipmi_req_sysintf(struct ipmi_smi *intf, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, struct ipmi_smi_msg *smi_msg, struct ipmi_recv_msg *recv_msg, int retries, unsigned int retry_time_ms) argument
1976 i_ipmi_req_ipmb(struct ipmi_smi *intf, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, struct ipmi_smi_msg *smi_msg, struct ipmi_recv_msg *recv_msg, unsigned char source_address, unsigned char source_lun, int retries, unsigned int retry_time_ms) argument
2169 i_ipmi_req_lan(struct ipmi_smi *intf, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, struct ipmi_smi_msg *smi_msg, struct ipmi_recv_msg *recv_msg, unsigned char source_lun, int retries, unsigned int retry_time_ms) argument
2293 i_ipmi_request(struct ipmi_user *user, struct ipmi_smi *intf, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, void *user_msg_data, void *supplied_smi, struct ipmi_recv_msg *supplied_recv, int priority, unsigned char source_address, unsigned char source_lun, int retries, unsigned int retry_time_ms) argument
2409 ipmi_request_settime(struct ipmi_user *user, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, void *user_msg_data, int priority, int retries, unsigned int retry_time_ms) argument
[all...]
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx-nwl.c201 int retries; local
204 for (retries = 0; retries < LINK_WAIT_MAX_RETRIES; retries++) {
/linux-master/drivers/mtd/ubi/
H A Dio.c116 int err, retries = 0; local
173 if (retries++ < UBI_IO_RETRIES) {
321 int err, retries = 0; local
340 if (retries++ < UBI_IO_RETRIES) {
/linux-master/drivers/mmc/core/
H A Dsdio.c663 int retries = 10; local
674 if (!retries) {
744 retries--;
818 retries = 0;
H A Dblock.c1520 if (mqrq->retries++ < MMC_CQE_RETRIES)
1767 int retries = 0; local
1769 while (retries++ <= MMC_READ_SINGLE_RETRIES) {
1805 if (mqrq->retries > MMC_MAX_RETRIES - 1)
1806 mqrq->retries = MMC_MAX_RETRIES - 1;
1853 * 2. Otherwise the number of retries is incremented and the request
1854 * will be requeued if there are remaining retries.
1857 * mqrq->retries. So there are only 4 possible actions here:
1859 * 2. change mqrq->retries to determine the number of retries
[all...]
H A Dsd.c819 int retries = 10; local
823 if (!retries) {
851 if (retries && mmc_host_uhs(host))
877 retries--;
880 retries = 0;
/linux-master/drivers/gpu/drm/bridge/
H A Dsii902x.c978 unsigned int retries; local
994 retries = 5;
998 retries--;
999 } while (ret && retries);
/linux-master/drivers/s390/char/
H A Dtape.h130 int retries; /* retry counter for error recovery. */ member in struct:tape_request
/linux-master/sound/soc/codecs/
H A Dda7219-aad.c60 int retries = 0; local
78 else if (retries++ < DA7219_AAD_MICBIAS_CHK_RETRIES)
80 } while ((!micbias_up) && (retries < DA7219_AAD_MICBIAS_CHK_RETRIES));
82 if (retries >= DA7219_AAD_MICBIAS_CHK_RETRIES)
/linux-master/drivers/scsi/
H A Dscsi_lib.c195 failure->retries = 0;
262 ++failure->retries <= failure->allowed)
773 * 1 sec to avoid aggressive retries of the target in that
1072 /* Kill remainder if no retries. */
1221 cmd->retries = 0;
2168 * @retries: number of retries before failing
2178 unsigned char *buffer, int len, int timeout, int retries,
2236 timeout, retries, &exec_args);
2251 * @retries
2177 scsi_mode_select(struct scsi_device *sdev, int pf, int sp, unsigned char *buffer, int len, int timeout, int retries, struct scsi_mode_data *data, struct scsi_sense_hdr *sshdr) argument
2259 scsi_mode_sense(struct scsi_device *sdev, int dbd, int modepage, int subpage, unsigned char *buffer, int len, int timeout, int retries, struct scsi_mode_data *data, struct scsi_sense_hdr *sshdr) argument
2387 scsi_test_unit_ready(struct scsi_device *sdev, int timeout, int retries, struct scsi_sense_hdr *sshdr) argument
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_83xx.c680 int retries = CRB_CMDPEG_CHECK_RETRY_COUNT; local
692 } while (--retries);
712 uint8_t retries; local
719 retries = duration / 10;
732 } while (retries--);
/linux-master/net/ipv4/
H A Dipconfig.c1194 int retries; local
1251 retries = CONF_SEND_RETRIES;
1290 if (! --retries) {
1480 int retries = CONF_OPEN_RETRIES; local
1565 if (--retries) {
/linux-master/drivers/usb/host/
H A Docteon-hcd.c118 * device even after a number of retries
120 * error even after a number of retries
123 * even after a number of retries
285 int retries; member in struct:cvmx_usb_transaction
696 int retries = 0; local
942 if (retries++ >= 5)
1761 * immediate retries of failure. These retries happen too
2818 transaction->retries = 0;
2834 transaction->retries
[all...]
/linux-master/drivers/net/ieee802154/
H A Dca8210.c312 * @retries: records how many times the current pending spi
333 int retries; member in struct:ca8210_priv
822 if (priv->retries > 3) {
823 dev_err(&priv->spi->dev, "too many retries!\n");
835 priv->retries++;
857 priv->retries = 0;
2242 * @retries: Number of times to retry after backing off
2250 u8 retries
2278 &retries,
2292 * ca8210_set_frame_retries() - Sets the maximum frame retries o
2301 ca8210_set_frame_retries(struct ieee802154_hw *hw, s8 retries) argument
[all...]
/linux-master/drivers/thunderbolt/
H A Dicm.c300 int retries, unsigned int timeout_msec)
332 } while (retries--);
1469 int retries = 60; local
1477 } while (--retries);
1479 if (!retries) {
1759 unsigned int retries = 50; local
1783 } while (--retries);
1814 unsigned int retries = 10; local
1836 } while (--retries);
298 icm_request(struct tb *tb, const void *request, size_t request_size, void *response, size_t response_size, size_t npackets, int retries, unsigned int timeout_msec) argument
/linux-master/fs/nfsd/
H A Dvfs.c500 int retries; local
565 for (retries = 1;;) {
575 if (host_err != -EAGAIN || !retries--)
1897 int retries; local
1899 for (retries = 1;;) {
1901 if (host_err != -EAGAIN || !retries--)
1993 int retries; local
1998 for (retries = 1;;) {
2000 if (host_err != -EAGAIN || !retries--)
/linux-master/fs/ext4/
H A Dnamei.c2821 int err, credits, retries = 0; local
2846 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
2856 int err, credits, retries = 0; local
2880 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
2890 int err, retries = 0; local
2917 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
3001 int err, err2 = 0, credits, retries = 0; local
3056 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
3372 int retries = 0; local
3448 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
3458 int err, retries = 0; local
3759 int retries = 0; local
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c56 /* NOP OUT retries waiting for NOP IN response */
61 /* Query request retries */
72 /* maximum number of retries for a general UIC command */
75 /* maximum number of link-startup retries */
78 /* maximum number of reset retries before giving up */
81 /* Maximum number of error handler retries before giving up */
3351 int retries; local
3353 for (retries = 0; retries < QUERY_REQ_RETRIES; retries
3519 u32 retries; local
3622 int retries; local
4154 int retries = UFS_UIC_COMMAND_RETRIES; local
4198 int retries = UFS_UIC_COMMAND_RETRIES; local
4979 int retries = DME_LINKSTARTUP_RETRIES; local
5075 int retries; local
6552 int retries = MAX_ERR_HANDLER_RETRIES; local
7003 int retries = hba->nutrs; local
7815 int retries = MAX_HOST_RESET_RETRIES; local
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.c129 /* Decrease number of retries for the initial rate */
173 register unsigned rateid, off, shift, retries; local
179 retries = rates[i].count;
180 if (retries > 0x0F) {
182 retries = 0x0F;
184 policy->tbl[off] |= __cpu_to_le32(retries << shift);
185 policy->retry_count += retries;
/linux-master/fs/smb/client/
H A Dtransport.c186 int retries = 0; local
212 * after the retries we will kill the socket and
217 retries++;
218 if (retries >= 14 ||
219 (!server->noblocksnd && (retries > 2))) {
224 msleep(1 << retries);
241 retries = 0; /* in case we get ENOSPC on the next send */
/linux-master/drivers/net/wireguard/
H A Dsocket.c366 int retries = 0; local
401 if (ret == -EADDRINUSE && !port && retries++ < 100)
/linux-master/drivers/clk/ti/
H A Dfapll.c113 int retries = FAPLL_MAX_RETRIES; local
120 if (retries-- <= 0)
/linux-master/drivers/char/tpm/
H A Dtpm1-cmd.c536 int retries = 5; local
575 } while (retries-- && total < max);

Completed in 266 milliseconds

1234567891011>>