Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c729 static void IncSchemeOwners(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort) in IncSchemeOwners() argument
740 for (i = 0; i < p_BindPort->numOfSchemes; i++) in IncSchemeOwners()
742 relativeSchemeId = FmPcdKgGetRelativeSchemeId(p_FmPcd, p_BindPort->schemesIds[i]); in IncSchemeOwners()
754 static void DecSchemeOwners(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort) in DecSchemeOwners() argument
765 for (i = 0; i < p_BindPort->numOfSchemes; i++) in DecSchemeOwners()
767 relativeSchemeId = FmPcdKgGetRelativeSchemeId(p_FmPcd, p_BindPort->schemesIds[i]); in DecSchemeOwners()
2050 for (i = 0; i<p_BindPort->numOfSchemes; i++) in FmPcdKgBuildBindPortToSchemes()
2052 relativeSchemeId = FmPcdKgGetRelativeSchemeId(p_FmPcd, p_BindPort->schemesIds[i]); in FmPcdKgBuildBindPortToSchemes()
2066 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, p_BindPort->hardwarePortId); in FmPcdKgBuildBindPortToSchemes()
2078 if (!p_BindPort->useClsPlan) in FmPcdKgBuildBindPortToSchemes()
[all …]