Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c569 struct bblib_rate_match_dl_response rm_resp; in process_enc_cb() local
770 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() local
940 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()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c876 rr = &rm->rm_resp;
1323 rr = &rm->rm_resp;
1392 rr = &rm->rm_resp;
H A Dip_proxy.h414 #define rm_resp rm_body.rb_resp macro