Lines Matching +full:enum +full:- +full:model
1 /* SPDX-License-Identifier: GPL-2.0 */
19 #define SCSI_CMD_RETRIES_NO_LIMIT -1
22 * Error codes used by scsi-ml internally. These must not be used by drivers.
24 enum scsi_ml_status {
44 (((scmd)->sense_buffer[0] & 0x70) == 0x70)
66 enum scsi_devinfo_key {
73 const unsigned char *model);
76 const unsigned char *model,
77 enum scsi_devinfo_key key);
79 char *model, char *strflags,
81 enum scsi_devinfo_key key);
82 extern int scsi_dev_info_list_del_keyed(char *vendor, char *model,
83 enum scsi_devinfo_key key);
84 extern int scsi_dev_info_add_list(enum scsi_devinfo_key key, const char *name);
85 extern int scsi_dev_info_remove_list(enum scsi_devinfo_key key);
92 extern enum blk_eh_timer_return scsi_timeout(struct request *req);
94 extern enum scsi_disposition scsi_decide_disposition(struct scsi_cmnd *cmd);
138 unsigned int, u64, enum scsi_scan_mode);
201 * internal scsi timeout functions: for use by mid-layer and transport