Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dmain.c245 int nretry = 0; in context_reset() local
262 udelay(1 << nretry); in context_reset()
263 } while (nretry++ < MC_ROOM_RETRY_CNT); in context_reset()
271 __func__, rc, val, nretry); in context_reset()
1134 static bool wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online() argument
1144 nretry /= 2; in wait_port_online()
1146 nretry--); in wait_port_online()
1163 static bool wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_offline() argument
1173 nretry /= 2; in wait_port_offline()
1175 nretry--); in wait_port_offline()
[all …]