DPU Host API  2025.1.0
get_block_t Struct Reference

User API structure that stores the scatter transfer get_block function pointer and its arguments, provided by user application. More...

#include <dpu.h>

Collaboration diagram for get_block_t:
[legend]

Data Fields

get_block_func_t f
 
void * args
 
size_t args_size
 

Detailed Description

User API structure that stores the scatter transfer get_block function pointer and its arguments, provided by user application.

Field Documentation

◆ args

void* args

User arguments for the get_block function

◆ args_size

size_t args_size

Size of the user arguments

◆ f

The get_block function


The documentation for this struct was generated from the following file: