Lines Matching refs:swPortIndex

1470     uint8_t        swPortIndex=0, hardwarePortId;  in FmVSPAllocForPort()  local
1531 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmVSPAllocForPort()
1533 p_Fm->p_FmSp->portsMapping[swPortIndex].numOfProfiles = numOfVSPs; in FmVSPAllocForPort()
1534 p_Fm->p_FmSp->portsMapping[swPortIndex].profilesBase = first; in FmVSPAllocForPort()
1550 uint8_t swPortIndex=0, hardwarePortId, first, numOfVSPs, i; in FmVSPFreeForPort() local
1559 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmVSPFreeForPort()
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()
2923 uint8_t swPortIndex=0, hardwarePortId; in FmVSPCheckRelativeProfile() local
2933 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmVSPCheckRelativeProfile()
2938 if (!p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()
2940 if (relativeProfile >= p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()
2954 uint8_t swPortIndex=0, hardwarePortId; in FmVSPGetAbsoluteProfileId() local
2969 HW_PORT_ID_TO_SW_PORT_INDX(swPortIndex, hardwarePortId); in FmVSPGetAbsoluteProfileId()
2974 *p_AbsoluteId = (uint16_t)(p_FmPcdSp->portsMapping[swPortIndex].profilesBase + relativeProfile); in FmVSPGetAbsoluteProfileId()