| rte_bbdev_op_enc_ldpc_tb_params(3) | Library Functions Manual | rte_bbdev_op_enc_ldpc_tb_params(3) |
rte_bbdev_op_enc_ldpc_tb_params
#include <rte_bbdev_op.h>
uint32_t ea
uint32_t eb
uint8_t c
uint8_t r
uint8_t cab
LDPC encode transport block parameters
Definition at line 641 of file rte_bbdev_op.h.
Ea, length after rate matching in bits, r < cab. [3GPP TS38.212, section 5.4.2.1]
Definition at line 645 of file rte_bbdev_op.h.
Eb, length after rate matching in bits, r >= cab. [3GPP TS38.212, section 5.4.2.1]
Definition at line 649 of file rte_bbdev_op.h.
The total number of CBs in the TB or partial TB [1:RTE_BBDEV_LDPC_MAX_CODE_BLOCKS]
Definition at line 653 of file rte_bbdev_op.h.
The index of the first CB in the inbound mbuf data, default is 0
Definition at line 655 of file rte_bbdev_op.h.
The number of CBs that use Ea before switching to Eb, [0:63]
Definition at line 657 of file rte_bbdev_op.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |