NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_pcc_np_dev_response_packet Struct Reference

structure for response packet More...

#include <doca_pcc_np_dev.h>

Data Fields

size_t size
 
uint8_t * data
 
struct doca_pcc_np_dev_request_packet * in
 

Detailed Description

structure for response packet

Definition at line 44 of file doca_pcc_np_dev.h.

Field Documentation

◆ data

uint8_t* doca_pcc_np_dev_response_packet::data

data buffer for user to fill

Definition at line 46 of file doca_pcc_np_dev.h.

◆ in

struct doca_pcc_np_dev_request_packet* doca_pcc_np_dev_response_packet::in

input request packet

Definition at line 47 of file doca_pcc_np_dev.h.

◆ size

size_t doca_pcc_np_dev_response_packet::size

size of data buffer

Definition at line 45 of file doca_pcc_np_dev.h.


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