Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H A Dfman.c255 #define DFLT_DMA_READ_INT_BUF_LOW(dma_thresh_max_buf) \
256 ((dma_thresh_max_buf + 1) / 2)
257 #define DFLT_DMA_READ_INT_BUF_HIGH(dma_thresh_max_buf) \
258 ((dma_thresh_max_buf + 1) * 3 / 4)
259 #define DFLT_DMA_WRITE_INT_BUF_LOW(dma_thresh_max_buf) \
260 ((dma_thresh_max_buf + 1) / 2)
261 #define DFLT_DMA_WRITE_INT_BUF_HIGH(dma_thresh_max_buf)\
262 ((dma_thresh_max_buf + 1) * 3 / 4)
516 u32 dma_thresh_max_buf; member
1143 state->dma_thresh_max_buf in fill_soc_specific_params()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H A Dfman.c229 #define DFLT_DMA_READ_INT_BUF_LOW(dma_thresh_max_buf) \
230 ((dma_thresh_max_buf + 1) / 2)
231 #define DFLT_DMA_READ_INT_BUF_HIGH(dma_thresh_max_buf) \
232 ((dma_thresh_max_buf + 1) * 3 / 4)
233 #define DFLT_DMA_WRITE_INT_BUF_LOW(dma_thresh_max_buf) \
234 ((dma_thresh_max_buf + 1) / 2)
235 #define DFLT_DMA_WRITE_INT_BUF_HIGH(dma_thresh_max_buf)\
236 ((dma_thresh_max_buf + 1) * 3 / 4)
490 u32 dma_thresh_max_buf; member
1117 state->dma_thresh_max_buf in fill_soc_specific_params()
[all...]

Completed in 11 milliseconds