Home
last modified time | relevance | path

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

/illumos-gate/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()
692 (uint32_t)(ring->cr_phys_desc & 0xffffffff)); in ioat_ring_alloc()
695 (uint32_t)(ring->cr_phys_desc >> 32)); 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()
1188 prev->dd_next_desc = ring->cr_phys_desc + in ioat_cmd_post_dca()
1245 next_desc_phy = ring->cr_phys_desc + next_offset; in ioat_cmd_post_copy()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h110 ring->cr_phys_desc) >> 6)
218 uint64_t cr_phys_desc; member