Searched refs:p_errInfo (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c1131 t_Error QM_GetErrorInformation(t_Handle h_Qm, t_QmErrorInfo *p_errInfo) argument
1139 SANITY_CHECK_RETURN_ERROR(p_errInfo, E_NULL_POINTER);
1158 p_errInfo->portalValid = TRUE;
1159 p_errInfo->hwPortal = (bool)(ecir & ECIR_PORTAL_TYPE);
1160 if (p_errInfo->hwPortal)
1161 p_errInfo->dcpId = (e_DpaaDcPortal)((ecir & ECIR_PORTAL_MASK) >> ECIR_PORTAL_SHIFT);
1163 p_errInfo->swPortalId = (e_DpaaSwPortal)((ecir & ECIR_PORTAL_MASK) >> ECIR_PORTAL_SHIFT);
1173 p_errInfo->fqidValid = TRUE;
1174 p_errInfo->fqid = ((ecir & ECIR_FQID_MASK) >> ECIR_FQID_SHIFT);
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h514 @Param[out] p_errInfo - the information will be loaded to this struct.
522 t_Error QM_GetErrorInformation(t_Handle h_Qm, t_QmErrorInfo *p_errInfo);

Completed in 90 milliseconds