Searched refs:pTargetFailureCallback (Results 1 – 2 of 2) sorted by relevance
352 if (pDev->GMboxInfo.pTargetFailureCallback != NULL) { in DevCheckGMboxInterrupts()353 … pDev->GMboxInfo.pTargetFailureCallback(pDev->GMboxInfo.pProtocolContext, status); in DevCheckGMboxInterrupts()632 if (pDev->GMboxInfo.pTargetFailureCallback != NULL) { in DevNotifyGMboxTargetFailure()633 … pDev->GMboxInfo.pTargetFailureCallback(pDev->GMboxInfo.pProtocolContext, A_HARDWARE); in DevNotifyGMboxTargetFailure()
103 void (*pTargetFailureCallback)(void *pContext, int Status); member375 (pDev)->GMboxInfo.pTargetFailureCallback = (failure); \