logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_bbdev_mldts_op

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_bbdev_mldts_op(3)

Detailed Description

       Structure specifying a single mldts operation

       Definition at line 995 of file rte_bbdev_op.h.

Field Documentation

intstatus
       Status of operation that was performed.

       Definition at line 997 of file rte_bbdev_op.h.

   structrte_mempool*mempool
       Mempool which op instance is in.

       Definition at line 999 of file rte_bbdev_op.h.

   void*opaque_data
       Opaque pointer for user data.

       Definition at line 1001 of file rte_bbdev_op.h.

   structrte_bbdev_op_mldtsmldts
       Contains turbo decoder specific parameters.

       Definition at line 1003 of file rte_bbdev_op.h.

Name

       rte_bbdev_mldts_op

Synopsis

       #include <rte_bbdev_op.h>

   DataFields
       int status
       struct rte_mempool * mempool
       void * opaque_data
       struct rte_bbdev_op_mldtsmldts

See Also