Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
HDfm_port_ext.h227 t_FmPortExtPoolParams extBufPool[FM_PORT_MAX_NUM_OF_EXT_POOLS];
510 uint8_t poolIds[FM_PORT_MAX_NUM_OF_EXT_POOLS];
/freebsd-11-stable/sys/contrib/ncsw/inc/integrations/
HDdpaa_integration_ext.h173 #define FM_PORT_MAX_NUM_OF_EXT_POOLS 8 /**< Number of external BM pools per Rx… macro
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
HDfm_port.c77 if(p_Params->extBufPools.numOfPoolsUsed > FM_PORT_MAX_NUM_OF_EXT_POOLS) in CheckInitParameters()
78 …(MAJOR, E_INVALID_VALUE, ("numOfPoolsUsed can't be larger than %d", FM_PORT_MAX_NUM_OF_EXT_POOLS)); in CheckInitParameters()
107 …s can't be larger than %d and can't be larger than numOfPoolsUsed", FM_PORT_MAX_NUM_OF_EXT_POOLS)); in CheckInitParameters()
344 uint8_t orderedArray[FM_PORT_MAX_NUM_OF_EXT_POOLS]; in SetExtBufferPools()
352 memset(&orderedArray, 0, sizeof(uint8_t) * FM_PORT_MAX_NUM_OF_EXT_POOLS); in SetExtBufferPools()
426 …numOfPools = (uint8_t)(rxPort ? FM_PORT_MAX_NUM_OF_EXT_POOLS:FM_PORT_MAX_NUM_OF_OBSERVED_EXT_POOLS… in SetExtBufferPools()
3845 for(i=0 ; i< FM_PORT_MAX_NUM_OF_EXT_POOLS ; i++) in FM_PORT_SetAllocBufCounter()
3858 if (i == FM_PORT_MAX_NUM_OF_EXT_POOLS) in FM_PORT_SetAllocBufCounter()
4052 for(i=0;i<FM_PORT_MAX_NUM_OF_EXT_POOLS;i++) in FM_PORT_GetAllocBufCounter()
4088 for(i=0;i<FM_PORT_MAX_NUM_OF_EXT_POOLS;i++) in FM_PORT_ModifyAllocBufCounter()
[all …]