Searched refs:BLIST_NOREPORTLUN (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/ |
H A D | scsi_devinfo.c | 122 {"transtec", "T5008", "0001", BLIST_NOREPORTLUN }, 139 {"BROWNIE", "1200U3P", NULL, BLIST_NOREPORTLUN}, 140 {"BROWNIE", "1600U3P", NULL, BLIST_NOREPORTLUN}, 166 {"easyRAID", "16P", NULL, BLIST_NOREPORTLUN}, 167 {"easyRAID", "X6P", NULL, BLIST_NOREPORTLUN}, 168 {"easyRAID", "F8", NULL, BLIST_NOREPORTLUN}, 185 {"HP", "C5713A", NULL, BLIST_NOREPORTLUN}, 254 {"Tornado-", "F4", "*", BLIST_NOREPORTLUN}, 262 {"WDC WD25", "00JB-00FUA0", NULL, BLIST_NOREPORTLUN},
|
H A D | scsi_scan.c | 948 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun() 1462 if (bflags & BLIST_NOREPORTLUN) in scsi_report_lun_scan()
|
/linux/include/scsi/ |
H A D | scsi_devinfo.h | 43 #define BLIST_NOREPORTLUN ((__force blist_flags_t)(1ULL << 18)) macro
|
/linux/drivers/scsi/bfa/ |
H A D | bfad_im.c | 970 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_sdev_init()
|
H A D | bfad_bsg.c | 2550 const blist_flags_t scan_flags = BLIST_NOREPORTLUN | BLIST_SPARSELUN; in bfad_reset_sdev_bflags()
|