Searched refs:BLIST_NOSTARTONADD (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsi_devinfo.c | 151 {"COMPAQ", "MSA1000", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD}, 152 {"COMPAQ", "MSA1000 VOLUME", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD}, 153 {"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD}, 155 {"DEC", "HSG80", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD}, 183 {"HP", "HSV100", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
|
H A D | scsi_scan.c | 1009 if (*bflags & BLIST_NOSTARTONADD) in scsi_add_lun()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_devinfo.h | 34 #define BLIST_NOSTARTONADD ((__force blist_flags_t)(1ULL << 12)) macro
|