Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ioat/
H A Dhw.h69 #define IOAT_DESC_SZ 64 macro
H A Ddma.h88 #define IOAT_DESCS_PER_CHUNK (IOAT_CHUNK_SIZE / IOAT_DESC_SZ)
H A Ddma.c349 offs = idx * IOAT_DESC_SZ; in ioat_alloc_ring_ent()
385 chunks = (total_descs * IOAT_DESC_SZ) / IOAT_CHUNK_SIZE; in ioat_alloc_ring()