Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ioat/
Dioat.c75 static inline uint32_t ioat_get_active(struct ioat_softc *ioat);
701 while (ioat_get_active(ioat) > 0) { in ioat_process_events()
1224 ioat_get_active(struct ioat_softc *ioat) in ioat_get_active() function
1234 return ((1 << ioat->ring_size_order) - ioat_get_active(ioat) - 1); in ioat_get_ring_space()
1538 if (ioat_get_active(ioat) >= newsize) { in ring_shrink()
1690 KASSERT(ioat_get_active(ioat) == 0, ("active after quiesce")); in ioat_reset_hw()