Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Ddma.c242 first = to_ioat_desc(desc->tx_list.next); in ioat1_tx_submit()
243 chain_tail = to_ioat_desc(ioat->used_desc.prev); in ioat1_tx_submit()
473 new = to_ioat_desc(ioat->free_desc.next); in ioat1_dma_get_next_descriptor()
711 desc = to_ioat_desc(ioat->used_desc.prev); in ioat1_timer_event()
Ddma.h35 #define to_ioat_desc(lh) container_of(lh, struct ioat_desc_sw, node) macro