Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_transfer.c1221 if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX) in usbd_transfer_setup()
1224 xfer->endpoint->refcount_alloc++; in usbd_transfer_setup()
1226 if (xfer->endpoint->refcount_alloc == 0) in usbd_transfer_setup()
1482 xfer->endpoint->refcount_alloc--; in usbd_transfer_unsetup()
H A Dusbdi.h154 uint8_t refcount_alloc; /* allocation refcount */ member
H A Dusb_device.c855 if (ep->refcount_alloc != 0) in usb_config_parse()