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

/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c651 uint8_t dir_in; local
661 dir_in = 1;
665 dir_in = 1;
668 dir_in = 0;
682 if (dir_in || pf->is_simplex) {
701 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) {
706 if (dir_in)
728 if (dir_in) {
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_xhci.c2580 int dir_in; local
2583 dir_in = epctx & 0x80;
2587 epid = (epid * 2) + (dir_in ? 1 : 0);

Completed in 157 milliseconds