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_dec_ldpc_tb_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2              rte_bbdev_op_dec_ldpc_tb_params(3)

Detailed Description

       LDPC decode transport block parameters

       Definition at line 381 of file rte_bbdev_op.h.

Field Documentation

uint32_tea
       Ea, length after rate matching in bits, r < cab. [3GPP TS38.212, section 5.4.2.1]

       Definition at line 385 of file rte_bbdev_op.h.

   uint32_teb
       Eb, length after rate matching in bits, r >= cab. [3GPP TS38.212, section 5.4.2.1]

       Definition at line 389 of file rte_bbdev_op.h.

   uint8_tc
       The total number of CBs in the TB or partial TB [1:RTE_BBDEV_LDPC_MAX_CODE_BLOCKS]

       Definition at line 393 of file rte_bbdev_op.h.

   uint8_tr
       The index of the first CB in the inbound mbuf data, default is 0

       Definition at line 395 of file rte_bbdev_op.h.

   uint8_tcab
       The number of CBs that use Ea before switching to Eb, [0:63]

       Definition at line 397 of file rte_bbdev_op.h.

Name

       rte_bbdev_op_dec_ldpc_tb_params

Synopsis

       #include <rte_bbdev_op.h>

   DataFields
       uint32_t ea
       uint32_t eb
       uint8_t c
       uint8_t r
       uint8_t cab

See Also