Searched refs:dec_resp (Results 1 – 1 of 1) sorted by relevance
1381 struct bblib_ldpc_decoder_5gnr_response dec_resp; in process_ldpc_dec_cb() local1478 dec_resp.varNodes = (int16_t *) q->adapter_output; in process_ldpc_dec_cb()1479 dec_resp.compactedMessageBytes = q->enc_out; in process_ldpc_dec_cb()1481 bblib_ldpc_decoder_5gnr(&dec_req, &dec_resp); in process_ldpc_dec_cb()1483 dec->iter_count = RTE_MAX(dec_resp.iterationAtTermination, in process_ldpc_dec_cb()1485 if (!dec_resp.parityPassedAtTermination) in process_ldpc_dec_cb()