dma_thresh_max_buf  255 drivers/net/ethernet/freescale/fman/fman.c #define DFLT_DMA_READ_INT_BUF_LOW(dma_thresh_max_buf)	\
dma_thresh_max_buf  256 drivers/net/ethernet/freescale/fman/fman.c 	((dma_thresh_max_buf + 1) / 2)
dma_thresh_max_buf  257 drivers/net/ethernet/freescale/fman/fman.c #define DFLT_DMA_READ_INT_BUF_HIGH(dma_thresh_max_buf)	\
dma_thresh_max_buf  258 drivers/net/ethernet/freescale/fman/fman.c 	((dma_thresh_max_buf + 1) * 3 / 4)
dma_thresh_max_buf  259 drivers/net/ethernet/freescale/fman/fman.c #define DFLT_DMA_WRITE_INT_BUF_LOW(dma_thresh_max_buf)	\
dma_thresh_max_buf  260 drivers/net/ethernet/freescale/fman/fman.c 	((dma_thresh_max_buf + 1) / 2)
dma_thresh_max_buf  261 drivers/net/ethernet/freescale/fman/fman.c #define DFLT_DMA_WRITE_INT_BUF_HIGH(dma_thresh_max_buf)\
dma_thresh_max_buf  262 drivers/net/ethernet/freescale/fman/fman.c 	((dma_thresh_max_buf + 1) * 3 / 4)
dma_thresh_max_buf  516 drivers/net/ethernet/freescale/fman/fman.c 	u32 dma_thresh_max_buf;
dma_thresh_max_buf 1141 drivers/net/ethernet/freescale/fman/fman.c 		state->dma_thresh_max_buf	= 127;
dma_thresh_max_buf 1155 drivers/net/ethernet/freescale/fman/fman.c 		state->dma_thresh_max_buf	= 127;
dma_thresh_max_buf 1167 drivers/net/ethernet/freescale/fman/fman.c 		state->dma_thresh_max_buf	= 127;
dma_thresh_max_buf 1801 drivers/net/ethernet/freescale/fman/fman.c 		DFLT_DMA_READ_INT_BUF_LOW(fman->state->dma_thresh_max_buf);
dma_thresh_max_buf 1804 drivers/net/ethernet/freescale/fman/fman.c 		DFLT_DMA_READ_INT_BUF_HIGH(fman->state->dma_thresh_max_buf);
dma_thresh_max_buf 1807 drivers/net/ethernet/freescale/fman/fman.c 		DFLT_DMA_WRITE_INT_BUF_LOW(fman->state->dma_thresh_max_buf);
dma_thresh_max_buf 1810 drivers/net/ethernet/freescale/fman/fman.c 		DFLT_DMA_WRITE_INT_BUF_HIGH(fman->state->dma_thresh_max_buf);