Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1058 if (pp->pp_flag & EHCI_ISOC_XFER_CONTINUE) { in ehci_insert_isoc_to_pfl()
1103 if (!(pp->pp_flag & EHCI_ISOC_XFER_CONTINUE)) { in ehci_insert_isoc_to_pfl()
1173 pp->pp_flag |= EHCI_ISOC_XFER_CONTINUE; in ehci_insert_isoc_to_pfl()
H A Dehci_isoch.c521 pp->pp_flag &= ~EHCI_ISOC_XFER_CONTINUE; in ehci_insert_isoc_req()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h504 #define EHCI_ISOC_XFER_CONTINUE 1 /* For isoc transfers */ macro