Home
last modified time | relevance | path

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

/src/sys/dev/usb/
H A Dusb_dev.h148 #define USB_FIFO_REF_MAX 0xFF macro
H A Dusb_dev.c256 if (f == NULL || f->refcount == USB_FIFO_REF_MAX) in usb_ref_device()
272 if (f == NULL || f->refcount == USB_FIFO_REF_MAX) in usb_ref_device()