Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Dscsi_devinfo.c123 {"transtec", "T5008", "0001", BLIST_NOREPORTLUN },
140 {"BROWNIE", "1200U3P", NULL, BLIST_NOREPORTLUN},
141 {"BROWNIE", "1600U3P", NULL, BLIST_NOREPORTLUN},
167 {"easyRAID", "16P", NULL, BLIST_NOREPORTLUN},
168 {"easyRAID", "X6P", NULL, BLIST_NOREPORTLUN},
169 {"easyRAID", "F8", NULL, BLIST_NOREPORTLUN},
186 {"HP", "C5713A", NULL, BLIST_NOREPORTLUN},
255 {"Tornado-", "F4", "*", BLIST_NOREPORTLUN},
263 {"WDC WD25", "00JB-00FUA0", NULL, BLIST_NOREPORTLUN},
Dscsi_scan.c931 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun()
1422 if (bflags & BLIST_NOREPORTLUN) in scsi_report_lun_scan()
/linux-6.6.21/include/scsi/
Dscsi_devinfo.h43 #define BLIST_NOREPORTLUN ((__force blist_flags_t)(1ULL << 18)) macro
/linux-6.6.21/drivers/scsi/bfa/
Dbfad_im.c971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
Dbfad_bsg.c2553 const blist_flags_t scan_flags = BLIST_NOREPORTLUN | BLIST_SPARSELUN; in bfad_reset_sdev_bflags()