Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Ddpaa_integration.h41 #define FM_PCD_PLCR_NUM_ENTRIES 256 macro
/f-stack/freebsd/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()
706 for (i=0; i<FM_PCD_PLCR_NUM_ENTRIES; i++) in PlcrConfig()
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()
1555 if (absoluteProfileId >= FM_PCD_PLCR_NUM_ENTRIES) in FM_PCD_PlcrProfileSet()
1590 if (absoluteProfileId >= FM_PCD_PLCR_NUM_ENTRIES) in FM_PCD_PlcrProfileSet()
[all …]
H A Dfm_pcd.h289 t_FmPcdPlcrProfile profiles[FM_PCD_PLCR_NUM_ENTRIES];
291 uint16_t sharedProfilesIds[FM_PCD_PLCR_NUM_ENTRIES];
/f-stack/freebsd/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h183 #define FM_PCD_PLCR_NUM_ENTRIES 256 /**< Total number of policer profiles */ macro