Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c302 static const int xhci_usb_errors[USB_ERR_MAX] = { variable
333 #define USB_TO_XHCI_ERR(e) ((e) < USB_ERR_MAX ? xhci_usb_errors[(e)] : \