Searched refs:non_dma_mem_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_cl_init.c163 * non_dma_mem_size -- # of bytes of memory needed for
179 TW_UINT32 *non_dma_mem_size, TW_UINT32 *dma_mem_size
205 *non_dma_mem_size = sizeof(struct tw_cli_ctlr_context) +
176 tw_cl_get_mem_requirements(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags, TW_INT32 device_id, TW_INT32 max_simult_reqs, TW_INT32 max_aens, TW_UINT32 *alignment, TW_UINT32 *sg_size_factor, TW_UINT32 *non_dma_mem_size, TW_UINT32 *dma_mem_size ) argument
H A Dtw_cl_share.h484 TW_UINT32 *non_dma_mem_size, TW_UINT32 *dma_mem_size
H A Dtw_osl_freebsd.c496 TW_UINT32 non_dma_mem_size; local
512 &non_dma_mem_size, &dma_mem_size
523 if ((sc->non_dma_mem = malloc(non_dma_mem_size, TW_OSLI_MALLOC_CLASS,

Completed in 131 milliseconds