Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c2922 t_FmSp *p_FmPcdSp; in FmVSPCheckRelativeProfile() local
2935 p_FmPcdSp = p_Fm->p_FmSp; in FmVSPCheckRelativeProfile()
2936 ASSERT_COND(p_FmPcdSp); in FmVSPCheckRelativeProfile()
2938 if (!p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()
2940 if (relativeProfile >= p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()
2953 t_FmSp *p_FmPcdSp; in FmVSPGetAbsoluteProfileId() local
2971 p_FmPcdSp = p_Fm->p_FmSp; in FmVSPGetAbsoluteProfileId()
2972 ASSERT_COND(p_FmPcdSp); in FmVSPGetAbsoluteProfileId()
2974 *p_AbsoluteId = (uint16_t)(p_FmPcdSp->portsMapping[swPortIndex].profilesBase + relativeProfile); in FmVSPGetAbsoluteProfileId()