Found 8 other functions taking a
gdma_link_list_t
argument:
Mount one or more buffers to a given link list
Get the address of the head item in the link list
Set the ownership for a DMA link list item
Concatenate two link lists as follows: Link A: A1 --> A2 --> A3 --> A4 | item_index +-----+ | v item_index Link B: B1 --> B2 --> B3 --> B4 After concatenation: Link A: A1 --> B3 --> B4 Link B: B1 --> B2 --> B3 --> B4
Get the ownership of a DMA link list item
Get the size of the buffer that is mounted to the link list until the eof item (inclusive)