Home | History | Annotate | Download | only in Tx_Ctrl_Blk

Lines Matching refs:hRecoveryCtrl

218     pTnetwDrv->hRecoveryCtrl = recoveryCtrl_create(hOs);
220 if (pTnetwDrv->hRecoveryCtrl == NULL)
357 if (pTnetwDrv->hRecoveryCtrl != NULL)
359 recoveryCtrl_destroy(pTnetwDrv->hRecoveryCtrl);
360 pTnetwDrv->hRecoveryCtrl = NULL;
480 recoveryCtrl_config(pTnetwDrv->hRecoveryCtrl,
963 recoveryCtrl_restartTWD(pTnetwDrv->hRecoveryCtrl, endOfRecoveryCB, hRecoveryMgr);