Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h498 #define OHCI_ISOC_XFER_CONTINUE 1 /* For isoc transfers */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5836 pp->pp_flag &= ~OHCI_ISOC_XFER_CONTINUE; in ohci_insert_isoc_req()
6271 if (pp->pp_flag & OHCI_ISOC_XFER_CONTINUE) { in ohci_insert_td_with_frame_number()
6316 if (!(pp->pp_flag & OHCI_ISOC_XFER_CONTINUE)) { in ohci_insert_td_with_frame_number()
6364 pp->pp_flag |= OHCI_ISOC_XFER_CONTINUE; in ohci_insert_td_with_frame_number()