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_op_mldts

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_bbdev_op_mldts(3)

Detailed Description

       Operation structure for MLDTS processing.

       The output mbuf data structure is expected to be allocated by the application with enough room for the
       output data.

       Definition at line 830 of file rte_bbdev_op.h.

Field Documentation

structrte_bbdev_op_dataqhy_input
       Input data QHy from QR decomposition.

       Definition at line 832 of file rte_bbdev_op.h.

   structrte_bbdev_op_datar_input
       Input data R from QR decomposition.

       Definition at line 834 of file rte_bbdev_op.h.

   structrte_bbdev_op_dataoutput
       Output data post MLD-TS.

       Definition at line 836 of file rte_bbdev_op.h.

   uint32_top_flags
       Flags from rte_bbdev_op_MLDTS_flag_bitmasks.

       Definition at line 838 of file rte_bbdev_op.h.

   uint16_tnum_rbs
       Number of RBs.

       Definition at line 840 of file rte_bbdev_op.h.

   uint16_tnum_layers
       Number of layers 2->4.

       Definition at line 842 of file rte_bbdev_op.h.

   uint8_tq_m[RTE_BBDEV_MAX_MLD_LAYERS]
       Modulation order (2->8 QPSK to 256QAM).

       Definition at line 844 of file rte_bbdev_op.h.

   uint8_tr_rep
       Row repetition for the same R matrix - subcarriers.

       Definition at line 846 of file rte_bbdev_op.h.

   uint8_tc_rep
       Column repetition for the same R matrix - symbols.

       Definition at line 848 of file rte_bbdev_op.h.

Name

       rte_bbdev_op_mldts

Synopsis

       #include <rte_bbdev_op.h>

   DataFields
       struct rte_bbdev_op_dataqhy_input
       struct rte_bbdev_op_datar_input
       struct rte_bbdev_op_dataoutput
       uint32_t op_flags
       uint16_t num_rbs
       uint16_t num_layers
       uint8_t q_m [RTE_BBDEV_MAX_MLD_LAYERS]
       uint8_t r_rep
       uint8_t c_rep

See Also