xilasu
Vitis Drivers API Documentation
XAsu_ChannelQueue Struct Reference

This structure is the channel's queue which is of 8 buffers. More...

Data Fields

u32 IsCmdPresent
 Cmd present status of the queue. More...
 
u32 ReqSent
 Number of requests sent from client to ASUFW. More...
 
u32 ReqServed
 Number of requests served by ASUFW. More...
 
XAsu_ChannelQueueBuf ChannelQueueBufs [XASU_MAX_BUFFERS]
 Channel's queue of 8 buffers. More...
 

Detailed Description

This structure is the channel's queue which is of 8 buffers.

Field Documentation

XAsu_ChannelQueueBuf XAsu_ChannelQueue::ChannelQueueBufs[XASU_MAX_BUFFERS]

Channel's queue of 8 buffers.

u32 XAsu_ChannelQueue::IsCmdPresent

Cmd present status of the queue.

Referenced by XAsu_UpdateQueueBufferNSendIpi().

u32 XAsu_ChannelQueue::ReqSent

Number of requests sent from client to ASUFW.

Referenced by XAsu_UpdateQueueBufferNSendIpi().

u32 XAsu_ChannelQueue::ReqServed

Number of requests served by ASUFW.