Lines Matching refs:set_config
1283 struct hpt_iop_request_set_config set_config;
1407 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config));
1408 set_config.iop_id = cpu_to_le32(host->host_no);
1409 set_config.vbus_id = cpu_to_le16(host->host_no);
1410 set_config.max_host_request_size = cpu_to_le16(req_size);
1412 if (hba->ops->set_config(hba, &set_config)) {
1595 .set_config = iop_set_config_itl,
1614 .set_config = iop_set_config_mv,
1633 .set_config = iop_set_config_mvfrey,