Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c338 (uint32_t)(ring->cr_phys_desc & 0xffffffff)); in ioat_channel_resume()
341 (uint32_t)(ring->cr_phys_desc >> 32)); in ioat_channel_resume()
346 (uint32_t)(ring->cr_phys_desc & 0xffffffff)); in ioat_channel_resume()
349 (uint32_t)(ring->cr_phys_desc >> 32)); in ioat_channel_resume()
686 ring->cr_phys_desc = channel->ic_desc_cookies.dmac_laddress; in ioat_ring_alloc()
692 (uint32_t)(ring->cr_phys_desc & 0xffffffff)); in ioat_ring_alloc()
695 (uint32_t)(ring->cr_phys_desc >> 32)); in ioat_ring_alloc()
700 (uint32_t)(ring->cr_phys_desc & 0xffffffff)); in ioat_ring_alloc()
703 (uint32_t)(ring->cr_phys_desc >> 32)); in ioat_ring_alloc()
803 prev->dd_next_desc = ring->cr_phys_desc + in ioat_ring_seed()
[all …]
/titanic_50/usr/src/uts/i86pc/sys/
H A Dioat.h110 ring->cr_phys_desc) >> 6)
218 uint64_t cr_phys_desc; member