Lines Matching refs:hpt_iop_request_get_config
409 struct hpt_iop_request_get_config *config) in iop_get_config_itl()
412 struct hpt_iop_request_get_config __iomem *req; in iop_get_config_itl()
418 req = (struct hpt_iop_request_get_config __iomem *) in iop_get_config_itl()
423 writel(sizeof(struct hpt_iop_request_get_config), &req->header.size); in iop_get_config_itl()
437 struct hpt_iop_request_get_config *config) in iop_get_config_mv()
439 struct hpt_iop_request_get_config *req = hba->u.mv.internal_req; in iop_get_config_mv()
444 cpu_to_le32(sizeof(struct hpt_iop_request_get_config)); in iop_get_config_mv()
454 memcpy(config, req, sizeof(struct hpt_iop_request_get_config)); in iop_get_config_mv()
459 struct hpt_iop_request_get_config *config) in iop_get_config_mvfrey()
461 struct hpt_iop_request_get_config *info = hba->u.mvfrey.config; in iop_get_config_mvfrey()
463 if (info->header.size != sizeof(struct hpt_iop_request_get_config) || in iop_get_config_mvfrey()
1286 struct hpt_iop_request_get_config iop_config; in hptiop_probe()