Searched refs:p_SchemeBind (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_kg.c | 2115 …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 D | fm_common.h | 719 … 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 D | fm_port.c | 1050 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()
|