Home
last modified time | relevance | path

Searched refs:harq_offset (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c993 uint32_t harq_offset, in fpga_dma_desc_ld_fill() argument
1017 desc->hbstroe_offset = harq_offset >> 10; in fpga_dma_desc_ld_fill()
1446 uint32_t harq_offset = 0; in enqueue_ldpc_dec_one_op_cb() local
1538 harq_offset = dec->harq_combined_input.offset; in enqueue_ldpc_dec_one_op_cb()
1540 harq_offset = dec->harq_combined_output.offset; in enqueue_ldpc_dec_one_op_cb()
1542 if ((harq_offset & 0x3FF) > 0) { in enqueue_ldpc_dec_one_op_cb()
1543 rte_bbdev_log(ERR, "Invalid HARQ offset %d", harq_offset); in enqueue_ldpc_dec_one_op_cb()
1549 harq_in_length, in_offset, out_offset, harq_offset, in enqueue_ldpc_dec_one_op_cb()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c2517 uint32_t harq_offset = (uint32_t) queue_id * HARQ_INCR * MAX_OPS; in retrieve_harq_ddr() local
2534 harq_offset; in retrieve_harq_ddr()
2536 harq_offset += HARQ_INCR; in retrieve_harq_ddr()
2564 uint32_t harq_offset = (uint32_t) queue_id * HARQ_INCR * MAX_OPS; in preload_harq_ddr() local
2584 harq_offset; in preload_harq_ddr()
2586 harq_offset += HARQ_INCR; in preload_harq_ddr()
2601 harq_offset = (uint32_t) queue_id * HARQ_INCR * MAX_OPS; in preload_harq_ddr()
2606 = harq_offset; in preload_harq_ddr()
2609 = harq_offset; in preload_harq_ddr()
2610 harq_offset += HARQ_INCR; in preload_harq_ddr()