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_fft_op

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_bbdev_fft_op(3)

Detailed Description

       Structure specifying a single FFT operation.

       Definition at line 983 of file rte_bbdev_op.h.

Field Documentation

intstatus
       Status of operation performed.

       Definition at line 985 of file rte_bbdev_op.h.

   structrte_mempool*mempool
       Mempool used for op instance.

       Definition at line 987 of file rte_bbdev_op.h.

   void*opaque_data
       Opaque pointer for user data.

       Definition at line 989 of file rte_bbdev_op.h.

   structrte_bbdev_op_fftfft
       Contains turbo decoder specific parameters.

       Definition at line 991 of file rte_bbdev_op.h.

Name

       rte_bbdev_fft_op

Synopsis

       #include <rte_bbdev_op.h>

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

See Also