Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h74 UBT_N_TRANSFER, /* total number of transfers */ enumerator
124 struct usb_xfer *sc_xfer[UBT_N_TRANSFER];
H A Dng_ubt.c281 static const struct usb_config ubt_config[UBT_N_TRANSFER] =
736 ubt_config, UBT_N_TRANSFER, sc, &sc->sc_if_mtx)) { in ubt_attach()
786 usbd_transfer_unsetup(sc->sc_xfer, UBT_N_TRANSFER); in ubt_detach()
1520 for (i = 0; i < UBT_N_TRANSFER; i ++) in ubt_task()