Searched refs:refcount_bw (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusbdi.h155 uint8_t refcount_bw; /* bandwidth refcount */ member in struct:usb_endpoint
158 /* High-Speed resource allocation (valid if "refcount_bw" > 0) */
H A Dusb_hub.c1932 xfer->endpoint->refcount_bw++;
1933 if (xfer->endpoint->refcount_bw != 1)
2012 xfer->endpoint->refcount_bw--;
2013 if (xfer->endpoint->refcount_bw != 0)

Completed in 133 milliseconds