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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma_v3.c473 struct ioat_ring_ent *compl_desc; local
544 compl_desc = ioat2_get_ring_ent(ioat, idx + i);
545 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT;
546 hw = compl_desc->hw;
552 dump_desc_dbg(ioat, compl_desc);
555 return &compl_desc->txd;
612 struct ioat_ring_ent *compl_desc; local
702 compl_desc = ioat2_get_ring_ent(ioat, idx + i);
703 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT;
704 hw = compl_desc
[all...]

Completed in 578 milliseconds