Home
last modified time | relevance | path

Searched refs:ohci_ed_pool_addr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h169 ohci_ed_t *ohci_ed_pool_addr; /* Start of the pool */ member
322 _NOTE(DATA_READABLE_WITHOUT_LOCK(ohci_state_t::ohci_ed_pool_addr))
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1053 (caddr_t *)&ohcip->ohci_ed_pool_addr, in ohci_allocate_pools()
1062 (caddr_t)ohcip->ohci_ed_pool_addr, in ohci_allocate_pools()
1070 bzero((void *)ohcip->ohci_ed_pool_addr, in ohci_allocate_pools()
1095 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE); in ohci_allocate_pools()
1842 ohci_ed_t *list_array = ohcip->ohci_ed_pool_addr; in ohci_build_interrupt_lattice()
3770 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state); in ohci_alloc_hc_ed()
3787 hc_ed = &ohcip->ohci_ed_pool_addr[i]; in ohci_alloc_hc_ed()
4065 lattice_ept = &ohcip->ohci_ed_pool_addr[node]; in ohci_insert_intr_ed()
4139 lattice_ept = &ohcip->ohci_ed_pool_addr[node]; in ohci_insert_isoc_ed()
4692 (uintptr_t)ohcip->ohci_ed_pool_addr); in ohci_ed_iommu_to_cpu()
[all …]