NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_pcc_dev_services.h File Reference
Include dependency graph for doca_pcc_dev_services.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DOCA_DPA_DEVICE
 declares that we are compiling for the DPA Device More...
 

Functions

DOCA_EXPERIMENTAL doca_pcc_dev_error_t doca_pcc_dev_user_mailbox_handle (void *request, uint32_t request_size, uint32_t max_response_size, void *response, uint32_t *response_size) __attribute__((weak))
 User callback to process a request from host to device. More...
 
DOCA_STABLE void doca_pcc_dev_printf (const char *format,...) __attribute__((format(printf
 Print to Host. More...
 
DOCA_STABLE void DOCA_STABLE void doca_pcc_dev_trace_5 (int format_id, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5)
 Creates trace message entry with 5 arguments. More...
 
DOCA_STABLE void doca_pcc_dev_trace_flush (void)
 Flush the trace message buffer to Host. More...
 
DOCA_EXPERIMENTAL unsigned int doca_pcc_dev_thread_rank (void)
 Obtains the thread rank. More...