Searched refs:rm_resp (Results 1 – 3 of 3) sorted by relevance
569 struct bblib_rate_match_dl_response rm_resp; in process_enc_cb() local770 rm_resp.output = rm_out; in process_enc_cb()771 rm_resp.OutputLen = out_len; in process_enc_cb()781 if (bblib_rate_match_dl(&rm_req, &rm_resp) != 0) { in process_enc_cb()795 enc->output.length += rm_resp.OutputLen; in process_enc_cb()851 struct bblib_LDPC_ratematch_5gnr_response rm_resp; in process_ldpc_enc_cb() local940 rm_resp.output = q->deint_output; in process_ldpc_enc_cb()942 if (bblib_LDPC_ratematch_5gnr(&rm_req, &rm_resp) != 0) { in process_ldpc_enc_cb()
876 rr = &rm->rm_resp;1323 rr = &rm->rm_resp;1392 rr = &rm->rm_resp;
414 #define rm_resp rm_body.rb_resp macro