NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
devemu_pci_device_db_dpu_kernels_dev.c File Reference
Include dependency graph for devemu_pci_device_db_dpu_kernels_dev.c:

Go to the source code of this file.

Functions

__dpa_rpc__ uint64_t init_app_ctx_rpc (doca_dpa_dev_devemu_pci_db_completion_t db_comp, doca_dpa_dev_devemu_pci_db_t db)
 
__dpa_rpc__ uint64_t uninit_app_ctx_rpc (doca_dpa_dev_devemu_pci_db_completion_t db_comp, doca_dpa_dev_devemu_pci_db_t db)
 
__dpa_global__ void db_handler (uint64_t __attribute__((__unused__)) thread_arg)
 

Variables

struct {
   doca_dpa_dev_devemu_pci_db_completion_t   db_comp
 
app_ctx
 

Function Documentation

◆ db_handler()

__dpa_global__ void db_handler ( uint64_t __attribute__((__unused__))  thread_arg)

Definition at line 77 of file devemu_pci_device_db_dpu_kernels_dev.c.

◆ init_app_ctx_rpc()

__dpa_rpc__ uint64_t init_app_ctx_rpc ( doca_dpa_dev_devemu_pci_db_completion_t  db_comp,
doca_dpa_dev_devemu_pci_db_t  db 
)

Definition at line 40 of file devemu_pci_device_db_dpu_kernels_dev.c.

◆ uninit_app_ctx_rpc()

__dpa_rpc__ uint64_t uninit_app_ctx_rpc ( doca_dpa_dev_devemu_pci_db_completion_t  db_comp,
doca_dpa_dev_devemu_pci_db_t  db 
)

Definition at line 59 of file devemu_pci_device_db_dpu_kernels_dev.c.

Variable Documentation

◆ 

struct { ... } app_ctx

◆ db_comp

The DB completion context

Definition at line 30 of file devemu_pci_device_db_dpu_kernels_dev.c.