Home
last modified time | relevance | path

Searched refs:sc_usb_port_errors (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_hub_private.h64 uint8_t sc_usb_port_errors; /* error counter */ member
H A Dusb_hub.c562 if (sc->sc_usb_port_errors >= UHUB_USB_PORT_ERRORS_MAX) { in uhub_read_port_status()
575 sc->sc_usb_port_errors = 0; in uhub_read_port_status()
579 sc->sc_usb_port_errors++; in uhub_read_port_status()