| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

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 |
| __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.
| __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.
| __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.
| struct { ... } app_ctx |
The DB completion context
Definition at line 30 of file devemu_pci_device_db_dpu_kernels_dev.c.