Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/
Dusb_hub.c1948 xfer->endpoint->refcount_bw++; in usb_hs_bandwidth_alloc()
1949 if (xfer->endpoint->refcount_bw != 1) in usb_hs_bandwidth_alloc()
2028 xfer->endpoint->refcount_bw--; in usb_hs_bandwidth_free()
2029 if (xfer->endpoint->refcount_bw != 0) in usb_hs_bandwidth_free()
Dusbdi.h156 uint8_t refcount_bw; /* bandwidth refcount */ member