Searched refs:nretry (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 240 int nretry = 0; in context_reset() local 257 udelay(1 << nretry); in context_reset() 258 } while (nretry++ < MC_ROOM_RETRY_CNT); in context_reset() 265 dev_dbg(dev, "%s: returning rc=%d, val=%016llx nretry=%d\n", in context_reset() 266 __func__, rc, val, nretry); in context_reset() 1120 * @nretry: Number of cycles to retry reading port status. 1129 static bool wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online() argument 1139 nretry /= 2; in wait_port_online() 1141 nretry--); in wait_port_online() 1150 * @nretry 1158 wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) wait_port_offline() argument 2308 int nretry = 0; send_afu_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 240 int nretry = 0; in context_reset() local 257 udelay(1 << nretry); in context_reset() 258 } while (nretry++ < MC_ROOM_RETRY_CNT); in context_reset() 265 dev_dbg(dev, "%s: returning rc=%d, val=%016llx nretry=%d\n", in context_reset() 266 __func__, rc, val, nretry); in context_reset() 1120 * @nretry: Number of cycles to retry reading port status. 1129 static bool wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online() argument 1139 nretry /= 2; in wait_port_online() 1141 nretry--); in wait_port_online() 1150 * @nretry 1158 wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) wait_port_offline() argument 2285 int nretry = 0; send_afu_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 906 unsigned int nretry = 10; in q6v5proc_disable_qchannel() local 912 while (!takedown_complete && nretry) { in q6v5proc_disable_qchannel() 913 nretry--; in q6v5proc_disable_qchannel()
|
Completed in 9 milliseconds