Home
last modified time | relevance | path

Searched defs:pci_xhci_dev_emu (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c246 struct pci_xhci_dev_emu { struct
247 struct pci_xhci_softc *xsc;
250 struct xhci_dev_ctx *dev_ctx;
251 struct pci_xhci_dev_ep eps[XHCI_MAX_ENDPOINTS];
252 int dev_slotstate;
254 struct usb_devemu *dev_ue; /* USB emulated dev */
255 void *dev_sc; /* device's softc */
280 struct pci_xhci_dev_emu **devices; /* XHCI[port] = device */ argument