GTS AXI Multichannel DMA IP for PCI Express* User Guide

ID 847470
Date 8/25/2025
Public
Document Table of Contents

B.1.6.6. ifc_qdma_acquire_channels

Table 85.  ifc_qdma_acquire_channels

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 are acquired, you must call ifc_qdma_channel_get() to initialize the channels and use them for DMA.

qdev: QDMA device

num: Number of channels requested.

Number of channels acquired successfully; negative otherwise.