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_turbo_tb_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2             rte_bbdev_op_dec_turbo_tb_params(3)

Detailed Description

       Turbo decode transport block parameters

       Definition at line 351 of file rte_bbdev_op.h.

Field Documentation

uint16_tk_neg
       The K- size of the input CB, in bits [40:6144], that is in the Turbo operation when r < C-, as in 3GPP TS
       36.212.

       Definition at line 355 of file rte_bbdev_op.h.

   uint16_tk_pos
       The K+ size of the input CB, in bits [40:6144], that is in the Turbo operation when r >= C-, as in 3GPP
       TS 36.212.

       Definition at line 359 of file rte_bbdev_op.h.

   uint8_tc_neg
       The number of CBs that have K- size, [0:63]

       Definition at line 361 of file rte_bbdev_op.h.

   uint8_tc
       The total number of CBs in the TB, [1:RTE_BBDEV_TURBO_MAX_CODE_BLOCKS]

       Definition at line 365 of file rte_bbdev_op.h.

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

       Definition at line 367 of file rte_bbdev_op.h.

   uint32_tea
       The E size of the CB rate matched output to use in the Turbo operation when r < cab

       Definition at line 371 of file rte_bbdev_op.h.

   uint32_teb
       The E size of the CB rate matched output to use in the Turbo operation when r >= cab

       Definition at line 375 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 377 of file rte_bbdev_op.h.

Name

       rte_bbdev_op_dec_turbo_tb_params

Synopsis

       #include <rte_bbdev_op.h>

   DataFields
       uint16_t k_neg
       uint16_t k_pos
       uint8_t c_neg
       uint8_t c
       uint8_t cab
       uint32_t ea
       uint32_t eb
       uint8_t r

See Also