Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/fman/
Dfman.c239 #define DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq) \ argument
240 ((dma_thresh_max_commq + 1) / 2)
241 #define DFLT_DMA_COMM_Q_LOW(major, dma_thresh_max_commq) \ argument
243 DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq))
246 #define DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq) \ argument
247 ((dma_thresh_max_commq + 1) * 3 / 4)
248 #define DFLT_DMA_COMM_Q_HIGH(major, dma_thresh_max_commq) \ argument
250 DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq))
489 u32 dma_thresh_max_commq; member
1116 state->dma_thresh_max_commq = 31; in fill_soc_specific_params()
[all …]