Home
last modified time | relevance | path

Searched refs:BLIST_FORCELUN (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/scsi/
Dscsi_devinfo.c135 {"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 …]
Dscsi_scan.c1350 if (bflags & BLIST_FORCELUN) in scsi_sequential_lun_scan()
/linux-6.6.21/include/scsi/
Dscsi_devinfo.h12 #define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1)) macro
/linux-6.6.21/drivers/usb/storage/
Dscsiglue.c87 sdev->sdev_bflags |= BLIST_FORCELUN; in slave_alloc()