Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c567 struct bblib_turbo_encoder_response turbo_resp; in process_enc_cb() local
699 turbo_resp.output_win_0 = out0; in process_enc_cb()
700 turbo_resp.output_win_1 = out1; in process_enc_cb()
701 turbo_resp.output_win_2 = out2; in process_enc_cb()
707 if (bblib_turbo_encoder(&turbo_req, &turbo_resp) != 0) { in process_enc_cb()
1223 struct bblib_turbo_decoder_response turbo_resp; in process_dec_cb() local
1311 turbo_resp.ag_buf = q->ag; in process_dec_cb()
1312 turbo_resp.cb_buf = q->code_block; in process_dec_cb()
1313 turbo_resp.output = out; in process_dec_cb()
1319 iter_cnt = bblib_turbo_decoder(&turbo_req, &turbo_resp); in process_dec_cb()