Home
last modified time | relevance | path

Searched refs:harq_combined_output (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1884 dec->harq_combined_output.offset; in acc100_dma_desc_ld_fill()
1891 dec->harq_combined_output.data, in acc100_dma_desc_ld_fill()
1892 dec->harq_combined_output.offset, in acc100_dma_desc_ld_fill()
1943 op->ldpc_dec.harq_combined_output.offset; in acc100_dma_desc_ld_update()
1946 op->ldpc_dec.harq_combined_output.length = in acc100_dma_desc_ld_update()
1956 op->ldpc_dec.harq_combined_output; in acc100_dma_desc_ld_update()
2775 op->ldpc_dec.harq_combined_output.offset) in harq_loopback()
2865 op->ldpc_dec.harq_combined_output.offset; in harq_loopback()
2877 op->ldpc_dec.harq_combined_output.data, in harq_loopback()
2878 op->ldpc_dec.harq_combined_output.offset, in harq_loopback()
[all …]
/f-stack/dpdk/lib/librte_bbdev/
H A Drte_bbdev_op.h454 struct rte_bbdev_op_data harq_combined_output; member
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1465 struct rte_mbuf *harq_out = dec->harq_combined_output.data; in enqueue_ldpc_dec_one_op_cb()
1468 uint32_t harq_out_offset = dec->harq_combined_output.offset; in enqueue_ldpc_dec_one_op_cb()
1482 dec->harq_combined_output.length = harq_in_length; in enqueue_ldpc_dec_one_op_cb()
1532 dec->harq_combined_output.length = harq_out_length; in enqueue_ldpc_dec_one_op_cb()
1539 harq_offset = dec->harq_combined_output.offset; in enqueue_ldpc_dec_one_op_cb()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1702 ops[i]->ldpc_dec.harq_combined_output = in copy_reference_ldpc_dec_op()
2081 harq_output = &ops_td->harq_combined_output; in validate_ldpc_dec_op()
2489 ops[j]->ldpc_dec.harq_combined_output.offset = 0; in retrieve_harq_ddr()
2493 ops[j]->ldpc_dec.harq_combined_output.length; in retrieve_harq_ddr()
2530 save_hc_out[j] = ops[j]->ldpc_dec.harq_combined_output; in preload_harq_ddr()
2537 ops[j]->ldpc_dec.harq_combined_output.offset = in preload_harq_ddr()
2552 ops[j]->ldpc_dec.harq_combined_output = save_hc_out[j]; in preload_harq_ddr()
2562 ops[j]->ldpc_dec.harq_combined_output.offset in preload_harq_ddr()
2764 ops[i]->ldpc_dec.harq_combined_output.data); in throughput_intr_lcore_ldpc_dec()
3240 ops_enq[j]->ldpc_dec.harq_combined_output.data); in bler_pmd_lcore_ldpc_dec()
[all …]
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c1519 dec->harq_combined_output.length += deRmOutSize; in process_ldpc_dec_cb()
1641 struct rte_mbuf *m_harq_out = dec->harq_combined_output.data; in enqueue_ldpc_dec_one_op()
1642 struct rte_mbuf *m_harq_out_head = dec->harq_combined_output.data; in enqueue_ldpc_dec_one_op()
1647 uint16_t harq_out_offset = dec->harq_combined_output.offset; in enqueue_ldpc_dec_one_op()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst958 struct rte_bbdev_op_data harq_combined_output;