Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c274 fmPortParam.specificParams.nonRxParams.errFqid = p_FmHcParams->params.errFqid; in FmHcConfigAndInit()
/f-stack/freebsd/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()