Searched refs:DESC_EOC (Results 1 – 2 of 2) sorted by relevance
335 priv->rx_descs[last].desc.config |= DESC_EOC; in nb8800_poll()337 priv->rx_descs[priv->rx_eoc].desc.config &= ~DESC_EOC; in nb8800_poll()454 desc->config |= DESC_EOC; in nb8800_xmit()808 rxd->desc.config |= DESC_EOC; in nb8800_dma_reset()907 priv->rx_descs[i].desc.config |= DESC_EOC; in nb8800_dma_stop()911 txd->desc[0].config = DESC_BTS(2) | DESC_DS | DESC_EOF | DESC_EOC | 8; in nb8800_dma_stop()
177 #define DESC_EOC BIT(22) macro