Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-lantiq/xway/
Dxway_dma.h25 #define LTQ_DMA_C BIT(30) /* complete bit */ macro
/Linux-v4.19/drivers/net/ethernet/
Dlantiq_etop.c164 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) != LTQ_DMA_C) in ltq_etop_poll_rx()
188 (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in ltq_etop_poll_tx()
482 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) || ch->skb[ch->dma.desc]) { in ltq_etop_tx()