Searched refs:FmPcdPlcrIsProfileValid (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_plcr.c | 157 if (!FmPcdPlcrIsProfileValid(p_FmPcd, absoluteProfileId)) in SetProfileNia() 1190 if (!FmPcdPlcrIsProfileValid(p_FmPcd, profileIndx)) in FmPcdPlcrCcGetSetParams() 1305 bool FmPcdPlcrIsProfileValid(t_Handle h_FmPcd, uint16_t absoluteProfileId) in FmPcdPlcrIsProfileValid() function 1596 if (FmPcdPlcrIsProfileValid(p_FmPcd, absoluteProfileId)) in FM_PCD_PlcrProfileSet()
|
H A D | fm_kg.c | 1150 if (!FmPcdPlcrIsProfileValid(p_FmPcd, profileId)) in BuildSchemeRegs() 2074 …if (!FmPcdPlcrIsProfileValid(p_FmPcd, (uint16_t)(p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].p… in FmPcdKgBuildBindPortToSchemes()
|
H A D | fm_cc.c | 1666 if (!FmPcdPlcrIsProfileValid(h_FmPcd, absoluteProfileId)) in ValidateNextEngineParams()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 745 bool FmPcdPlcrIsProfileValid(t_Handle h_FmPcd, uint16_t absoluteProfileId);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port.c | 1336 if (!FmPcdPlcrIsProfileValid(p_FmPort->h_FmPcd, absoluteProfileId)) in SetPcd() 4691 if (!FmPcdPlcrIsProfileValid(p_FmPort->h_FmPcd, absoluteProfileId)) in FM_PORT_PcdPlcrModifyInitialProfile()
|