Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ncsw/inc/
HDncsw_ext.h349 typedef void * t_PhysToVirt(physAddress_t addr); typedef
372 t_PhysToVirt *f_PhysToVirt; /**< User callback to translate pool buffers
/freebsd-11-stable/sys/dev/dpaa/
HDbman.h138 t_Handle h_BufferPool, t_PhysToVirt *f_PhysToVirt,
HDbman.c201 t_PhysToVirt *f_PhysToVirt, t_VirtToPhys *f_VirtToPhys) in bman_pool_create()
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
HDfm_port.h865 static __inline__ uint8_t * BdBufferGet (t_PhysToVirt *f_PhysToVirt, t_FmImBd *p_Bd) in BdBufferGet()