Home
last modified time | relevance | path

Searched refs:dfltCfg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c59 struct fman_port_cfg *p_DfltConfig = &p_Params->dfltCfg; in CheckInitParameters()
66 if (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
141 || (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
145 if ((!p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth) in CheckInitParameters()
146 || (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
285 if (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
351 … (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth != DEFAULT_notSupported)) in CheckInitParameters()
431 p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in VerifySizeOfFifo()
510 … + ((p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in VerifySizeOfFifo()
684 p_DriverParams->dfltCfg.rx_fd_bits = in InitLowLevelDriver()
[all …]
H A Dfm_port.h805 struct fman_port_cfg dfltCfg; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c106 fman_prs_defconfig(&p_FmPcd->p_FmPcdDriverParam->dfltCfg); in PrsConfig()
115 p_FmPcdPrs->fmPcdPrsPortIdStatistics = p_FmPcd->p_FmPcdDriverParam->dfltCfg.port_id_stat; in PrsConfig()
116 …p_FmPcd->p_FmPcdDriverParam->prsMaxParseCycleLimit = p_FmPcd->p_FmPcdDriverParam->dfltCfg.max_prs_… in PrsConfig()
117 p_FmPcd->exceptions |= p_FmPcd->p_FmPcdDriverParam->dfltCfg.prs_exceptions; in PrsConfig()
149 fman_prs_init(PrsRegs, &p_Param->dfltCfg); in PrsInit()
H A Dfm_pcd.h334 struct fman_prs_cfg dfltCfg; member