Visible to Intel only — GUID: vji1512175938907
Ixiasoft
1. About this Document
2. DMA AFU Description
3. Register Map and Address Spaces
4. Software Programming Model
5. Running DMA AFU Example
6. Compiling the Accelerator Function (AF)
7. Simulating the AFU Example
8. DMA Accelerator Functional Unit User Guide Archives
9. Document Revision History for the DMA Accelerator Functional Unit User Guide
A. Enabling Hugepages
Visible to Intel only — GUID: vji1512175938907
Ixiasoft
4.1.1. fpgaDmaOpen()
fpgaDmaOpen() scans the device feature chain to locate the DMA BBB and then creates a handle for the DMA BBB.
Prototype | fpga_result fpgaDmaOpen(fpga_handle fpga, fpga_dma_handle *dma) | |
---|---|---|
Arguments | fpga | Input containing fpga object handle from fpgaOpen(). |
dma | Output containing handle to the DMA BBB. |
|
Returns | FPGA_OK on success; otherwise an error return code. |