Searched refs:turbo_resp (Results 1 – 1 of 1) sorted by relevance
567 struct bblib_turbo_encoder_response turbo_resp; in process_enc_cb() local699 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() local1311 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()