Home
last modified time | relevance | path

Searched refs:errFqid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dif_dtsec_rm.c165 rx_params->errFqid = sc->sc_rx_fqid; in dtsec_rm_fm_port_rx_init()
213 tx_params->errFqid = sc->sc_tx_conf_fqid; in dtsec_rm_fm_port_tx_init()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h229 uint32_t errFqid; /**< Error Queue Id. */ member
240 uint32_t errFqid; /**< Error Queue Id. */ member
H A Dfm_pcd_ext.h213 uint32_t errFqid; /**< Host-Command Port error queue Id. */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c274 fmPortParam.specificParams.nonRxParams.errFqid = p_FmHcParams->params.errFqid; in FmHcConfigAndInit()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h808 uint32_t errFqid; member
H A Dfm_port.c176 if ((p_Params->errFqid & ~0x00FFFFFF) || !p_Params->errFqid) in CheckInitParameters()
673 portParams.err_fqid = p_DriverParams->errFqid; in InitLowLevelDriver()
2502 p_FmPort->p_FmPortDriverParam->errFqid = in FM_PORT_Config()
2503 p_FmPortParams->specificParams.rxParams.errFqid; in FM_PORT_Config()
2513 p_FmPort->p_FmPortDriverParam->errFqid = in FM_PORT_Config()
2514 p_FmPortParams->specificParams.nonRxParams.errFqid; in FM_PORT_Config()