Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c357 (uint32_t)(channel->ic_phys_cmpl & 0xffffffff)); in ioat_channel_resume()
360 (uint32_t)(channel->ic_phys_cmpl >> 32)); in ioat_channel_resume()
582 channel->ic_phys_cmpl = channel->ic_cmpl_cookie.dmac_laddress; in ioat_completion_alloc()
587 (uint32_t)(channel->ic_phys_cmpl & 0xffffffff)); in ioat_completion_alloc()
590 (uint32_t)(channel->ic_phys_cmpl >> 32)); in ioat_completion_alloc()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h282 uint64_t ic_phys_cmpl; member