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

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c74 case e_FM_PCD_DONE :
1451 if((p_FmPcd->p_FmPcdPlcr->profiles[profileIndx].nextEngineOnGreen!= e_FM_PCD_DONE) ||
1452 (p_FmPcd->p_FmPcdPlcr->profiles[profileIndx].nextEngineOnYellow!= e_FM_PCD_DONE) ||
1453 (p_FmPcd->p_FmPcdPlcr->profiles[profileIndx].nextEngineOnRed!= e_FM_PCD_DONE))
1456 RETURN_ERROR (MAJOR, E_OK, ("In this case the next engine can be e_FM_PCD_DONE"));
H A Dfm_cc.c260 case(e_FM_PCD_DONE):
712 case(e_FM_PCD_DONE):
1161 case(e_FM_PCD_DONE):
1292 case(e_FM_PCD_DONE):
3454 if(((p_FmPcdCcNode->nextEngineAndRequiredAction[keyIndex].nextEngineParams.nextEngine == e_FM_PCD_DONE) &&
H A Dfm_manip.c2331 if(p_FmPcdCcNextEngineParams->nextEngine != e_FM_PCD_DONE)
2332 RETURN_ERROR(MAJOR, E_INVALID_STATE, ("For this type of header manipulation has to be nextEngine e_FM_PCD_DONE"));
2341 if((p_FmPcdCcNextEngineParams->nextEngine != e_FM_PCD_DONE) && !p_FmPcdCcNextEngineParams->params.enqueueParams.overrideFqid)
2342 RETURN_ERROR(MAJOR, E_INVALID_STATE, ("For this type of header manipulation has to be nextEngine e_FM_PCD_DONE with fqidForCtrlFlow FALSE"));
2357 if((p_FmPcdCcNextEngineParams->nextEngine == e_FM_PCD_DONE) &&
2369 if(p_FmPcdCcNextEngineParams->nextEngine != e_FM_PCD_DONE)
2370 RETURN_ERROR(MAJOR, E_INVALID_STATE, ("For this type of header manipulation has to be nextEngine e_FM_PCD_DONE"));
H A Dfm_kg.c2057 case(e_FM_PCD_DONE):
2895 case(e_FM_PCD_DONE):
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h788 e_FM_PCD_DONE, /**< No PCD Engine indicated */ enumerator in enum:e_FmPcdEngine
1413 (e_FM_PCD_PLCR, e_FM_PCD_KG, e_FM_PCD_DONE) */
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c548 if((FmPcdKgGetNextEngine(p_FmHc->h_FmPcd, relativeSchemeId) == e_FM_PCD_DONE) && (FmPcdKgGetDoneAction(p_FmHc->h_FmPcd, relativeSchemeId) == e_FM_PCD_ENQ_FRAME))

Completed in 205 milliseconds