Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h388 uint32_t tx_fifo_low_comf_level; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c201 tmp |= (uint32_t)(cfg->tx_fifo_low_comf_level / in init_bmi_tx()
690 cfg->tx_fifo_low_comf_level = (5 * KILOBYTE); in fman_port_defconfig()
H A Dfm_port.c272 if (p_DfltConfig->tx_fifo_low_comf_level % BMI_FIFO_UNITS) in CheckInitParameters()
277 if ((p_DfltConfig->tx_fifo_low_comf_level < BMI_FIFO_UNITS) in CheckInitParameters()
278 || (p_DfltConfig->tx_fifo_low_comf_level > MAX_PORT_FIFO_SIZE)) in CheckInitParameters()
3316 p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_low_comf_level = in FM_PORT_ConfigTxFifoLowComfLevel()