Searched refs:deRmOutSize (Results 1 – 2 of 2) sorted by relevance
1377 int16_t deRmOutSize, numRows; in process_ldpc_dec_cb() local1432 deRmOutSize = RTE_MIN( in process_ldpc_dec_cb()1438 deRmOutSize = RTE_MAX(deRmOutSize, in process_ldpc_dec_cb()1441 numRows = ((deRmOutSize + dec->n_filler + dec->z_c - 1) / dec->z_c) in process_ldpc_dec_cb()1463 dec_req.numChannelLlrs = deRmOutSize; in process_ldpc_dec_cb()1508 m_harq_out, deRmOutSize); in process_ldpc_dec_cb()1518 rte_memcpy(harq_out, derm_req.p_harq, deRmOutSize); in process_ldpc_dec_cb()1519 dec->harq_combined_output.length += deRmOutSize; in process_ldpc_dec_cb()
1866 uint16_t deRmOutSize = RTE_MIN( in compute_harq_len() local1871 uint16_t numRows = ((deRmOutSize + ops_ld->z_c - 1) in compute_harq_len()1921 uint16_t deRmOutSize = compute_harq_len(ops_ld) - in validate_op_harq_chain() local1923 if (data_len > deRmOutSize) in validate_op_harq_chain()1924 data_len = deRmOutSize; in validate_op_harq_chain()