Home
last modified time | relevance | path

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

/openbmc/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()
H 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()
487 if ((desc->ctl & (LTQ_DMA_OWN | LTQ_DMA_C)) || ch->skb[ch->dma.desc]) { in ltq_etop_tx()
/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/
H A Dxway_dma.h14 #define LTQ_DMA_C BIT(30) /* complete bit */ macro