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

/freebsd-current/sys/dev/usb/
H A Dusbdi.h154 uint8_t refcount_alloc; /* allocation refcount */ member in struct:usb_endpoint
H A Dusb_transfer.c1217 * code for "endpoint->refcount_alloc" if you
1221 if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX)
1224 xfer->endpoint->refcount_alloc++;
1226 if (xfer->endpoint->refcount_alloc == 0)
1482 xfer->endpoint->refcount_alloc--;
H A Dusb_device.c855 if (ep->refcount_alloc != 0)

Completed in 131 milliseconds