Lines Matching refs:set_config
1278 struct hpt_iop_request_set_config set_config;
1402 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config));
1403 set_config.iop_id = cpu_to_le32(host->host_no);
1404 set_config.vbus_id = cpu_to_le16(host->host_no);
1405 set_config.max_host_request_size = cpu_to_le16(req_size);
1407 if (hba->ops->set_config(hba, &set_config)) {
1590 .set_config = iop_set_config_itl,
1609 .set_config = iop_set_config_mv,
1628 .set_config = iop_set_config_mvfrey,