DPDK  22.11.5
Data Fields
rte_bbdev_op_cap_fft Struct Reference

#include <rte_bbdev_op.h>

Data Fields

uint32_t capability_flags
 
uint16_t num_buffers_src
 
uint16_t num_buffers_dst
 

Detailed Description

List of the capabilities for the FFT.

Definition at line 839 of file rte_bbdev_op.h.

Field Documentation

◆ capability_flags

uint32_t capability_flags

Flags from rte_bbdev_op_fft_flag_bitmasks.

Definition at line 841 of file rte_bbdev_op.h.

◆ num_buffers_src

uint16_t num_buffers_src

Number of input code block buffers.

Definition at line 843 of file rte_bbdev_op.h.

◆ num_buffers_dst

uint16_t num_buffers_dst

Number of output code block buffers.

Definition at line 845 of file rte_bbdev_op.h.


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