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

Data Fields | |
| struct pe_sample_state_base | base |
| struct doca_dma * | dma |
| struct doca_ctx * | dma_ctx |
| struct doca_dma_task_memcpy * | tasks [NUM_TASKS] |
| bool | run_pe_progress |
This struct defines the program context.
Definition at line 74 of file pe_reactive_sample.c.
| struct pe_sample_state_base pe_reactive_sample_state::base |
Definition at line 312 of file pe_reactive_sample.c.
| struct doca_dma* pe_reactive_sample_state::dma |
Definition at line 76 of file pe_reactive_sample.c.
| struct doca_ctx* pe_reactive_sample_state::dma_ctx |
Definition at line 77 of file pe_reactive_sample.c.
| bool pe_reactive_sample_state::run_pe_progress |
Definition at line 79 of file pe_reactive_sample.c.
| struct doca_dma_task_memcpy* pe_reactive_sample_state::tasks[NUM_TASKS] |
Definition at line 78 of file pe_reactive_sample.c.