Home
last modified time | relevance | path

Searched refs:pp_flag (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1057 if (pp->pp_flag & EHCI_ISOC_XFER_CONTINUE) { in ehci_insert_isoc_to_pfl()
1102 if (!(pp->pp_flag & EHCI_ISOC_XFER_CONTINUE)) { in ehci_insert_isoc_to_pfl()
1172 pp->pp_flag |= EHCI_ISOC_XFER_CONTINUE; in ehci_insert_isoc_to_pfl()
H A Dehci_intr.c650 if (pp->pp_flag == EHCI_POLLED_MODE_FLAG) { in ehci_check_for_short_xfer()
H A Dehci_isoch.c520 pp->pp_flag &= ~EHCI_ISOC_XFER_CONTINUE; in ehci_insert_isoc_req()
H A Dehci_polled.c810 pp->pp_flag = EHCI_POLLED_MODE_FLAG; in ehci_polled_init()
H A Dehci_xfer.c2301 if (pp->pp_flag != EHCI_POLLED_MODE_FLAG) { in ehci_insert_qtd()
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h464 uint_t pp_flag; /* Flags */ member
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h462 uint_t pp_flag; /* For polled mode */ member
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5854 pp->pp_flag &= ~OHCI_ISOC_XFER_CONTINUE; in ohci_insert_isoc_req()
6289 if (pp->pp_flag & OHCI_ISOC_XFER_CONTINUE) { in ohci_insert_td_with_frame_number()
6334 if (!(pp->pp_flag & OHCI_ISOC_XFER_CONTINUE)) { in ohci_insert_td_with_frame_number()
6382 pp->pp_flag |= OHCI_ISOC_XFER_CONTINUE; in ohci_insert_td_with_frame_number()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c95 short pp_flag; member