Scroll to navigation

rte_cryptodev_cb(3) DPDK rte_cryptodev_cb(3)

NAME

rte_cryptodev_cb

SYNOPSIS

#include <rte_cryptodev.h>

Data Fields


struct rte_cryptodev_cb * next
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 975 of file rte_cryptodev.h.

Field Documentation

struct rte_cryptodev_cb* next

Pointer to next callback

Definition at line 976 of file rte_cryptodev.h.

rte_cryptodev_callback_fn fn

Pointer to callback function

Definition at line 978 of file rte_cryptodev.h.

void* arg

Pointer to argument

Definition at line 980 of file rte_cryptodev.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Fri Dec 15 2023 Version 23.11.0