Searched defs:HUBD_PORT_RETRY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c482 #define HUBD_PORT_RETRY 5 macro
483 static uint_t hubd_retry_enumerate = HUBD_PORT_RETRY;
5279 (retry < HUBD_PORT_RETRY)); retry++) {
8240 } while ((!(status & PORT_STATUS_PPS)) && (retry < HUBD_PORT_RETRY));

Completed in 61 milliseconds