HomeSort by: relevance | last modified time | path
    Searched defs:ih_ring_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_interrupt.c 117 bool enqueue_ih_ring_entry(struct kfd_dev *kfd, const void *ih_ring_entry)
121 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry,
136 static bool dequeue_ih_ring_entry(struct kfd_dev *kfd, void *ih_ring_entry)
140 count = kfifo_out(&kfd->ih_fifo, ih_ring_entry,
152 uint32_t ih_ring_entry[KFD_MAX_RING_ENTRY_SIZE]; local in function:interrupt_wq
154 if (dev->device_info->ih_ring_entry_size > sizeof(ih_ring_entry)) {
159 while (dequeue_ih_ring_entry(dev, ih_ring_entry))
161 ih_ring_entry);
165 const uint32_t *ih_ring_entry,
172 ih_ring_entry, patched_ihre, flag)
    [all...]
kfd_interrupt.c 117 bool enqueue_ih_ring_entry(struct kfd_dev *kfd, const void *ih_ring_entry)
121 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry,
136 static bool dequeue_ih_ring_entry(struct kfd_dev *kfd, void *ih_ring_entry)
140 count = kfifo_out(&kfd->ih_fifo, ih_ring_entry,
152 uint32_t ih_ring_entry[KFD_MAX_RING_ENTRY_SIZE]; local in function:interrupt_wq
154 if (dev->device_info->ih_ring_entry_size > sizeof(ih_ring_entry)) {
159 while (dequeue_ih_ring_entry(dev, ih_ring_entry))
161 ih_ring_entry);
165 const uint32_t *ih_ring_entry,
172 ih_ring_entry, patched_ihre, flag)
    [all...]

Completed in 21 milliseconds