Searched refs:BLIST_FORCELUN (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/ |
H A D | scsi_devinfo.c | 134 {"ADAPTEC", "AACRAID", NULL, BLIST_FORCELUN}, 135 {"ADAPTEC", "Adaptec 5400S", NULL, BLIST_FORCELUN}, 137 {"AFT PRO", "-IX CF", "0.0>", BLIST_FORCELUN}, 138 {"BELKIN", "USB 2 HS-CF", "1.95", BLIST_FORCELUN | BLIST_INQUIRY_36}, 142 {"CBOX3", "USB Storage-SMC", "300A", BLIST_FORCELUN | BLIST_INQUIRY_36}, 148 {"COMPAQ", "LOGICAL VOLUME", NULL, BLIST_FORCELUN | BLIST_MAX_512}, /* Compaq RA4x00 */ 149 {"COMPAQ", "CR3500", NULL, BLIST_FORCELUN}, 159 {"DELL", "PERCRAID", NULL, BLIST_FORCELUN}, 171 {"Generic", "USB SD Reader", "1.00", BLIST_FORCELUN | BLIST_INQUIRY_36}, 172 {"Generic", "USB Storage-SMC", NULL, BLIST_FORCELUN | BLIST_INQUIRY_36}, /* FW: 0180 and 0207 */ [all …]
|
H A D | scsi_scan.c | 1370 if (bflags & BLIST_FORCELUN) in scsi_sequential_lun_scan()
|
/linux/include/scsi/ |
H A D | scsi_devinfo.h | 12 #define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1)) macro
|
/linux/drivers/usb/storage/ |
H A D | scsiglue.c | 80 sdev->sdev_bflags |= BLIST_FORCELUN; in sdev_init()
|