Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/mach-lantiq/xway/
Dxway_dma.h25 #define LTQ_DMA_C BIT(30) /* complete bit */ macro
/linux-4.1.27/drivers/net/ethernet/
Dlantiq_etop.c166 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in ltq_etop_poll_rx()
192 (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in ltq_etop_poll_tx()
531 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) || ch->skb[ch->dma.desc]) { in ltq_etop_tx()