Home
last modified time | relevance | path

Searched refs:rm_resp (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c572 struct bblib_rate_match_dl_response rm_resp; in process_enc_cb() local
773 rm_resp.output = rm_out; in process_enc_cb()
774 rm_resp.OutputLen = out_len; in process_enc_cb()
784 if (bblib_rate_match_dl(&rm_req, &rm_resp) != 0) { in process_enc_cb()
798 enc->output.length += rm_resp.OutputLen; in process_enc_cb()
854 struct bblib_LDPC_ratematch_5gnr_response rm_resp; in process_ldpc_enc_cb() local
949 rm_resp.output = q->deint_output; in process_ldpc_enc_cb()
951 if (bblib_LDPC_ratematch_5gnr(&rm_req, &rm_resp) != 0) { in process_ldpc_enc_cb()