Searched refs:DESC_EOC (Results 1 – 2 of 2) sorted by relevance
336 priv->rx_descs[last].desc.config |= DESC_EOC; in nb8800_poll()338 priv->rx_descs[priv->rx_eoc].desc.config &= ~DESC_EOC; in nb8800_poll()455 desc->config |= DESC_EOC; in nb8800_xmit()809 rxd->desc.config |= DESC_EOC; in nb8800_dma_reset()908 priv->rx_descs[i].desc.config |= DESC_EOC; in nb8800_dma_stop()912 txd->desc[0].config = DESC_BTS(2) | DESC_DS | DESC_EOF | DESC_EOC | 8; in nb8800_dma_stop()
176 #define DESC_EOC BIT(22) macro