Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1861 t_Error FM_PORT_SetAllocBufCounter(t_Handle h_FmPort, uint8_t poolId, bool enable);
1925 uint32_t FM_PORT_GetAllocBufCounter(t_Handle h_FmPort, uint8_t poolId);
1940 t_Error FM_PORT_ModifyAllocBufCounter(t_Handle h_FmPort, uint8_t poolId, uint32_t value);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h548 uint8_t poolId; member
H A Dfm_manip.c3086 uint8_t poolId) in CapwapReassembly() argument
3174 tmpReg32 |= (uint32_t)poolId << 16; in CapwapReassembly()
3181 p_Manip->capwapFragParams.sgBpid = poolId; in CapwapReassembly()
3197 uint8_t poolId) in CapwapFragmentation() argument
3223 tmpReg32 |= ((uint32_t)poolId << 8); in CapwapFragmentation()
3231 p_Manip->capwapFragParams.sgBpid = poolId; in CapwapFragmentation()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3999 t_Error FM_PORT_SetAllocBufCounter(t_Handle h_FmPort, uint8_t poolId, in FM_PORT_SetAllocBufCounter() argument
4006 SANITY_CHECK_RETURN_ERROR(poolId<BM_MAX_NUM_OF_POOLS, E_INVALID_HANDLE); in FM_PORT_SetAllocBufCounter()
4014 err = fman_port_set_bpool_cnt_mode(&p_FmPort->port, poolId, enable); in FM_PORT_SetAllocBufCounter()
4329 uint32_t FM_PORT_GetAllocBufCounter(t_Handle h_FmPort, uint8_t poolId) in FM_PORT_GetAllocBufCounter() argument
4342 return fman_port_get_bpool_counter(&p_FmPort->port, poolId); in FM_PORT_GetAllocBufCounter()
4345 t_Error FM_PORT_ModifyAllocBufCounter(t_Handle h_FmPort, uint8_t poolId, in FM_PORT_ModifyAllocBufCounter() argument
4358 fman_port_set_bpool_counter(&p_FmPort->port, poolId, value); in FM_PORT_ModifyAllocBufCounter()