Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dusb_emul.h60 int epctx);
80 int (*hci_intr)(struct usb_hci *hci, int epctx);
H A Dusb_mouse.c678 int epctx) in umouse_data_handler() argument
687 dir ? "IN" : "OUT", epctx, xfer->data[0].blen)); in umouse_data_handler()
H A Dpci_xhci.c2598 pci_xhci_dev_intr(struct usb_hci *hci, int epctx) in pci_xhci_dev_intr() argument
2610 dir_in = epctx & 0x80; in pci_xhci_dev_intr()
2611 epid = epctx & ~0x80; in pci_xhci_dev_intr()