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

ID 683821
Date 7/30/2024
Public
Document Table of Contents

8.1.6.9. ifc_qdma_channel_put

Table 107.  ifc_qdma_channel_put
API API Description Input Parameters Return Values
void ifc_qdma_channel_put(struct ifc_qdma_channel *qchnl)

Once the DMA transactions are completed, the application must call this API to release the acquired channel so that another process or another thread will acquire again.

libmqdma disables this channel so that hardware does not look for DMA transactions.

qchan: channel context

0 on success,

negative otherwise