Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/
H A Dusb_transfer.c1222 if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX) in usbd_transfer_setup()
1225 xfer->endpoint->refcount_alloc++; in usbd_transfer_setup()
1227 if (xfer->endpoint->refcount_alloc == 0) in usbd_transfer_setup()
1483 xfer->endpoint->refcount_alloc--; in usbd_transfer_unsetup()
H A Dusbdi.h156 uint8_t refcount_alloc; /* allocation refcount */ member
H A Dusb_device.c858 if (ep->refcount_alloc != 0) { in usb_config_parse()