Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ichsmb/
Dichsmb.c502 const int maxloops = 16; in ichsmb_device_intr() local
509 for (count = 0; count < maxloops; count++) { in ichsmb_device_intr()
621 if (count == maxloops) { in ichsmb_device_intr()
/freebsd-10-stable/sys/mips/rmi/dev/xlr/
Drge.c1225 int i, maxloops = 100; in rmi_xlr_gmac_reset() local
1238 for (i = 0; i < maxloops; i++) { in rmi_xlr_gmac_reset()
1244 if (i == maxloops) in rmi_xlr_gmac_reset()
1253 for (i = 0; i < maxloops; i++) { in rmi_xlr_gmac_reset()
1259 if (i == maxloops) in rmi_xlr_gmac_reset()
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.c5193 int maxloops; in ahc_pause_and_flushwork() local
5196 maxloops = 1000; in ahc_pause_and_flushwork()
5217 } while (--maxloops in ahc_pause_and_flushwork()
5221 if (maxloops == 0) { in ahc_pause_and_flushwork()
Daic79xx.c7152 u_int maxloops; in ahd_pause_and_flushwork() local
7154 maxloops = 1000; in ahd_pause_and_flushwork()
7181 } while (--maxloops in ahd_pause_and_flushwork()
7187 if (maxloops == 0) { in ahd_pause_and_flushwork()