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

/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec_rm.c170 rx_params->errFqid = sc->sc_rx_fqid;
218 tx_params->errFqid = sc->sc_tx_conf_fqid;
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h229 uint32_t errFqid; /**< Error Queue Id. */ member in struct:t_FmPortRxParams
240 uint32_t errFqid; /**< Error Queue Id. */ member in struct:t_FmPortNonRxParams
H A Dfm_pcd_ext.h213 uint32_t errFqid; /**< Host-Command Port error queue Id. */ member in struct:t_FmPcdHcParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c274 fmPortParam.specificParams.nonRxParams.errFqid = p_FmHcParams->params.errFqid;
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h808 uint32_t errFqid; member in struct:__anon9762
H A Dfm_port.c176 if ((p_Params->errFqid & ~0x00FFFFFF) || !p_Params->errFqid)
178 ("errFqid must be between 1 and 2^24-1"));
673 portParams.err_fqid = p_DriverParams->errFqid;
2502 p_FmPort->p_FmPortDriverParam->errFqid =
2503 p_FmPortParams->specificParams.rxParams.errFqid;
2513 p_FmPort->p_FmPortDriverParam->errFqid =
2514 p_FmPortParams->specificParams.nonRxParams.errFqid;

Completed in 212 milliseconds