Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhptiop.h186 struct hpt_iop_request_get_config { struct
291 struct hpt_iop_request_get_config __iomem *config;
362 struct hpt_iop_request_get_config *config);
Dhptiop.c409 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()
[all …]