dma_alloc_notify
struct dma_alloc_notify dma_alloc_notify;
const size_t len = sizeof(dma_alloc_notify);
memset(&dma_alloc_notify, 0, sizeof(dma_alloc_notify));
dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY;
dma_alloc_notify.buf_size =
dma_alloc_notify.buf_address =
(unsigned char *)&dma_alloc_notify);