Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.c1086 * code for "endpoint->refcount_alloc" if you in usbd_transfer_setup()
1090 if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX) in usbd_transfer_setup()
1093 xfer->endpoint->refcount_alloc++; in usbd_transfer_setup()
1095 if (xfer->endpoint->refcount_alloc == 0) in usbd_transfer_setup()
1351 xfer->endpoint->refcount_alloc--; in usbd_transfer_unsetup()
H A Dusbdi.h148 uint8_t refcount_alloc; /* allocation refcount */ member
H A Dusb_device.c668 if (ep->refcount_alloc != 0) { in usb_config_parse()

Completed in 8 milliseconds