MACIF TX confirmation control structure. More...

Data Fields | |
| struct dma_desc * | first |
| Pointer to the first DMA descriptor to upload. | |
| struct dma_desc * | curr |
| Pointer to the current DMA descriptor to upload. | |
| uint32_t | cfm_ind |
| Bitfield used for the confirmation. | |
| int | cfm_cnt |
| Number of confirmations pending for upload. | |
| uint32_t | user_cfm [CFM_PENDING_MAX] |
| Array of pending confirmation indications. | |
| uint16_t | lli_cnt |
| Target LLI count to be reached to indicate the confirmation to host. | |
| uint8_t | in_idx |
| In index for the pending confirmation array. | |
MACIF TX confirmation control structure.
Definition at line 49 of file macif_ipc.c.
1.6.1