Searched refs:cr_phys_desc (Results 1 – 2 of 2) sorted by relevance
338 (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 …]
110 ring->cr_phys_desc) >> 6)218 uint64_t cr_phys_desc; member