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

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4488 t_FmPcdKgInterModuleBindPortToSchemes schemeBind; local
4512 schemeBind.netEnvId = p_FmPort->netEnvId;
4513 schemeBind.hardwarePortId = p_FmPort->hardwarePortId;
4514 schemeBind.numOfSchemes = p_PcdParams->p_KgParams->numOfSchemes;
4515 schemeBind.useClsPlan = p_FmPort->useClsPlan;
4516 for(i = 0;i<schemeBind.numOfSchemes;i++)
4517 schemeBind.schemesIds[i] = (uint8_t)(PTR_TO_UINT(p_PcdParams->p_KgParams->h_Schemes[i])-1);
4519 err = FmPcdKgBindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind);
4542 t_FmPcdKgInterModuleBindPortToSchemes schemeBind; local
4571 p_FmPort->schemesPerPortVector = GetPortSchemeBindParams(p_FmPort, &schemeBind);
4590 t_FmPcdKgInterModuleBindPortToSchemes schemeBind; local
4623 t_FmPcdKgInterModuleBindPortToSchemes schemeBind; local
[all...]

Completed in 133 milliseconds