Searched refs:schemeId (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h751 bool FmPcdKgIsSchemeValidSw(t_Handle h_FmPcd, uint8_t schemeId);
758 uint8_t FmPcdKgGetPhysicalSchemeId(t_Handle h_FmPcd, uint8_t schemeId);
759 uint8_t FmPcdKgGetRelativeSchemeId(t_Handle h_FmPcd, uint8_t schemeId);
761 void FmPcdKgValidateSchemeSw(t_Handle h_FmPcd, uint8_t schemeId);
762 void FmPcdKgInvalidateSchemeSw(t_Handle h_FmPcd, uint8_t schemeId);
763 t_Error FmPcdKgCheckInvalidateSchemeSw(t_Handle h_FmPcd, uint8_t schemeId);
770 uint32_t FmPcdKgBuildWriteSchemeActionReg(uint8_t schemeId, bool updateCounter);
771 uint32_t FmPcdKgBuildReadSchemeActionReg(uint8_t schemeId);
778 t_Error FmPcdKgSchemeTryLock(t_Handle h_FmPcd, uint8_t schemeId, bool intr);
779 void FmPcdKgReleaseSchemeLock(t_Handle h_FmPcd, uint8_t schemeId);
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1081 bool FmPcdKgIsSchemeValidSw(t_Handle h_FmPcd, uint8_t schemeId) argument
1085 return p_FmPcd->p_FmPcdKg->schemes[schemeId].valid;
1088 bool KgIsSchemeAlwaysDirect(t_Handle h_FmPcd, uint8_t schemeId) argument
1092 if(p_FmPcd->p_FmPcdKg->schemes[schemeId].matchVector == SCHEME_ALWAYS_DIRECT)
2589 void FmPcdKgValidateSchemeSw(t_Handle h_FmPcd, uint8_t schemeId) argument
2593 ASSERT_COND(!p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2595 if(p_FmPcd->p_FmPcdKg->schemes[schemeId].netEnvId != ILLEGAL_NETENV)
2596 FmPcdIncNetEnvOwners(p_FmPcd, p_FmPcd->p_FmPcdKg->schemes[schemeId].netEnvId);
2597 p_FmPcd->p_FmPcdKg->schemes[schemeId].valid = TRUE;
2600 void FmPcdKgInvalidateSchemeSw(t_Handle h_FmPcd, uint8_t schemeId) argument
2610 FmPcdKgGetRequiredAction(t_Handle h_FmPcd, uint8_t schemeId) argument
2618 FmPcdKgGetPointedOwners(t_Handle h_FmPcd, uint8_t schemeId) argument
2627 FmPcdKgIsDirectPlcr(t_Handle h_FmPcd, uint8_t schemeId) argument
2637 FmPcdKgGetRelativeProfileId(t_Handle h_FmPcd, uint8_t schemeId) argument
2647 FmPcdKgIsDistrOnPlcrProfile(t_Handle h_FmPcd, uint8_t schemeId) argument
2661 FmPcdKgUpatePointedOwner(t_Handle h_FmPcd, uint8_t schemeId, bool add) argument
2673 FmPcdKgGetNextEngine(t_Handle h_FmPcd, uint8_t schemeId) argument
2682 FmPcdKgGetDoneAction(t_Handle h_FmPcd, uint8_t schemeId) argument
2691 FmPcdKgUpdateRequiredAction(t_Handle h_FmPcd, uint8_t schemeId, uint32_t requiredAction) argument
2700 FmPcdKgCheckInvalidateSchemeSw(t_Handle h_FmPcd, uint8_t schemeId) argument
2734 FmPcdKgBuildWriteSchemeActionReg(uint8_t schemeId, bool updateCounter) argument
2745 FmPcdKgBuildReadSchemeActionReg(uint8_t schemeId) argument
2850 FmPcdKgGetRelativeSchemeId(t_Handle h_FmPcd, uint8_t schemeId) argument
2943 FmPcdKgSchemeTryLock(t_Handle h_FmPcd, uint8_t schemeId, bool intr) argument
2957 FmPcdKgReleaseSchemeLock(t_Handle h_FmPcd, uint8_t schemeId) argument
[all...]
H A Dfm_pcd.h657 bool KgIsSchemeAlwaysDirect(t_Handle h_FmPcd, uint8_t schemeId);

Completed in 99 milliseconds