Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h71 USB_ERR_MAX enumerator
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c303 static const int xhci_usb_errors[USB_ERR_MAX] = {
334 #define USB_TO_XHCI_ERR(e) ((e) < USB_ERR_MAX ? xhci_usb_errors[(e)] : \