Searched refs:nretry (Results 1 – 2 of 2) sorted by relevance
240 int nretry = 0; in context_reset() local257 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() argument1139 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() argument1168 nretry /= 2; in wait_port_offline()1170 nretry--); in wait_port_offline()[all …]
859 unsigned int nretry = 10; in q6v5proc_disable_qchannel() local865 while (!takedown_complete && nretry) { in q6v5proc_disable_qchannel()866 nretry--; in q6v5proc_disable_qchannel()