Lines Matching refs:swPortIndex

1074     uint16_t                    i, first, swPortIndex = 0;  in FmPcdPlcrAllocProfiles()  local
1131 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmPcdPlcrAllocProfiles()
1133 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles = numOfProfiles; in FmPcdPlcrAllocProfiles()
1134 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase = first; in FmPcdPlcrAllocProfiles()
1144 uint16_t i, swPortIndex = 0; in FmPcdPlcrFreeProfiles() local
1151 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmPcdPlcrFreeProfiles()
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()
1385 uint16_t swPortIndex = 0; in FmPcdPlcrGetPortProfilesBase() local
1387 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmPcdPlcrGetPortProfilesBase()
1389 return p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase; in FmPcdPlcrGetPortProfilesBase()
1395 uint16_t swPortIndex = 0; in FmPcdPlcrGetPortNumOfProfiles() local
1397 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmPcdPlcrGetPortNumOfProfiles()
1399 return p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles; in FmPcdPlcrGetPortNumOfProfiles()