Searched defs:dmadev (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 349 #define ENA_MEM_ALLOC(dmadev, size) malloc(size, M_DEVBUF, M_NOWAIT | M_ZERO) argument 351 #define ENA_MEM_ALLOC_NODE(dmadev, size, virt, node, dev_node) \ argument 359 #define ENA_MEM_FREE(dmadev, ptr, size) \ argument 364 #define ENA_MEM_ALLOC_COHERENT_NODE_ALIGNED(dmadev, size, virt, phys, \ argument 374 #define ENA_MEM_ALLOC_COHERENT_NODE(dmadev, size, virt, phys, handle, \ argument 379 #define ENA_MEM_ALLOC_COHERENT_ALIGNED(dmadev, size, virt, phys, dma, \ argument 388 #define ENA_MEM_ALLOC_COHERENT(dmadev, size, virt, phys, dma) \ argument 392 #define ENA_MEM_FREE_COHERENT(dmadev, size, virt, phys, dma) \ argument
|
H A D | ena_com.h | 399 void *dmadev; member
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | 206 ena_dma_alloc(device_t dmadev, bus_size_t size, ena_mem_handle_t *dma, in ena_dma_alloc()
|