![]() |
xilasu
Vitis Drivers API Documentation
|
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... | |
This structure is the channel's queue which is of 8 buffers.
| 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.