Lines Matching refs:hpt_iop_request_set_config
481 struct hpt_iop_request_set_config *config) in iop_set_config_itl()
484 struct hpt_iop_request_set_config __iomem *req; in iop_set_config_itl()
490 req = (struct hpt_iop_request_set_config __iomem *) in iop_set_config_itl()
495 sizeof(struct hpt_iop_request_set_config) - in iop_set_config_itl()
500 writel(sizeof(struct hpt_iop_request_set_config), &req->header.size); in iop_set_config_itl()
513 struct hpt_iop_request_set_config *config) in iop_set_config_mv()
515 struct hpt_iop_request_set_config *req = hba->u.mv.internal_req; in iop_set_config_mv()
517 memcpy(req, config, sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mv()
521 cpu_to_le32(sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mv()
535 struct hpt_iop_request_set_config *config) in iop_set_config_mvfrey()
537 struct hpt_iop_request_set_config *req = in iop_set_config_mvfrey()
540 memcpy(req, config, sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mvfrey()
544 cpu_to_le32(sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mvfrey()
1292 struct hpt_iop_request_set_config set_config; in hptiop_probe()
1412 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config)); in hptiop_probe()