Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c543 if (numOfProfiles>FM_PCD_PLCR_NUM_ENTRIES) in AllocSharedProfiles()
549 for (i=0;i<FM_PCD_PLCR_NUM_ENTRIES; i++) in AllocSharedProfiles()
704 p_FmPcdPlcr->partNumOfPlcrProfiles = FM_PCD_PLCR_NUM_ENTRIES; in PlcrConfig()
706 for (i=0; i<FM_PCD_PLCR_NUM_ENTRIES; i++) in PlcrConfig()
721 …(p_FmPcdPlcr->partPlcrProfilesBase + p_FmPcdPlcr->partNumOfPlcrProfiles) > FM_PCD_PLCR_NUM_ENTRIES) in PlcrInit()
862 if ((numOfProfiles > FM_PCD_PLCR_NUM_ENTRIES) || in PlcrAllocProfilesForPartition()
863 (base + numOfProfiles > FM_PCD_PLCR_NUM_ENTRIES)) in PlcrAllocProfilesForPartition()
1083 if (numOfProfiles>FM_PCD_PLCR_NUM_ENTRIES) in FmPcdPlcrAllocProfiles()
1093 for (i=0; i<FM_PCD_PLCR_NUM_ENTRIES; ) in FmPcdPlcrAllocProfiles()
1187 if (profileIndx >= FM_PCD_PLCR_NUM_ENTRIES) in FmPcdPlcrCcGetSetParams()
[all …]
H A Dfm_pcd.h289 t_FmPcdPlcrProfile profiles[FM_PCD_PLCR_NUM_ENTRIES];
291 uint16_t sharedProfilesIds[FM_PCD_PLCR_NUM_ENTRIES];
/freebsd/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h183 #define FM_PCD_PLCR_NUM_ENTRIES 256 /**< Total number of policer profiles */ macro