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

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

Completed in 98 milliseconds