Lines Matching defs:config

99 				struct hpt_iop_request_get_config *config);
101 struct hpt_iop_request_get_config *config);
103 struct hpt_iop_request_get_config *config);
105 struct hpt_iop_request_set_config *config);
107 struct hpt_iop_request_set_config *config);
109 struct hpt_iop_request_set_config *config);
918 struct hpt_iop_request_get_config * config)
922 config->header.size = sizeof(struct hpt_iop_request_get_config);
923 config->header.type = IOP_REQUEST_TYPE_GET_CONFIG;
924 config->header.flags = IOP_REQUEST_FLAG_SYNC_REQUEST;
925 config->header.result = IOP_RESULT_PENDING;
926 config->header.context = 0;
933 req32, (u_int32_t *)config,
937 KdPrint(("hptiop: get config send cmd failed"));
942 req32, (u_int32_t *)config,
951 struct hpt_iop_request_get_config * config)
965 KdPrint(("hptiop: get config send cmd failed"));
969 *config = *req;
974 struct hpt_iop_request_get_config * config)
976 struct hpt_iop_request_get_config *info = hba->u.mvfrey.config;
986 config->interface_version = info->interface_version;
987 config->firmware_version = info->firmware_version;
988 config->max_requests = info->max_requests;
989 config->request_size = info->request_size;
990 config->max_sg_count = info->max_sg_count;
991 config->data_transfer_length = info->data_transfer_length;
992 config->alignment_mask = info->alignment_mask;
993 config->max_devices = info->max_devices;
994 config->sdram_size = info->sdram_size;
997 config->max_requests, config->request_size,
998 config->data_transfer_length, config->max_devices,
999 config->sdram_size));
1005 struct hpt_iop_request_set_config *config)
1014 config->header.size = sizeof(struct hpt_iop_request_set_config);
1015 config->header.type = IOP_REQUEST_TYPE_SET_CONFIG;
1016 config->header.flags = IOP_REQUEST_FLAG_SYNC_REQUEST;
1017 config->header.result = IOP_RESULT_PENDING;
1018 config->header.context = 0;
1021 (u_int32_t *)config,
1025 KdPrint(("hptiop: set config send cmd failed"));
1035 struct hpt_iop_request_set_config *config)
1043 (u_int8_t *)config + sizeof(struct hpt_iop_request_header),
1054 KdPrint(("hptiop: set config send cmd failed"));
1062 struct hpt_iop_request_set_config *config)
1070 (u_int8_t *)config + sizeof(struct hpt_iop_request_header),
1079 KdPrint(("hptiop: set config send cmd failed"));
1504 hba->u.mvfrey.config = (struct hpt_iop_request_get_config *)
1507 if (!hba->u.mvfrey.config) {
1935 device_printf(dev, "get iop config failed.\n");
2041 device_printf(dev, "set iop config failed.\n");