Searched refs:BLIST_REPORTLUN2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_devinfo.c | 134 {"3PARdata", "VV", NULL, BLIST_REPORTLUN2}, 148 BLIST_MAX_512 | BLIST_REPORTLUN2}, /* Compaq RA4x00 */ 153 {"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD}, 155 {"DEC", "HSG80", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD}, 165 BLIST_REPORTLUN2 | BLIST_RETRY_ITF}, 174 {"HITACHI", "DF400", "*", BLIST_REPORTLUN2}, 175 {"HITACHI", "DF500", "*", BLIST_REPORTLUN2}, 176 {"HITACHI", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2}, 178 {"HITACHI", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES}, 180 {"HP", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGE [all...] |
H A D | scsi_scan.c | 833 * BLIST_NOREPORTLUN unless BLIST_REPORTLUN2 is in scsi_add_lun() 835 if ((*bflags & BLIST_REPORTLUN2) == 0) in scsi_add_lun() 1271 * @bflags: Zero or a mix of BLIST_NOLUN, BLIST_REPORTLUN2, or BLIST_NOREPORTLUN 1305 * Also allow SCSI-2 if BLIST_REPORTLUN2 is set and host adapter does in scsi_report_lun_scan() 1315 (!(bflags & BLIST_REPORTLUN2) || shost->max_lun <= 8)) in scsi_report_lun_scan()
|
H A D | storvsc_drv.c | 1531 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_devinfo.c | 134 {"3PARdata", "VV", NULL, BLIST_REPORTLUN2}, 148 BLIST_MAX_512 | BLIST_REPORTLUN2}, /* Compaq RA4x00 */ 153 {"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD}, 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}, 179 {"HITACHI", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES}, 181 {"HP", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGE [all...] |
H A D | scsi_scan.c | 928 * BLIST_NOREPORTLUN unless BLIST_REPORTLUN2 is in scsi_add_lun() 930 if ((*bflags & BLIST_REPORTLUN2) == 0) in scsi_add_lun() 1381 * @bflags: Zero or a mix of BLIST_NOLUN, BLIST_REPORTLUN2, or BLIST_NOREPORTLUN 1418 * Also allow SCSI-2 if BLIST_REPORTLUN2 is set and host adapter does in scsi_report_lun_scan() 1428 (!(bflags & BLIST_REPORTLUN2) || shost->max_lun <= 8)) in scsi_report_lun_scan()
|
H A D | storvsc_drv.c | 1572 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_devinfo.h | 39 #define BLIST_REPORTLUN2 ((__force blist_flags_t)(1ULL << 17)) macro
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_devinfo.h | 41 #define BLIST_REPORTLUN2 ((__force blist_flags_t)(1ULL << 17)) macro
|
Completed in 12 milliseconds