Multi Channel DMA Intel® FPGA IP for PCI Express* User Guide

ID 683821
Date 1/29/2024
Public
Document Table of Contents

8.1.6.7. ifc_qdma_release_all_channels

Table 104.  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. User must make sure to stop the traffic on all the channels, before calling this function. Perfq_app calls this API at the exit of application.

qdev: QDMA device

0 on success

Negative otherwise