Home
last modified time | relevance | path

Searched refs:UNM_DMA_BUFFER_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/phantom/
Dphantom.h51 #define UNM_DMA_BUFFER_ALIGN 16 macro
54 #define __unm_dma_aligned __attribute__ (( aligned ( UNM_DMA_BUFFER_ALIGN ) ))
Dphantom.c612 buf = malloc_dma ( sizeof ( *buf ), UNM_DMA_BUFFER_ALIGN ); in phantom_create_rx_ctx()
732 buf = malloc_dma ( sizeof ( *buf ), UNM_DMA_BUFFER_ALIGN ); in phantom_create_tx_ctx()
1132 UNM_DMA_BUFFER_ALIGN ); in phantom_open()