hpt_iop_request_set_config
struct hpt_iop_request_set_config set_config;
memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config));
struct hpt_iop_request_set_config *config)
struct hpt_iop_request_set_config __iomem *req;
req = (struct hpt_iop_request_set_config __iomem *)
sizeof(struct hpt_iop_request_set_config) -
writel(sizeof(struct hpt_iop_request_set_config), &req->header.size);
struct hpt_iop_request_set_config *config)
struct hpt_iop_request_set_config *req = hba->u.mv.internal_req;
memcpy(req, config, sizeof(struct hpt_iop_request_set_config));
cpu_to_le32(sizeof(struct hpt_iop_request_set_config));
struct hpt_iop_request_set_config *config)
struct hpt_iop_request_set_config *req =
memcpy(req, config, sizeof(struct hpt_iop_request_set_config));
cpu_to_le32(sizeof(struct hpt_iop_request_set_config));
struct hpt_iop_request_set_config *config);