Lines Matching refs:nretry
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()
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()
2285 int nretry = 0; in send_afu_cmd() local
2314 __func__, afu, cmd, cmd->rcb.cdb[0], nretry); in send_afu_cmd()
2337 if (++nretry < 2) in send_afu_cmd()