Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c86 static inline uint32_t ioat_get_active(struct ioat_softc *ioat);
397 while (ioat_get_active(ioat) > 0) in ioat_detach()
867 ioat->chan_idx, ioat->head, ioat->tail, ioat_get_active(ioat)); in ioat_process_events()
915 while (ioat_get_active(ioat) > 0) { in ioat_process_events()
931 ioat->chan_idx, ioat->head, ioat->tail, ioat_get_active(ioat)); in ioat_process_events()
1502 ioat_get_active(struct ioat_softc *ioat) in ioat_get_active() function
1512 return ((1 << ioat->ring_size_order) - ioat_get_active(ioat) - 1); in ioat_get_ring_space()
1645 if (ioat_get_active(ioat) > 0) in ioat_poll_timer_callback()
1687 while (ioat_get_active(ioat) > 0) in ioat_reset_hw()
1715 KASSERT(ioat_get_active(ioat) == 0, ("active after quiesce")); in ioat_reset_hw()