Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/fman/
Dfman.c228 #define DFLT_DMA_READ_INT_BUF_LOW(dma_thresh_max_buf) \ argument
229 ((dma_thresh_max_buf + 1) / 2)
230 #define DFLT_DMA_READ_INT_BUF_HIGH(dma_thresh_max_buf) \ argument
231 ((dma_thresh_max_buf + 1) * 3 / 4)
232 #define DFLT_DMA_WRITE_INT_BUF_LOW(dma_thresh_max_buf) \ argument
233 ((dma_thresh_max_buf + 1) / 2)
234 #define DFLT_DMA_WRITE_INT_BUF_HIGH(dma_thresh_max_buf)\ argument
235 ((dma_thresh_max_buf + 1) * 3 / 4)
489 u32 dma_thresh_max_buf; member
1116 state->dma_thresh_max_buf = 127; in fill_soc_specific_params()
[all …]