Home
last modified time | relevance | path

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

/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c570 struct bblib_turbo_encoder_response turbo_resp; in process_enc_cb() local
702 turbo_resp.output_win_0 = out0; in process_enc_cb()
703 turbo_resp.output_win_1 = out1; in process_enc_cb()
704 turbo_resp.output_win_2 = out2; in process_enc_cb()
710 if (bblib_turbo_encoder(&turbo_req, &turbo_resp) != 0) { in process_enc_cb()
1232 struct bblib_turbo_decoder_response turbo_resp; in process_dec_cb() local
1320 turbo_resp.ag_buf = q->ag; in process_dec_cb()
1321 turbo_resp.cb_buf = q->code_block; in process_dec_cb()
1322 turbo_resp.output = out; in process_dec_cb()
1328 iter_cnt = bblib_turbo_decoder(&turbo_req, &turbo_resp); in process_dec_cb()