comparison src/cs/riviera/rvf/rvf_pool_size.h @ 231:7b71cbbc140b

rvf_pool_size.h: add FCBM
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:09:47 +0000
parents 4e78acac3d88
children e5cfd6362158
comparison
equal deleted inserted replaced
230:baa738eeb842 231:7b71cbbc140b
323 #else 323 #else
324 #define RVF_FCHG_POOL_SIZE (0) 324 #define RVF_FCHG_POOL_SIZE (0)
325 #endif 325 #endif
326 326
327 /* 327 /*
328 * FCBM (another FC addition) SWE
329 */
330 #ifdef RVM_FCBM_SWE
331 #include "fcbm/fcbm_pool_size.h"
332 #define RVF_FCBM_POOL_SIZE (FCBM_POOL_SIZE)
333 #else
334 #define RVF_FCBM_POOL_SIZE (0)
335 #endif
336
337 /*
328 * R2D SWE 338 * R2D SWE
329 */ 339 */
330 #ifdef RVM_R2D_SWE 340 #ifdef RVM_R2D_SWE
331 #include "r2d/r2d_pool_size.h" 341 #include "r2d/r2d_pool_size.h"
332 #define RVF_R2D_POOL_SIZE (R2D_POOL_SIZE) 342 #define RVF_R2D_POOL_SIZE (R2D_POOL_SIZE)
734 RVF_FFS_POOL_SIZE + RVF_KCL_POOL_SIZE + RVF_KGC_POOL_SIZE + \ 744 RVF_FFS_POOL_SIZE + RVF_KCL_POOL_SIZE + RVF_KGC_POOL_SIZE + \
735 RVF_KIL_POOL_SIZE + RVF_KMM_POOL_SIZE + RVF_KNM_POOL_SIZE + \ 745 RVF_KIL_POOL_SIZE + RVF_KMM_POOL_SIZE + RVF_KNM_POOL_SIZE + \
736 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \ 746 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \
737 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \ 747 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \
738 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \ 748 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \
739 RVF_FCHG_POOL_SIZE + \ 749 RVF_FCHG_POOL_SIZE + RVF_FCBM_POOL_SIZE + \
740 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE +\ 750 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE +\
741 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \ 751 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \
742 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \ 752 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \
743 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \ 753 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \
744 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \ 754 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \