Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Dlantiq_xrx200.c137 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) != LTQ_DMA_C) in xrx200_flush_dma()
293 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in xrx200_poll_rx()
325 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in xrx200_tx_housekeeping()
375 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) || ch->skb[ch->dma.desc]) { in xrx200_start_xmit()
/linux/arch/mips/include/asm/mach-lantiq/xway/
H A Dxway_dma.h14 #define LTQ_DMA_C BIT(30) /* complete bit */ macro