Searched refs:nretry (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/net/ |
H A D | net.c | 703 char *nretry; in net_start_again() local 708 nretry = env_get("netretry"); in net_start_again() 709 if (nretry) { in net_start_again() 710 if (!strcmp(nretry, "yes")) in net_start_again() 712 else if (!strcmp(nretry, "no")) in net_start_again() 714 else if (!strcmp(nretry, "once")) in net_start_again() 717 retrycnt = simple_strtoul(nretry, NULL, 0); in net_start_again()
|
/openbmc/linux/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() 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 …]
|
/openbmc/linux/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()
|