Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h58 #define MAX_PORT_FIFO_SIZE MIN(BMI_MAX_FIFO_SIZE, 1024*BMI_FIFO_UNITS) macro
110 #define DEFAULT_PORT_rxFifoPriElevationLevel MAX_PORT_FIFO_SIZE
111 #define DEFAULT_PORT_rxFifoThreshold (MAX_PORT_FIFO_SIZE*3/4)
150 #define DEFAULT_PORT_rxFifoPriElevationLevel MAX_PORT_FIFO_SIZE
151 #define DEFAULT_PORT_rxFifoThreshold MAX_PORT_FIFO_SIZE
H A Dfm_port.c196 || (p_DfltConfig->rx_pri_elevation > MAX_PORT_FIFO_SIZE)) in CheckInitParameters()
200 … ("rxFifoPriElevationLevel has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE)); in CheckInitParameters()
207 || (p_DfltConfig->rx_fifo_thr > MAX_PORT_FIFO_SIZE)) in CheckInitParameters()
211 ("rxFifoThreshold has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE)); in CheckInitParameters()
267 if (p_DfltConfig->tx_fifo_min_level > (MAX_PORT_FIFO_SIZE - 256)) in CheckInitParameters()
271 … ("txFifoMinFillLevel has to be in the range of 0 - %d", (MAX_PORT_FIFO_SIZE - 256))); in CheckInitParameters()
278 || (p_DfltConfig->tx_fifo_low_comf_level > MAX_PORT_FIFO_SIZE)) in CheckInitParameters()
282 ("txFifoLowComfLevel has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE)); in CheckInitParameters()
396 || (p_FmPort->fifoBufs.num > MAX_PORT_FIFO_SIZE))) in CheckInitParameters()
400 ("fifoBufs.num has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE)); in CheckInitParameters()
[all …]