Lines Matching refs:error
71 * Returns zero if unsuccessful or an error if the requested
207 * 0 on success / != 0 for error
213 int error = -EINVAL;
228 error = scsi_init_sense_cache(shost);
229 if (error)
232 error = scsi_mq_setup_tags(shost);
233 if (error)
253 error = device_add(&shost->shost_gendev);
254 if (error)
263 error = device_add(&shost->shost_dev);
264 if (error)
271 error = -ENOMEM;
284 error = -EINVAL;
289 error = scsi_sysfs_add_host(shost);
290 if (error)
295 return error;
316 return error;
495 "error handler thread failed to spawn, error = %ld\n",