Lines Matching defs:req_tmpl
341 struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice)
344 (struct fw_cipher_cd_ctrl_hdr *)&req_tmpl->cd_ctrl;
364 struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice)
367 (struct fw_auth_cd_ctrl_hdr *)&req_tmpl->cd_ctrl;
425 struct fw_la_bulk_req *req_tmpl;
432 req_tmpl = (struct fw_la_bulk_req *)desc->qcd_req_cache;
433 req_hdr = &req_tmpl->comn_hdr;
434 cd_pars = &req_tmpl->cd_pars;
437 memset(req_tmpl, 0, sizeof(struct fw_la_bulk_req));
438 qat_hw17_init_comn_req_hdr(desc, req_tmpl);
446 qs, desc, crie, cipher, cd_blk_offset, req_tmpl,
453 qs, desc, cria, auth, cd_blk_offset, req_tmpl,