Searched refs:DESC_EOC (Results 1 – 2 of 2) sorted by relevance
325 priv->rx_descs[last].desc.config |= DESC_EOC; in nb8800_poll()327 priv->rx_descs[priv->rx_eoc].desc.config &= ~DESC_EOC; in nb8800_poll()446 desc->config |= DESC_EOC; in nb8800_xmit()800 rxd->desc.config |= DESC_EOC; in nb8800_dma_reset()899 priv->rx_descs[i].desc.config |= DESC_EOC; in nb8800_dma_stop()903 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