Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1127 t_FmPcdKgInterModuleBindPortToSchemes schemeBind; in SetPcd() local
1287 schemeBind.netEnvId = p_FmPort->netEnvId; in SetPcd()
1288 schemeBind.hardwarePortId = p_FmPort->hardwarePortId; in SetPcd()
1289 schemeBind.numOfSchemes = p_PcdParams->p_KgParams->numOfSchemes; in SetPcd()
1290 schemeBind.useClsPlan = p_FmPort->useClsPlan; in SetPcd()
1298 schemeBind.schemesIds[i] = physicalSchemeId; in SetPcd()
1312 err = FmPcdKgBindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind); in SetPcd()
1729 t_FmPcdKgInterModuleBindPortToSchemes schemeBind; in DeletePcd() local
1733 &schemeBind); in DeletePcd()
1735 err = FmPcdKgUnbindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind); in DeletePcd()
[all …]