Searched refs:time_out (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_phy.c506 u32 time_out; local
574 for (time_out = 0; time_out < max_time_out; time_out++) {
586 if (time_out == max_time_out) {
676 u32 time_out; local
693 for (time_out = 0; time_out < max_time_out; time_out++) {
723 u32 time_out; local
[all...]
/freebsd-9.3-release/sys/dev/sn/
H A Dif_sn.c378 int time_out; local
450 time_out = MEMORY_WAIT_TIME;
454 } while (--time_out);
456 if (!time_out || junk > 10) {

Completed in 55 milliseconds