Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h382 uint32_t rx_fifo_thr; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c82 tmp |= cfg->rx_fifo_thr / FMAN_PORT_BMI_FIFO_UNITS - 1; in init_bmi_rx()
681 cfg->rx_fifo_thr = ((0x3FF + 1) * FMAN_PORT_BMI_FIFO_UNITS); in fman_port_defconfig()
H A Dfm_port.c201 if (p_DfltConfig->rx_fifo_thr % BMI_FIFO_UNITS) in CheckInitParameters()
206 if ((p_DfltConfig->rx_fifo_thr < BMI_FIFO_UNITS) in CheckInitParameters()
207 || (p_DfltConfig->rx_fifo_thr > MAX_PORT_FIFO_SIZE)) in CheckInitParameters()
2275 p_FmPort->p_FmPortDriverParam->dfltCfg.rx_fifo_thr = in FM_PORT_Config()
3333 p_FmPort->p_FmPortDriverParam->dfltCfg.rx_fifo_thr = fifoThreshold; in FM_PORT_ConfigRxFifoThreshold()