Searched refs:portsMapping (Results 1 – 6 of 6) sorted by relevance
1133 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles = numOfProfiles; in FmPcdPlcrAllocProfiles()1134 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase = first; in FmPcdPlcrAllocProfiles()1158 for (i=p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase; in FmPcdPlcrFreeProfiles()1159 i<(p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase + in FmPcdPlcrFreeProfiles()1160 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles); in FmPcdPlcrFreeProfiles()1171 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles = 0; in FmPcdPlcrFreeProfiles()1172 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase = 0; in FmPcdPlcrFreeProfiles()1359 if (p_FmPcd->p_FmPcdPlcr->portsMapping[i].h_FmPort == h_FmPort) in FmPcdPlcrGetAbsoluteIdByProfileParams()1364 if (!p_FmPcd->p_FmPcdPlcr->portsMapping[i].numOfProfiles) in FmPcdPlcrGetAbsoluteIdByProfileParams()1389 return p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase; in FmPcdPlcrGetPortProfilesBase()[all …]
292 t_FmPcdPlcrMapParam portsMapping[FM_MAX_NUM_OF_PORTS]; member
2071 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].h_FmPort); in FmPcdKgBuildBindPortToSchemes()2072 …if (p_Scheme->relativeProfileId+j >= p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles) in FmPcdKgBuildBindPortToSchemes()2074 …f (!FmPcdPlcrIsProfileValid(p_FmPcd, (uint16_t)(p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].pr… in FmPcdKgBuildBindPortToSchemes()
622 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].h_FmPort = h_FmPort; in FmPcdPortRegister()
585 t_FmMapParam portsMapping[FM_MAX_NUM_OF_PORTS]; member
1533 p_Fm->p_FmSp->portsMapping[swPortIndex].numOfProfiles = numOfVSPs; in FmVSPAllocForPort()1534 p_Fm->p_FmSp->portsMapping[swPortIndex].profilesBase = first; in FmVSPAllocForPort()1561 numOfVSPs = (uint8_t)p_Fm->p_FmSp->portsMapping[swPortIndex].numOfProfiles; in FmVSPFreeForPort()1562 first = (uint8_t)p_Fm->p_FmSp->portsMapping[swPortIndex].profilesBase; in FmVSPFreeForPort()1569 p_Fm->p_FmSp->portsMapping[swPortIndex].numOfProfiles = 0; in FmVSPFreeForPort()1570 p_Fm->p_FmSp->portsMapping[swPortIndex].profilesBase = 0; in FmVSPFreeForPort()2938 if (!p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()2940 if (relativeProfile >= p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()2974 *p_AbsoluteId = (uint16_t)(p_FmPcdSp->portsMapping[swPortIndex].profilesBase + relativeProfile); in FmVSPGetAbsoluteProfileId()