Home
last modified time | relevance | path

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

/titanic_50/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))
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1068 (caddr_t *)&ohcip->ohci_ed_pool_addr, in ohci_allocate_pools()
1077 (caddr_t)ohcip->ohci_ed_pool_addr, in ohci_allocate_pools()
1085 bzero((void *)ohcip->ohci_ed_pool_addr, in ohci_allocate_pools()
1110 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE); in ohci_allocate_pools()
1858 ohci_ed_t *list_array = ohcip->ohci_ed_pool_addr; in ohci_build_interrupt_lattice()
2217 if (ohcip->ohci_ed_pool_addr && ohcip->ohci_ed_pool_mem_handle) { in ohci_cleanup()
3786 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state); in ohci_alloc_hc_ed()
3803 hc_ed = &ohcip->ohci_ed_pool_addr[i]; in ohci_alloc_hc_ed()
4081 lattice_ept = &ohcip->ohci_ed_pool_addr[node]; in ohci_insert_intr_ed()
4155 lattice_ept = &ohcip->ohci_ed_pool_addr[node]; in ohci_insert_isoc_ed()
[all …]