Home
last modified time | relevance | path

Searched refs:BM_MAX_NUM_OF_POOLS (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c151 if (p_FmExtPools->extBufPool[i].id >= BM_MAX_NUM_OF_POOLS) in FmSpCheckBufPoolsParams()
152 …_INVALID_VALUE, ("extBufPools.extBufPool[%d].id can't be larger than %d", i, BM_MAX_NUM_OF_POOLS)); in FmSpCheckBufPoolsParams()
198 for (i=0;i<BM_MAX_NUM_OF_POOLS;i++) in FmSpCheckBufPoolsParams()
227 for (i=0;i<BM_MAX_NUM_OF_POOLS;i++) in FmSpCheckBufPoolsParams()
460 uint16_t sizesArray[BM_MAX_NUM_OF_POOLS]; in FM_VSP_Init()
471 memset(&sizesArray, 0, sizeof(uint16_t) * BM_MAX_NUM_OF_POOLS); in FM_VSP_Init()
555 …e, absoluteProfileId, &fm_vsp_params,FM_PORT_MAX_NUM_OF_EXT_POOLS, BM_MAX_NUM_OF_POOLS, FM_MAX_NUM… in FM_VSP_Init()
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c183 …Bm->p_BmDriverParams->partBpidBase + p_Bm->p_BmDriverParams->partNumOfPools) > BM_MAX_NUM_OF_POOLS) in CheckBmParameters()
223 SANITY_CHECK_RETURN_ERROR(bpid < BM_MAX_NUM_OF_POOLS, E_INVALID_VALUE); in BmSetPool()
242 SANITY_CHECK_RETURN_ERROR(bpid < BM_MAX_NUM_OF_POOLS, E_INVALID_VALUE); in BmSetPoolThresholds()
283 SANITY_CHECK_RETURN_ERROR(bpid < BM_MAX_NUM_OF_POOLS, E_INVALID_VALUE); in BmUnSetPoolThresholds()
324 SANITY_CHECK_RETURN_VALUE(bpid < BM_MAX_NUM_OF_POOLS, E_INVALID_VALUE, 0); in BmGetCounter()
H A Dbm.h282 t_BmPool *depletionPoolsTable[BM_MAX_NUM_OF_POOLS];
H A Dbm_portal.c137 while (bpid < BM_MAX_NUM_OF_POOLS) { in bman_create_portal()
H A Dbman_low.c477 ASSERT_COND(bpid < BM_MAX_NUM_OF_POOLS); in bm_isr_bscn_mask()
H A Dbm_pool.c340 SANITY_CHECK_RETURN_ERROR(bpid < BM_MAX_NUM_OF_POOLS, E_INVALID_VALUE); in BM_POOL_ConfigBpid()
/freebsd/sys/dev/dpaa/
H A Dbman.h66 unsigned int sc_bpool_cpu[BM_MAX_NUM_OF_POOLS];
H A Dbman.c114 bp.partNumOfPools = BM_MAX_NUM_OF_POOLS; in bman_attach()
/freebsd/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h152 #define BM_MAX_NUM_OF_POOLS 64 /**< Number of buffers pools */ macro
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h449 bool poolsToConsider[BM_MAX_NUM_OF_POOLS];
454 bool poolsToConsiderForSingleMode[BM_MAX_NUM_OF_POOLS];
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c547 uint16_t sizesArray[BM_MAX_NUM_OF_POOLS]; in SetExtBufferPools()
552 memset(&sizesArray, 0, sizeof(uint16_t) * BM_MAX_NUM_OF_POOLS); in SetExtBufferPools()
591 for (i = 0; i < BM_MAX_NUM_OF_POOLS; i++) in SetExtBufferPools()
609 for (i = 0; i < BM_MAX_NUM_OF_POOLS; i++) in SetExtBufferPools()
4006 SANITY_CHECK_RETURN_ERROR(poolId<BM_MAX_NUM_OF_POOLS, E_INVALID_HANDLE); in FM_PORT_SetAllocBufCounter()