Lines Matching refs:error
72 * Returns zero if unsuccessful or an error if the requested
217 * 0 on success / != 0 for error
223 int error = -EINVAL;
238 error = scsi_init_sense_cache(shost);
239 if (error)
254 error = scsi_mq_setup_tags(shost);
255 if (error)
271 error = device_add(&shost->shost_gendev);
272 if (error)
281 error = device_add(&shost->shost_dev);
282 if (error)
289 error = -ENOMEM;
302 error = -EINVAL;
307 error = scsi_sysfs_add_host(shost);
308 if (error)
313 return error;
335 return error;
508 "error handler thread failed to spawn, error = %ld\n",