| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Data Fields | |
| struct doca_dpa * | dpa |
| doca_dpa_func_t * | thread_handler |
| size_t | thread_arg_size |
Definition at line 1391 of file nvmf_doca_io.c.
| struct doca_dpa* nvmf_doca_dpa_thread_create_attr::dpa |
DOCA DPA used for creating the DPA thread
Definition at line 1392 of file nvmf_doca_io.c.
| size_t nvmf_doca_dpa_thread_create_attr::thread_arg_size |
Size in bytes of argument that will be used in the thread
Definition at line 1394 of file nvmf_doca_io.c.
| doca_dpa_func_t* nvmf_doca_dpa_thread_create_attr::thread_handler |
Handler function that the thread will execute
Definition at line 1393 of file nvmf_doca_io.c.