Searched refs:pp_ept (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c712 pp->pp_ept = ohci_polledp->ohci_polled_ed;
1119 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) &
1134 real_toggle = (Get_ED(pp->pp_ept->hced_headp) &
1143 Set_ED(polled_pp->pp_ept->hced_headp,
1144 Get_ED(polled_pp->pp_ept->hced_headp) &
1147 Set_ED(polled_pp->pp_ept->hced_headp,
1148 Get_ED(polled_pp->pp_ept->hced_headp) |
1157 if (polled_pp->pp_ept->hced_headp & HC_EPT_Halt) {
1160 Set_ED(polled_pp->pp_ept->hced_headp,
1161 (Get_ED(polled_pp->pp_ept
[all...]
H A Dohci.c2607 pp->pp_ept = ohci_alloc_hc_ed(ohcip, ph);
2609 if (pp->pp_ept == NULL) {
2813 Set_ED(pp->pp_ept->hced_headp,
2814 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry));
3945 ohci_ed_t *ept = pp->pp_ept;
3992 ohci_ed_t *ept = pp->pp_ept;
4040 ohci_ed_t *ept = pp->pp_ept;
4138 ohci_ed_t *ept = pp->pp_ept;
4205 ohci_ed_t *ept = pp->pp_ept;
4304 ohci_ed_t *ept = pp->pp_ept; /* ep
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h433 ohci_ed_t *pp_ept; /* Pipe's ept */ member in struct:ohci_pipe_private

Completed in 59 milliseconds