Searched refs:p_Buff (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c441 t_Error BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff) argument
449 SANITY_CHECK_RETURN_ERROR(p_Buff, E_NULL_POINTER);
451 physAddress = (uint64_t)(XX_VirtToPhys(p_Buff));
458 p_BmPool->bpid, (uint64_t)PTR_TO_UINT(p_Buff), physAddress));
534 t_Handle BM_POOL_GetBufferContext(t_Handle h_BmPool, void *p_Buff) argument
540 SANITY_CHECK_RETURN_VALUE(p_Buff, E_NULL_POINTER, NULL);
545 return *(t_Handle *)PTR_MOVE(p_Buff, -(sizeof(t_Handle)));
558 physAddress_t BM_POOL_VirtToPhys(t_Handle h_BmPool, void *p_Buff) argument
565 return p_BmPool->bufferPoolInfo.f_VirtToPhys(p_Buff);
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h590 @Param[in] p_Buff - A Pointer to the buffer
594 t_Handle BM_POOL_GetBufferContext(t_Handle h_BmPool, void *p_Buff);
664 @Param[in] p_Buff - A Pointer to the buffer.
668 t_Error BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff);

Completed in 59 milliseconds