Searched refs:blist_flags_t (Results 1 – 8 of 8) 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 | 20 typedef __u64 __bitwise blist_flags_t; typedef 156 blist_flags_t sdev_bflags; /* black/white flags as also found in
|
/linux/drivers/scsi/ |
H A D | scsi_devinfo.c | 25 blist_flags_t flags; 37 static blist_flags_t scsi_default_dev_flags; 53 blist_flags_t flags; 327 char *strflags, blist_flags_t flags) in scsi_dev_info_list_add() 353 char *strflags, blist_flags_t flags, in scsi_dev_info_list_add_keyed() 382 flags = (__force blist_flags_t)val; in scsi_dev_info_list_add_keyed() 579 blist_flags_t scsi_get_device_flags(struct scsi_device *sdev, in scsi_get_device_flags() 601 blist_flags_t scsi_get_device_flags_keyed(struct scsi_device *sdev, in scsi_get_device_flags_keyed()
|
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 | 646 int result_len, blist_flags_t *bflags) in scsi_probe_lun() 875 blist_flags_t *bflags, int async) in scsi_add_lun() 1175 u64 lun, blist_flags_t *bflagsp, in scsi_probe_and_add_lun() 1182 blist_flags_t bflags; in scsi_probe_and_add_lun() 1327 blist_flags_t bflags, int scsi_level, in scsi_sequential_lun_scan() 1418 static int scsi_report_lun_scan(struct scsi_target *starget, blist_flags_t bflags, in scsi_report_lun_scan() 1747 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 | 1092 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()
|