Searched refs:deRmOutSize (Results 1 – 2 of 2) sorted by relevance
1386 int16_t deRmOutSize, numRows; in process_ldpc_dec_cb() local1441 deRmOutSize = RTE_MIN( in process_ldpc_dec_cb()1447 deRmOutSize = RTE_MAX(deRmOutSize, in process_ldpc_dec_cb()1450 numRows = ((deRmOutSize + dec->n_filler + dec->z_c - 1) / dec->z_c) in process_ldpc_dec_cb()1472 dec_req.numChannelLlrs = deRmOutSize; in process_ldpc_dec_cb()1525 m_harq_out, deRmOutSize); in process_ldpc_dec_cb()1535 rte_memcpy(harq_out, derm_req.p_harq, deRmOutSize); in process_ldpc_dec_cb()1536 dec->harq_combined_output.length += deRmOutSize; in process_ldpc_dec_cb()
1912 uint16_t deRmOutSize = RTE_MIN( in compute_harq_len() local1917 uint16_t numRows = ((deRmOutSize + ops_ld->z_c - 1) in compute_harq_len()1967 uint16_t deRmOutSize = compute_harq_len(ops_ld) - in validate_op_harq_chain() local1969 if (data_len > deRmOutSize) in validate_op_harq_chain()1970 data_len = deRmOutSize; in validate_op_harq_chain()