GTS AXI Multichannel DMA IP for PCI Express* User Guide

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

B.1.6.7. ifc_qdma_release_all_channels

Table 86.  ifc_qdma_release_all_channels

API

API Description

Input Parameters

Return Values

int

ifc_qdma_release_all_channels(struct ifc_qdma_device *qdev)

This API releases all the channels acquired by the device. You must make sure to stop the traffic on all the channels, before calling this function. Perfq_app calls this API at the exit of the application.

qdev: QDMA device

0 on success, negative otherwise.