![]() |
DPU Host API
2025.1.0
|
scatter gather transfer buffer used to store multiple blocks for one DPU More...
#include <dpu_types.h>
Data Fields | |
| uint32_t | max_nr_blocks |
| uint8_t ** | blocks_addr |
| uint32_t * | blocks_length |
| uint32_t | nr_blocks |
scatter gather transfer buffer used to store multiple blocks for one DPU
| uint8_t** blocks_addr |
Array of pointers to blocks addresses.
| uint32_t* blocks_length |
Array of blocks length.
| uint32_t max_nr_blocks |
Max number of blocks.
| uint32_t nr_blocks |
Number of blocks.