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

ID 683821
Date 4/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

8.1.6.7. ifc_qdma_release_all_channels

Table 94.  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