Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
A Dlantiq_xrx200.c120 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) != LTQ_DMA_C) in xrx200_flush_dma()
242 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in xrx200_poll_rx()
272 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in xrx200_tx_housekeeping()
322 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) || ch->skb[ch->dma.desc]) { in xrx200_start_xmit()
A Dlantiq_etop.c160 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) != LTQ_DMA_C) in ltq_etop_poll_rx()
184 (LTQ_DMA_OWN | LTQ_DMA_C)) == LTQ_DMA_C) { in ltq_etop_poll_tx()
485 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) || ch->skb[ch->dma.desc]) { in ltq_etop_tx()
/linux/arch/mips/include/asm/mach-lantiq/xway/
A Dxway_dma.h14 #define LTQ_DMA_C BIT(30) /* complete bit */ macro

Completed in 5 milliseconds