DPDK  24.03.0
Data Fields
rte_cryptodev_cb Struct Reference

#include <rte_cryptodev.h>

Data Fields

struct rte_cryptodev_cbnext
 
rte_cryptodev_callback_fn fn
 
void * arg
 

Detailed Description

Structure used to hold information about the callbacks to be called for a queue pair on enqueue/dequeue.

Definition at line 973 of file rte_cryptodev.h.

Field Documentation

◆ next

struct rte_cryptodev_cb* next

Pointer to next callback

Definition at line 974 of file rte_cryptodev.h.

◆ fn

Pointer to callback function

Definition at line 976 of file rte_cryptodev.h.

◆ arg

void* arg

Pointer to argument

Definition at line 978 of file rte_cryptodev.h.


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