Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c2115 …r FmPcdKgBindPortToSchemes(t_Handle h_FmPcd , t_FmPcdKgInterModuleBindPortToSchemes *p_SchemeBind) in FmPcdKgBindPortToSchemes() argument
2121 err = FmPcdKgBuildBindPortToSchemes(h_FmPcd, p_SchemeBind, &spReg, TRUE); in FmPcdKgBindPortToSchemes()
2125 err = KgWriteSp(p_FmPcd, p_SchemeBind->hardwarePortId, spReg, TRUE); in FmPcdKgBindPortToSchemes()
2129 IncSchemeOwners(p_FmPcd, p_SchemeBind); in FmPcdKgBindPortToSchemes()
2134 …r FmPcdKgUnbindPortToSchemes(t_Handle h_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_SchemeBind) in FmPcdKgUnbindPortToSchemes() argument
2140 err = FmPcdKgBuildBindPortToSchemes(p_FmPcd, p_SchemeBind, &spReg, FALSE); in FmPcdKgUnbindPortToSchemes()
2144 err = KgWriteSp(p_FmPcd, p_SchemeBind->hardwarePortId, spReg, FALSE); in FmPcdKgUnbindPortToSchemes()
2148 DecSchemeOwners(p_FmPcd, p_SchemeBind); in FmPcdKgUnbindPortToSchemes()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h719 … FmPcdKgBindPortToSchemes(t_Handle h_FmPcd , t_FmPcdKgInterModuleBindPortToSchemes *p_SchemeBind);
720 …FmPcdKgUnbindPortToSchemes(t_Handle h_FmPcd , t_FmPcdKgInterModuleBindPortToSchemes *p_SchemeBind);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1050 t_Handle h_FmPort, t_FmPcdKgInterModuleBindPortToSchemes *p_SchemeBind) in GetPortSchemeBindParams() argument
1056 p_SchemeBind->netEnvId = p_FmPort->netEnvId; in GetPortSchemeBindParams()
1057 p_SchemeBind->hardwarePortId = p_FmPort->hardwarePortId; in GetPortSchemeBindParams()
1058 p_SchemeBind->useClsPlan = p_FmPort->useClsPlan; in GetPortSchemeBindParams()
1059 p_SchemeBind->numOfSchemes = 0; in GetPortSchemeBindParams()
1067 p_SchemeBind->schemesIds[p_SchemeBind->numOfSchemes] = idx; in GetPortSchemeBindParams()
1068 p_SchemeBind->numOfSchemes++; in GetPortSchemeBindParams()