Home
last modified time | relevance | path

Searched refs:p_errInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c1136 t_Error QM_GetErrorInformation(t_Handle h_Qm, t_QmErrorInfo *p_errInfo) in QM_GetErrorInformation() argument
1144 SANITY_CHECK_RETURN_ERROR(p_errInfo, E_NULL_POINTER); in QM_GetErrorInformation()
1163 p_errInfo->portalValid = TRUE; in QM_GetErrorInformation()
1164 p_errInfo->hwPortal = (bool)(ecir & ECIR_PORTAL_TYPE); in QM_GetErrorInformation()
1165 if (p_errInfo->hwPortal) in QM_GetErrorInformation()
1166 p_errInfo->dcpId = (e_DpaaDcPortal)((ecir & ECIR_PORTAL_MASK) >> ECIR_PORTAL_SHIFT); in QM_GetErrorInformation()
1168p_errInfo->swPortalId = (e_DpaaSwPortal)((ecir & ECIR_PORTAL_MASK) >> ECIR_PORTAL_SHIFT); in QM_GetErrorInformation()
1178 p_errInfo->fqidValid = TRUE; in QM_GetErrorInformation()
1179 p_errInfo->fqid = ((ecir & ECIR_FQID_MASK) >> ECIR_FQID_SHIFT); in QM_GetErrorInformation()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h522 t_Error QM_GetErrorInformation(t_Handle h_Qm, t_QmErrorInfo *p_errInfo);