Home
last modified time | relevance | path

Searched refs:BLIST_NOREPORTLUN (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dscsi_devinfo.c123 {"transtec", "T5008", "0001", BLIST_NOREPORTLUN },
139 {"BROWNIE", "1200U3P", NULL, BLIST_NOREPORTLUN},
140 {"BROWNIE", "1600U3P", NULL, BLIST_NOREPORTLUN},
165 {"easyRAID", "16P", NULL, BLIST_NOREPORTLUN},
166 {"easyRAID", "X6P", NULL, BLIST_NOREPORTLUN},
167 {"easyRAID", "F8", NULL, BLIST_NOREPORTLUN},
188 {"HP", "C5713A", NULL, BLIST_NOREPORTLUN},
253 {"Tornado-", "F4", "*", BLIST_NOREPORTLUN},
261 {"WDC WD25", "00JB-00FUA0", NULL, BLIST_NOREPORTLUN},
Dscsi_scan.c838 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun()
1318 if (bflags & BLIST_NOREPORTLUN) in scsi_report_lun_scan()
/linux-4.4.14/include/scsi/
Dscsi_devinfo.h26 #define BLIST_NOREPORTLUN 0x40000 /* don't try REPORT_LUNS scan (SCSI-3 devs) */ macro
/linux-4.4.14/drivers/scsi/bfa/
Dbfad_im.h181 u32 scan_flags = BLIST_NOREPORTLUN | BLIST_SPARSELUN; \
Dbfad_im.c959 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()