Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichsmb/
H A Dichsmb.c493 const int maxloops = 16; in ichsmb_device_intr() local
500 for (count = 0; count < maxloops; count++) { in ichsmb_device_intr()
629 if (count == maxloops) { in ichsmb_device_intr()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c5144 int maxloops; in ahc_pause_and_flushwork() local
5147 maxloops = 1000; in ahc_pause_and_flushwork()
5168 } while (--maxloops in ahc_pause_and_flushwork()
5172 if (maxloops == 0) { in ahc_pause_and_flushwork()
H A Daic79xx.c7083 u_int maxloops; in ahd_pause_and_flushwork() local
7085 maxloops = 1000; in ahd_pause_and_flushwork()
7111 } while (--maxloops in ahd_pause_and_flushwork()
7117 if (maxloops == 0) { in ahd_pause_and_flushwork()