Searched refs:harq_combined_input (Results 1 – 6 of 6) sorted by relevance
452 struct rte_bbdev_op_data harq_combined_input; member
1464 struct rte_mbuf *harq_in = dec->harq_combined_input.data; in enqueue_ldpc_dec_one_op_cb()1466 harq_in_length = dec->harq_combined_input.length; in enqueue_ldpc_dec_one_op_cb()1467 uint32_t harq_in_offset = dec->harq_combined_input.offset; in enqueue_ldpc_dec_one_op_cb()1519 harq_in_length = RTE_MIN(dec->harq_combined_input.length, in enqueue_ldpc_dec_one_op_cb()1537 harq_offset = dec->harq_combined_input.offset; in enqueue_ldpc_dec_one_op_cb()
1342 harq_in_length = op->ldpc_dec.harq_combined_input.length; in acc100_fcw_ld_fill()1846 dec->harq_combined_input.offset; in acc100_dma_desc_ld_fill()1853 op->ldpc_dec.harq_combined_input.data, in acc100_dma_desc_ld_fill()1854 op->ldpc_dec.harq_combined_input.offset, in acc100_dma_desc_ld_fill()1926 struct rte_bbdev_op_data hi = op->ldpc_dec.harq_combined_input; in acc100_dma_desc_ld_update()2751 uint16_t harq_in_length = op->ldpc_dec.harq_combined_input.length; in harq_loopback()2774 op->ldpc_dec.harq_combined_input.offset : in harq_loopback()2833 op->ldpc_dec.harq_combined_input.data, in harq_loopback()2834 op->ldpc_dec.harq_combined_input.offset, in harq_loopback()2840 op->ldpc_dec.harq_combined_input.offset; in harq_loopback()
1699 ops[i]->ldpc_dec.harq_combined_input = in copy_reference_ldpc_dec_op()2204 op->ldpc_dec.harq_combined_input.length += in create_reference_ldpc_dec_op()2487 ops[j]->ldpc_dec.harq_combined_input.offset = in retrieve_harq_ddr()2492 ops[j]->ldpc_dec.harq_combined_input.length = in retrieve_harq_ddr()2529 save_hc_in[j] = ops[j]->ldpc_dec.harq_combined_input; in preload_harq_ddr()2539 ops[j]->ldpc_dec.harq_combined_input.offset = 0; in preload_harq_ddr()2551 ops[j]->ldpc_dec.harq_combined_input = save_hc_in[j]; in preload_harq_ddr()2559 ops[j]->ldpc_dec.harq_combined_input.offset in preload_harq_ddr()
1408 dec->harq_combined_input.length, in process_ldpc_dec_cb()1640 struct rte_mbuf *m_harq_in = dec->harq_combined_input.data; in enqueue_ldpc_dec_one_op()1646 uint16_t harq_in_offset = dec->harq_combined_input.offset; in enqueue_ldpc_dec_one_op()
957 struct rte_bbdev_op_data harq_combined_input;