Home
last modified time | relevance | path

Searched refs:hpt_iop_request_get_config (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhptiop.h178 struct hpt_iop_request_get_config { struct
283 struct hpt_iop_request_get_config __iomem *config;
354 struct hpt_iop_request_get_config *config);
H A Dhptiop.c401 struct hpt_iop_request_get_config *config) in iop_get_config_itl()
404 struct hpt_iop_request_get_config __iomem *req; in iop_get_config_itl()
410 req = (struct hpt_iop_request_get_config __iomem *) in iop_get_config_itl()
415 writel(sizeof(struct hpt_iop_request_get_config), &req->header.size); in iop_get_config_itl()
429 struct hpt_iop_request_get_config *config) in iop_get_config_mv()
431 struct hpt_iop_request_get_config *req = hba->u.mv.internal_req; in iop_get_config_mv()
436 cpu_to_le32(sizeof(struct hpt_iop_request_get_config)); in iop_get_config_mv()
446 memcpy(config, req, sizeof(struct hpt_iop_request_get_config)); in iop_get_config_mv()
451 struct hpt_iop_request_get_config *config) in iop_get_config_mvfrey()
453 struct hpt_iop_request_get_config *info = hba->u.mvfrey.config; in iop_get_config_mvfrey()
[all …]