Searched refs:to_ioat_desc (Results 1 - 2 of 2) sorted by path

/drivers/dma/ioat/
H A Ddma.c246 first = to_ioat_desc(desc->tx_list.next);
247 chain_tail = to_ioat_desc(ioat->used_desc.prev);
477 new = to_ioat_desc(ioat->free_desc.next);
715 desc = to_ioat_desc(ioat->used_desc.prev);
H A Ddma.h39 #define to_ioat_desc(lh) container_of(lh, struct ioat_desc_sw, node) macro

Completed in 36 milliseconds