Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H A Dfman.c265 #define DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq) \
266 ((dma_thresh_max_commq + 1) / 2)
267 #define DFLT_DMA_COMM_Q_LOW(major, dma_thresh_max_commq) \
269 DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq))
272 #define DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq) \
273 ((dma_thresh_max_commq + 1) * 3 / 4)
274 #define DFLT_DMA_COMM_Q_HIGH(major, dma_thresh_max_commq) \
276 DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq))
515 u32 dma_thresh_max_commq; member
1142 state->dma_thresh_max_commq in fill_soc_specific_params()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H A Dfman.c239 #define DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq) \
240 ((dma_thresh_max_commq + 1) / 2)
241 #define DFLT_DMA_COMM_Q_LOW(major, dma_thresh_max_commq) \
243 DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq))
246 #define DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq) \
247 ((dma_thresh_max_commq + 1) * 3 / 4)
248 #define DFLT_DMA_COMM_Q_HIGH(major, dma_thresh_max_commq) \
250 DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq))
489 u32 dma_thresh_max_commq; member
1116 state->dma_thresh_max_commq in fill_soc_specific_params()
[all...]

Completed in 8 milliseconds