Searched refs:RING_PHYS_ADDR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ioat/
H A Dioat.c643 dma_hw_desc->next = RING_PHYS_ADDR(ioat, i + 1);
648 RING_PHYS_ADDR(ioat, ioat->tail - 1);
830 while (RING_PHYS_ADDR(ioat, ioat->tail - 1) != status) {
852 ioat->last_seen = RING_PHYS_ADDR(ioat, ioat->tail - 1);
1769 RING_PHYS_ADDR(ioat, ioat->tail - 1);
1773 ioat_write_chainaddr(ioat, RING_PHYS_ADDR(ioat, 0));
2086 RING_PHYS_ADDR(sc, sc->tail));
2094 RING_PHYS_ADDR(sc, sc->head - 1));
2102 RING_PHYS_ADDR(sc, sc->head));
2108 == RING_PHYS_ADDR(s
[all...]
H A Dioat_internal.h494 #define RING_PHYS_ADDR(sc, i) (sc)->hw_desc_bus_addr + \ macro

Completed in 105 milliseconds