Searched refs:DMA_RX_SIZE (Results 1 – 5 of 5) sorted by relevance
66 #define STMMAC_RX_THRESH (DMA_RX_SIZE / 4)316 dirty = DMA_RX_SIZE - rx_q->dirty_rx + rx_q->cur_rx; in stmmac_rx_dirty()1073 stmmac_display_ring(priv, head_rx, DMA_RX_SIZE, true); in stmmac_display_rx_rings()1136 for (i = 0; i < DMA_RX_SIZE; i++) in stmmac_clear_rx_descriptors()1140 (i == DMA_RX_SIZE - 1), in stmmac_clear_rx_descriptors()1145 (i == DMA_RX_SIZE - 1), in stmmac_clear_rx_descriptors()1321 for (i = 0; i < DMA_RX_SIZE; i++) { in init_dma_rx_desc_rings()1336 rx_q->dirty_rx = (unsigned int)(i - DMA_RX_SIZE); in init_dma_rx_desc_rings()1342 rx_q->dma_rx_phy, DMA_RX_SIZE, 1); in init_dma_rx_desc_rings()1345 rx_q->dma_rx_phy, DMA_RX_SIZE, 0); in init_dma_rx_desc_rings()[all …]
140 DMA_RX_SIZE) * in refill_desc3()
41 #define DMA_RX_SIZE 512 macro
789 (DMA_RX_SIZE * sizeof(struct dma_desc)); in stmmac_test_flowctrl()
48 #define DMA_RX_SIZE 1024 macro1071 priv->dma_rx_size = SXGBE_ALIGN(DMA_RX_SIZE); in sxgbe_open()