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 in struct:ohci_state
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.c1068 (caddr_t *)&ohcip->ohci_ed_pool_addr,
1077 (caddr_t)ohcip->ohci_ed_pool_addr,
1085 bzero((void *)ohcip->ohci_ed_pool_addr,
1110 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE);
1858 ohci_ed_t *list_array = ohcip->ohci_ed_pool_addr;
2217 if (ohcip->ohci_ed_pool_addr && ohcip->ohci_ed_pool_mem_handle) {
3786 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state);
3803 hc_ed = &ohcip->ohci_ed_pool_addr[i];
4081 lattice_ept = &ohcip->ohci_ed_pool_addr[node];
4155 lattice_ept = &ohcip->ohci_ed_pool_addr[nod
[all...]

Completed in 57 milliseconds