Home
last modified time | relevance | path

Searched refs:nretry (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/cxlflash/
Dmain.c240 int nretry = 0; in context_reset() local
257 udelay(1 << nretry); in context_reset()
258 } while (nretry++ < MC_ROOM_RETRY_CNT); in context_reset()
266 __func__, rc, val, nretry); in context_reset()
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()
1158 static bool wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_offline() argument
1168 nretry /= 2; in wait_port_offline()
1170 nretry--); in wait_port_offline()
[all …]
/linux-5.19.10/drivers/remoteproc/
Dqcom_q6v5_mss.c859 unsigned int nretry = 10; in q6v5proc_disable_qchannel() local
865 while (!takedown_complete && nretry) { in q6v5proc_disable_qchannel()
866 nretry--; in q6v5proc_disable_qchannel()