hpt_iop_request_get_config
struct hpt_iop_request_get_config iop_config;
struct hpt_iop_request_get_config *config)
struct hpt_iop_request_get_config __iomem *req;
req = (struct hpt_iop_request_get_config __iomem *)
writel(sizeof(struct hpt_iop_request_get_config), &req->header.size);
struct hpt_iop_request_get_config *config)
struct hpt_iop_request_get_config *req = hba->u.mv.internal_req;
cpu_to_le32(sizeof(struct hpt_iop_request_get_config));
memcpy(config, req, sizeof(struct hpt_iop_request_get_config));
struct hpt_iop_request_get_config *config)
struct hpt_iop_request_get_config *info = hba->u.mvfrey.config;
if (info->header.size != sizeof(struct hpt_iop_request_get_config) ||
struct hpt_iop_request_get_config __iomem *config;
struct hpt_iop_request_get_config *config);