Searched refs:ih_fifo (Results 1 – 2 of 2) sorted by relevance
56 r = kfifo_alloc(&kfd->ih_fifo, in kfd_interrupt_init()66 kfifo_free(&kfd->ih_fifo); in kfd_interrupt_init()106 kfifo_free(&kfd->ih_fifo); in kfd_interrupt_exit()116 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()135 count = kfifo_out(&kfd->ih_fifo, ih_ring_entry, in dequeue_ih_ring_entry()
261 struct kfifo ih_fifo; member