Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/
H A Dxway_dma.h15 #define LTQ_DMA_SOP BIT(29) /* start of packet */ macro
/openbmc/linux/drivers/net/ethernet/
H A Dlantiq_xrx200.c253 if (ctl & LTQ_DMA_SOP) { in xrx200_hw_receive()
393 desc->ctl = LTQ_DMA_OWN | LTQ_DMA_SOP | LTQ_DMA_EOP | in xrx200_start_xmit()
H A Dlantiq_etop.c506 desc->ctl = LTQ_DMA_OWN | LTQ_DMA_SOP | LTQ_DMA_EOP | in ltq_etop_tx()