Searched refs:harq_out (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 1377 uint8_t *in, *out, *harq_in, *harq_out, *adapter_input; in process_ldpc_dec_cb() local 1517 harq_out = NULL; in process_ldpc_dec_cb() 1524 harq_out = (uint8_t *)mbuf_append(m_harq_out_head, in process_ldpc_dec_cb() 1527 if (harq_out == NULL) { in process_ldpc_dec_cb() 1533 harq_out = rte_pktmbuf_mtod_offset(m_harq_out, uint8_t *, in process_ldpc_dec_cb() 1535 rte_memcpy(harq_out, derm_req.p_harq, deRmOutSize); in process_ldpc_dec_cb()
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 500 struct op_data_entries *harq_out = in create_mempools() local 593 if (harq_out->nb_segments > 0) { in create_mempools() 595 harq_out->nb_segments); in create_mempools() 1982 if (harq_out[jj] != in validate_op_harq_chain() 1985 jj, harq_out[jj], in validate_op_harq_chain() 1995 harq_out[jj] = (harq_out[jj] + 1) in validate_op_harq_chain() 2003 if (harq_orig[j] != harq_out[jj]) { in validate_op_harq_chain() 2004 error = (harq_orig[j] > harq_out[jj]) ? in validate_op_harq_chain() 2005 harq_orig[j] - harq_out[jj] : in validate_op_harq_chain() 2006 harq_out[jj] - harq_orig[j]; in validate_op_harq_chain() [all …]
|
| /dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 1466 struct rte_mbuf *harq_out = dec->harq_combined_output.data; in enqueue_ldpc_dec_one_op_cb() local 1480 ret = fpga_harq_read_loopback(q->d, harq_out, in enqueue_ldpc_dec_one_op_cb()
|