Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c50 UHUB_N_TRANSFER, enumerator
82 struct usb_xfer *sc_xfer[UHUB_N_TRANSFER]; /* interrupt xfer */
116 static const struct usb_config uhub_config[UHUB_N_TRANSFER] = {
1461 uhub_config, UHUB_N_TRANSFER, sc, &sc->sc_mtx); in uhub_attach()
1596 usbd_transfer_unsetup(sc->sc_xfer, UHUB_N_TRANSFER); in uhub_attach()
1641 usbd_transfer_unsetup(sc->sc_xfer, UHUB_N_TRANSFER); in uhub_detach()

Completed in 4 milliseconds