Searched refs:dec_resp (Results 1 – 1 of 1) sorted by relevance
1372 struct bblib_ldpc_decoder_5gnr_response dec_resp; in process_ldpc_dec_cb() local1469 dec_resp.varNodes = (int16_t *) q->adapter_output; in process_ldpc_dec_cb()1470 dec_resp.compactedMessageBytes = q->enc_out; in process_ldpc_dec_cb()1472 bblib_ldpc_decoder_5gnr(&dec_req, &dec_resp); in process_ldpc_dec_cb()1474 dec->iter_count = RTE_MAX(dec_resp.iterationAtTermination, in process_ldpc_dec_cb()1476 if (!dec_resp.parityPassedAtTermination) in process_ldpc_dec_cb()