Lines Matching refs:hpt_iop_request_set_config
473 struct hpt_iop_request_set_config *config) in iop_set_config_itl()
476 struct hpt_iop_request_set_config __iomem *req; in iop_set_config_itl()
482 req = (struct hpt_iop_request_set_config __iomem *) in iop_set_config_itl()
487 sizeof(struct hpt_iop_request_set_config) - in iop_set_config_itl()
492 writel(sizeof(struct hpt_iop_request_set_config), &req->header.size); in iop_set_config_itl()
505 struct hpt_iop_request_set_config *config) in iop_set_config_mv()
507 struct hpt_iop_request_set_config *req = hba->u.mv.internal_req; in iop_set_config_mv()
509 memcpy(req, config, sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mv()
513 cpu_to_le32(sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mv()
527 struct hpt_iop_request_set_config *config) in iop_set_config_mvfrey()
529 struct hpt_iop_request_set_config *req = in iop_set_config_mvfrey()
532 memcpy(req, config, sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mvfrey()
536 cpu_to_le32(sizeof(struct hpt_iop_request_set_config)); in iop_set_config_mvfrey()
1278 struct hpt_iop_request_set_config set_config; in hptiop_probe()
1402 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config)); in hptiop_probe()