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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4468 ohci_ed_t *next_ept; /* Endpoint after one to be removed */ local
4477 next_ept = ohci_ed_iommu_to_cpu(ohcip, Get_ED(ept->hced_next));
4484 if (next_ept) {
4498 Set_ED(next_ept->hced_prev, NULL);
4506 Set_ED(next_ept->hced_prev, NULL);
4531 if (Get_ED(next_ept->hced_state) !=
4534 Set_ED(next_ept->hced_prev, NULL);
4568 * Set the previous ptr of the next_ept to prev_ept
4571 if ((next_ept) &&
4572 (Get_ED(next_ept
4592 ohci_ed_t *next_ept, *prev_ept; local
[all...]

Completed in 64 milliseconds