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

/freebsd-12-stable/sys/dev/dpaa/
H A Dbman.h120 * @param f_PhysToVirt The PA to VA translation function. Set to NULL if
138 t_Handle h_BufferPool, t_PhysToVirt *f_PhysToVirt,
H A Dbman.c200 t_PhysToVirt *f_PhysToVirt, t_VirtToPhys *f_VirtToPhys)
226 bpp.bufferPoolInfo.f_PhysToVirt = f_PhysToVirt;
195 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-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c243 if (!p_BmPool->bufferPoolInfo.f_PhysToVirt)
244 p_BmPool->bufferPoolInfo.f_PhysToVirt = XX_PhysToVirt;
412 SANITY_CHECK_RETURN_VALUE(p_BmPool->bufferPoolInfo.f_PhysToVirt, E_INVALID_STATE, NULL);
436 p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr)));
438 return p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c172 p_CurData = BdBufferGet(p_FmPort->im.rxPool.f_PhysToVirt, BD_GET(p_FmPort->im.currBdId));
248 p_FmPort->im.rxPool.f_PhysToVirt = p_FmPortParams->specificParams.imRxTxParams.rxPoolParams.f_PhysToVirt;
249 if (!p_FmPort->im.rxPool.f_PhysToVirt)
250 p_FmPort->im.rxPool.f_PhysToVirt = XX_PhysToVirt;
471 p_CurData = BdBufferGet(p_FmPort->im.rxPool.f_PhysToVirt, BD_GET(p_FmPort->im.currBdId));
H A Dfm_port.h968 static __inline__ uint8_t * BdBufferGet (t_PhysToVirt *f_PhysToVirt, t_FmImBd *p_Bd) argument
973 return (uint8_t *)f_PhysToVirt((physAddress_t)(physAddr));
/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h375 t_PhysToVirt *f_PhysToVirt; /**< User callback to translate pool buffers member in struct:t_BufferPoolInfo

Completed in 180 milliseconds