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