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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h164 ddi_dma_cookie_t ohci_td_pool_cookie; /* DMA cookie */ member in struct:ohci_state
324 _NOTE(DATA_READABLE_WITHOUT_LOCK(ohci_state_t::ohci_td_pool_cookie))
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1014 &ohcip->ohci_td_pool_cookie,
6701 td = (uint32_t)ohcip->ohci_td_pool_cookie.dmac_address +
6704 ASSERT((ohcip->ohci_td_pool_cookie.dmac_address +
6707 (ohcip->ohci_td_pool_cookie.dmac_address +
6711 ASSERT(td >= ohcip->ohci_td_pool_cookie.dmac_address);
6712 ASSERT(td <= ohcip->ohci_td_pool_cookie.dmac_address +
6739 (addr - ohcip->ohci_td_pool_cookie.dmac_address) +
7955 lower = ohcip->ohci_td_pool_cookie.dmac_address;
7956 upper = lower + ohcip->ohci_td_pool_cookie.dmac_size;

Completed in 78 milliseconds