• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/

Lines Matching defs:h_FmPcd

106 static bool IsProfileShared(t_Handle h_FmPcd, uint16_t absoluteProfileId)
108 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
591 static void UpdateRequiredActionFlag(t_Handle h_FmPcd, uint16_t absoluteProfileId, bool set)
593 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
611 static void EventsCB(t_Handle h_FmPcd)
613 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
638 static void ErrorExceptionsCB(t_Handle h_FmPcd)
640 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
1068 t_Error FmPcdPlcrAllocProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles)
1070 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1139 t_Error FmPcdPlcrFreeProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId)
1141 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1177 t_Error FmPcdPlcrCcGetSetParams(t_Handle h_FmPcd, uint16_t profileIndx ,uint32_t requiredAction)
1179 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
1287 uint32_t FmPcdPlcrGetRequiredActionFlag(t_Handle h_FmPcd, uint16_t absoluteProfileId)
1289 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1296 uint32_t FmPcdPlcrGetRequiredAction(t_Handle h_FmPcd, uint16_t absoluteProfileId)
1298 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1305 bool FmPcdPlcrIsProfileValid(t_Handle h_FmPcd, uint16_t absoluteProfileId)
1307 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1315 void FmPcdPlcrValidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId)
1317 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1327 void FmPcdPlcrInvalidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId)
1329 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1344 t_Error FmPcdPlcrGetAbsoluteIdByProfileParams(t_Handle h_FmPcd,
1350 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1382 uint16_t FmPcdPlcrGetPortProfilesBase(t_Handle h_FmPcd, uint8_t hardwarePortId)
1384 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
1392 uint16_t FmPcdPlcrGetPortNumOfProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId)
1394 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
1467 void FmPcdPlcrUpdateRequiredAction(t_Handle h_FmPcd, uint16_t absoluteProfileId, uint32_t requiredAction)
1469 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1485 t_Error FM_PCD_ConfigPlcrAutoRefreshMode(t_Handle h_FmPcd, bool enable)
1487 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1501 t_Error FM_PCD_ConfigPlcrNumOfSharedProfiles(t_Handle h_FmPcd, uint16_t numOfSharedPlcrProfiles)
1503 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1514 t_Error FM_PCD_SetPlcrStatistics(t_Handle h_FmPcd, bool enable)
1516 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1536 t_Handle FM_PCD_PlcrProfileSet(t_Handle h_FmPcd,
1548 SANITY_CHECK_RETURN_VALUE(h_FmPcd, E_INVALID_HANDLE, NULL);
1553 p_FmPcd = p_Profile->h_FmPcd;
1574 p_FmPcd = (t_FmPcd*)h_FmPcd;
1579 err = FmPcdPlcrGetAbsoluteIdByProfileParams(h_FmPcd,
1605 p_Profile->h_FmPcd = p_FmPcd;
1627 err = BuildProfileRegs(h_FmPcd, p_ProfileParams, &plcrProfileReg);
1703 p_FmPcd = p_Profile->h_FmPcd;
1751 p_FmPcd = p_Profile->h_FmPcd;
1806 p_FmPcd = p_Profile->h_FmPcd;