Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/
HDusb_hub.c130 uint8_t sc_usb_port_errors; /* error counter */ member
596 if (sc->sc_usb_port_errors >= UHUB_USB_PORT_ERRORS_MAX) { in uhub_read_port_status()
609 sc->sc_usb_port_errors = 0; in uhub_read_port_status()
613 sc->sc_usb_port_errors++; in uhub_read_port_status()