Searched defs:old_ed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4640 ohci_ed_t *old_ed)
4649 dummy_td = ohci_td_iommu_to_cpu(ohcip, Get_ED(old_ed->hced_headp));
4658 "ohci_deallocate_ed: Deallocated 0x%p", (void *)old_ed);
4660 bzero((void *)old_ed, sizeof (ohci_ed_t));
4661 Set_ED(old_ed->hced_state, HC_EPT_FREE);
4638 ohci_deallocate_ed( ohci_state_t *ohcip, ohci_ed_t *old_ed) argument

Completed in 82 milliseconds