Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c1994 xfer->endpoint->refcount_bw++; in usb_hs_bandwidth_alloc()
1995 if (xfer->endpoint->refcount_bw != 1) in usb_hs_bandwidth_alloc()
2074 xfer->endpoint->refcount_bw--; in usb_hs_bandwidth_free()
2075 if (xfer->endpoint->refcount_bw != 0) in usb_hs_bandwidth_free()
H A Dusbdi.h149 uint8_t refcount_bw; /* bandwidth refcount */ member
152 /* High-Speed resource allocation (valid if "refcount_bw" > 0) */

Completed in 6 milliseconds