Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h387 uint32_t tx_fifo_min_level; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c197 tmp = (cfg->tx_fifo_min_level / FMAN_PORT_BMI_FIFO_UNITS) << in init_bmi_tx()
689 cfg->tx_fifo_min_level = 0; in fman_port_defconfig()
H A Dfm_port.c262 if (p_DfltConfig->tx_fifo_min_level % BMI_FIFO_UNITS) in CheckInitParameters()
267 if (p_DfltConfig->tx_fifo_min_level > (MAX_PORT_FIFO_SIZE - 256)) in CheckInitParameters()
3276 p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_min_level = minFillLevel; in FM_PORT_ConfigTxFifoMinFillLevel()