Searched refs:f_Depletion (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/dpaa/
H A Dbman.h114 * @param f_Depletion The software portal depletion notification function.
118 * f_GetBuf, f_PutBuf and f_Depletion functions.
131 * provide valid @p f_Depletion function.
137 uint32_t dep_hw_exit, t_BmDepletionCallback *f_Depletion,
H A Dbman.c200 t_BmDepletionCallback *f_Depletion, t_Handle h_BufferPool,
247 if (f_Depletion != NULL) {
252 error = BM_POOL_ConfigDepletion(pool, f_Depletion, thresholds);
196 bman_pool_create(uint8_t *bpid, uint16_t bufferSize, uint16_t maxBuffers, uint16_t minBuffers, uint16_t allocBuffers, t_GetBufFunction *f_GetBuf, t_PutBufFunction *f_PutBuf, uint32_t dep_sw_entry, uint32_t dep_sw_exit, uint32_t dep_hw_entry, uint32_t dep_hw_exit, t_BmDepletionCallback *f_Depletion, t_Handle h_BufferPool, t_PhysToVirt *f_PhysToVirt, t_VirtToPhys *f_VirtToPhys) argument
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c349 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool, t_BmDepletionCallback *f_Depletion, uint32_t *p_Thresholds) argument
355 SANITY_CHECK_RETURN_ERROR(f_Depletion, E_INVALID_HANDLE);
358 p_BmPool->f_Depletion = f_Depletion;
H A Dbm_portal.c237 ASSERT_COND(p_BmPool->f_Depletion);
238 p_BmPool->f_Depletion(p_BmPool->h_App, (bool)af);
H A Dbm.h235 t_BmDepletionCallback *f_Depletion; /**< depletion-entry/exit callback, if BMAN_POOL_FLAG_DEPLETION is set */ member in struct:BmPool
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h495 @Param[in] f_Depletion - depletion-entry/exit callback.
507 t_BmDepletionCallback *f_Depletion,

Completed in 63 milliseconds