Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c250 struct pci_xhci_dev_emu { struct
251 struct pci_xhci_softc *xsc;
254 struct xhci_dev_ctx *dev_ctx;
255 struct pci_xhci_dev_ep eps[XHCI_MAX_ENDPOINTS];
256 int dev_slotstate;
258 struct usb_devemu *dev_ue; /* USB emulated dev */
259 void *dev_sc; /* device's softc */
284 struct pci_xhci_dev_emu **devices; /* XHCI[port] = device */ argument