Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/template/
H A Dusb_template.c649 uint8_t dir_in; in usb_hw_ep_find_match() local
659 dir_in = 1; in usb_hw_ep_find_match()
663 dir_in = 1; in usb_hw_ep_find_match()
666 dir_in = 0; in usb_hw_ep_find_match()
679 if (dir_in || pf->is_simplex) { in usb_hw_ep_find_match()
698 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()
703 if (dir_in) in usb_hw_ep_find_match()
725 if (dir_in) { in usb_hw_ep_find_match()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2649 int dir_in; in pci_xhci_dev_intr() local
2652 dir_in = epctx & 0x80; in pci_xhci_dev_intr()
2656 epid = (epid * 2) + (dir_in ? 1 : 0); in pci_xhci_dev_intr()