Searched refs:BLIST_REPORTLUN2 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/ |
A D | scsi_devinfo.c | 134 {"3PARdata", "VV", NULL, BLIST_REPORTLUN2}, 148 BLIST_MAX_512 | BLIST_REPORTLUN2}, /* Compaq RA4x00 */ 155 {"DEC", "HSG80", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD}, 165 BLIST_REPORTLUN2 | BLIST_RETRY_ITF}, 175 {"HITACHI", "DF400", "*", BLIST_REPORTLUN2}, 176 {"HITACHI", "DF500", "*", BLIST_REPORTLUN2}, 177 {"HITACHI", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2}, 187 {"HP", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2}, 209 {"MYLEX", "DACARMRB", "*", BLIST_REPORTLUN2}, 214 {"NEC", "iStorage", NULL, BLIST_REPORTLUN2}, [all …]
|
A D | scsi_scan.c | 875 if ((*bflags & BLIST_REPORTLUN2) == 0) in scsi_add_lun() 1359 (!(bflags & BLIST_REPORTLUN2) || shost->max_lun <= 8)) in scsi_report_lun_scan()
|
A D | storvsc_drv.c | 1605 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
|
/linux/include/scsi/ |
A D | scsi_devinfo.h | 40 #define BLIST_REPORTLUN2 ((__force blist_flags_t)(1ULL << 17)) macro
|
Completed in 13 milliseconds