rte_bbdev_enc_op - Man Page
Synopsis
#include <rte_bbdev_op.h>
Data Fields
int status
struct rte_mempool * mempool
void * opaque_data
Detailed Description
Structure specifying a single encode operation
Definition at line 947 of file rte_bbdev_op.h.
Field Documentation
int status
Status of operation that was performed
Definition at line 949 of file rte_bbdev_op.h.
struct rte_mempool* mempool
Mempool which op instance is in
Definition at line 951 of file rte_bbdev_op.h.
void* opaque_data
Opaque pointer for user data
Definition at line 953 of file rte_bbdev_op.h.
struct rte_bbdev_op_turbo_enc turbo_enc
Contains turbo decoder specific parameters
Definition at line 956 of file rte_bbdev_op.h.
struct rte_bbdev_op_ldpc_enc ldpc_enc
Contains LDPC decoder specific parameters
Definition at line 958 of file rte_bbdev_op.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 23.11.0 DPDK