Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c943 if ((pp->pp_qh == NULL) && !(EHCI_ISOC_ENDPOINT(epdt))) { in ehci_hcdi_pipe_open()
983 if (!(EHCI_ISOC_ENDPOINT(epdt))) { in ehci_hcdi_pipe_open()
H A Dehci_xfer.c321 if (EHCI_ISOC_ENDPOINT((&ph->p_ep))) { in ehci_alloc_qh()
3657 if (EHCI_ISOC_ENDPOINT(eptd)) { in ehci_pipe_cleanup()
4089 if (EHCI_ISOC_ENDPOINT(eptd)) { in ehci_do_client_periodic_in_req_callback()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h368 #define EHCI_ISOC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ macro