Searched refs:dev_slotstate (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c249 int dev_slotstate; member in struct:pci_xhci_dev_emu
720 dev->dev_slotstate = XHCI_ST_DISABLED;
819 if (dev && dev->dev_slotstate == XHCI_ST_DISABLED) {
821 dev->dev_slotstate = XHCI_ST_ENABLED;
853 if (dev->dev_slotstate == XHCI_ST_DISABLED) {
856 dev->dev_slotstate = XHCI_ST_DISABLED;
882 if (!dev || dev->dev_slotstate == XHCI_ST_DISABLED)
885 dev->dev_slotstate = XHCI_ST_DEFAULT;
982 dev->dev_slotstate = XHCI_ST_ADDRESSED;
1020 dev->dev_slotstate
[all...]

Completed in 101 milliseconds