Searched refs:blist_flags_t (Results 1 – 7 of 7) sorted by relevance
| /linux/include/scsi/ |
| H A D | scsi_devinfo.h | 9 #define BLIST_NOLUN ((__force blist_flags_t)(1ULL << 0)) 12 #define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1)) 14 #define BLIST_BORKEN ((__force blist_flags_t)(1ULL << 2)) 16 #define BLIST_KEY ((__force blist_flags_t)(1ULL << 3)) 18 #define BLIST_SINGLELUN ((__force blist_flags_t)(1ULL << 4)) 20 #define BLIST_NOTQ ((__force blist_flags_t)(1ULL << 5)) 22 #define BLIST_SPARSELUN ((__force blist_flags_t)(1ULL << 6)) 24 #define BLIST_MAX5LUN ((__force blist_flags_t)(1ULL << 7)) 26 #define BLIST_ISROM ((__force blist_flags_t)(1ULL << 8)) 28 #define BLIST_LARGELUN ((__force blist_flags_t)(1ULL << 9)) [all …]
|
| H A D | scsi_device.h | 21 typedef __u64 __bitwise blist_flags_t; typedef 157 blist_flags_t sdev_bflags; /* black/white flags as also found in
|
| /linux/drivers/scsi/ |
| H A D | scsi_priv.h | 71 extern blist_flags_t scsi_get_device_flags(struct scsi_device *sdev, 74 extern blist_flags_t scsi_get_device_flags_keyed(struct scsi_device *sdev, 80 blist_flags_t flags,
|
| H A D | scsi_scan.c | 647 int result_len, blist_flags_t *bflags) in scsi_probe_lun() 881 blist_flags_t *bflags, int async) in scsi_add_lun() 1194 u64 lun, blist_flags_t *bflagsp, in scsi_probe_and_add_lun() 1202 blist_flags_t bflags; in scsi_probe_and_add_lun() 1354 blist_flags_t bflags, int scsi_level, in scsi_sequential_lun_scan() 1447 struct scsi_target *starget, blist_flags_t bflags, in scsi_report_lun_scan() 1777 blist_flags_t bflags = 0; in __scsi_scan_target()
|
| H A D | scsi_transport_spi.c | 41 SPI_BLIST_NOIUS = (__force blist_flags_t)0x1, 48 blist_flags_t flags; 216 blist_flags_t bflags; in spi_device_configure()
|
| H A D | scsi_sysfs.c | 1088 if (!(sdev->sdev_bflags & (__force blist_flags_t)BIT(i))) in sdev_show_blacklist()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_bsg.c | 2550 const blist_flags_t scan_flags = BLIST_NOREPORTLUN | BLIST_SPARSELUN; in bfad_reset_sdev_bflags()
|