fw_la_bulk_req
qat_msg_cmn_hdr_populate(struct fw_la_bulk_req *msg, bus_addr_t desc_paddr,
qat_msg_service_cmd_populate(struct fw_la_bulk_req *msg, enum fw_la_cmd_id cmdid,
qat_msg_req_params_populate(struct fw_la_bulk_req *msg,
qat_msg_params_populate(struct fw_la_bulk_req *msg,
struct fw_la_bulk_req *req_cache;
req_cache = (struct fw_la_bulk_req *)desc->qcd_req_cache;
struct fw_la_bulk_req *bulk_req;
bulk_req = (struct fw_la_bulk_req *)qsbc->qsbc_msg;
void qat_msg_cmn_hdr_populate(struct fw_la_bulk_req *, bus_addr_t,
void qat_msg_service_cmd_populate(struct fw_la_bulk_req *,
void qat_msg_req_params_populate(struct fw_la_bulk_req *, bus_addr_t,
void qat_msg_params_populate(struct fw_la_bulk_req *,
struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice)
struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice)
struct fw_la_bulk_req *req)
struct fw_la_bulk_req *req_tmpl;
req_tmpl = (struct fw_la_bulk_req *)desc->qcd_req_cache;
memset(req_tmpl, 0, sizeof(struct fw_la_bulk_req));
struct fw_la_bulk_req *bulk_req;
bulk_req = (struct fw_la_bulk_req *)qsbc->qsbc_msg;
memcpy(bulk_req, desc->qcd_req_cache, sizeof(struct fw_la_bulk_req));
union hw_cipher_algo_blk *, uint32_t, struct fw_la_bulk_req *,
union hw_auth_algo_blk *, uint32_t, struct fw_la_bulk_req *,
struct fw_la_bulk_req *);