Multi Channel DMA FPGA IP for PCI Express* User Guide

ID 683821
Date 8/04/2025
Public
Document Table of Contents

8.1.6.6. ifc_qdma_acquire_channels

ifc_qdma_acquire_channels

Table 105.  
API API Description Input Parameters Return Values
int ifc_qdma_acquire_channels(struct ifc_qdma_device *qdev,int num)

This API acquires n number of channels from hardware. Once the channels acquired, user must call ifc_qdma_channel_get() to initialize the channels and use for DMA.

qdev: QDMA device

num: Number of channels requested

Number of channels acquired successfully.

negative otherwise