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

/freebsd-13-stable/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))
200 ("rxFifoPriElevationLevel has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE));
207 || (p_DfltConfig->rx_fifo_thr > MAX_PORT_FIFO_SIZE))
211 ("rxFifoThreshold has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE));
267 if (p_DfltConfig->tx_fifo_min_level > (MAX_PORT_FIFO_SIZE - 256))
271 ("txFifoMinFillLevel has to be in the range of 0 - %d", (MAX_PORT_FIFO_SIZE - 256)));
278 || (p_DfltConfig->tx_fifo_low_comf_level > MAX_PORT_FIFO_SIZE))
282 ("txFifoLowComfLevel has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE));
396 || (p_FmPort->fifoBufs.num > MAX_PORT_FIFO_SIZE)))
400 ("fifoBufs.num has to be in the range of 256 - %d", MAX_PORT_FIFO_SIZE));
[all...]

Completed in 61 milliseconds