Lines Matching defs:wait

32 // How to wait for the command unit to accept a command.
642 // Todo: verify that we must wait for previous command completion.
1119 // must wait for previous command completion only if it was a non-transmit
1126 // see if we need to wait for completion here
1130 // don't wait for more than 1 second!!!
1885 UINTN wait;
1891 wait = 500;
1893 while (wait--) {
1983 // and then out a 1 to sk, wait, out 0 to SK and wait
2064 // and then out a 1 to sk, wait, out 0 to SK and wait
2158 // wait upto one second (each wait is 100 micro s)
2296 // wait for the tx queue to complete
2364 // wait for the tx queue to complete
2417 // wait 20usec before checking status
2464 // wait 20usec before checking status
2712 // wait 100 microseconds for the phy to isolate.
2729 // wait 100 microseconds for the phy to be enabled.
2744 // wait no more than 3.5 seconds for auto-negotiation to complete
2788 // wait 100 microseconds for the phy to isolate.
2803 // wait 100 microseconds for the phy to be enabled
2818 // Don't wait for it to complete (we didn't have link earlier)
2989 // wait 100 milliseconds for auto-negotiation to complete
3324 INT16 wait;
3325 wait = 5000;
3326 while ((cmd_ptr->cb_header.status == 0) && (--wait > 0)) {
3352 UINT16 wait;
3364 // wait for 5 milli seconds here!
3402 // wait for command to be accepted.
3410 // wait for 5 milli seconds
3412 wait = 5000;
3413 while (wait) {
3422 wait--;
3451 UINT16 wait;
3454 wait = 10;
3458 // wait for this to complete
3462 // wait for 2 milli seconds here!
3465 while (wait > 0) {
3466 wait--;
3473 // wait for 1 milli second