Searched refs:BLIST_NOREPORTLUN (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_devinfo.c | 123 {"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}, 185 {"HP", "C5713A", NULL, BLIST_NOREPORTLUN}, 253 {"Tornado-", "F4", "*", BLIST_NOREPORTLUN}, 261 {"WDC WD25", "00JB-00FUA0", NULL, BLIST_NOREPORTLUN},
|
H A D | scsi_scan.c | 833 * BLIST_NOREPORTLUN unless BLIST_REPORTLUN2 is in scsi_add_lun() 836 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun() 1271 * @bflags: Zero or a mix of BLIST_NOLUN, BLIST_REPORTLUN2, or BLIST_NOREPORTLUN 1280 * If BLIST_NOREPORTLUN is set, return 1 always. 1304 * Only support SCSI-3 and up devices if BLIST_NOREPORTLUN is not set. in scsi_report_lun_scan() 1309 if (bflags & BLIST_NOREPORTLUN) in scsi_report_lun_scan()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_devinfo.c | 123 {"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},
|
H A D | scsi_scan.c | 928 * BLIST_NOREPORTLUN unless BLIST_REPORTLUN2 is in scsi_add_lun() 931 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun() 1381 * @bflags: Zero or a mix of BLIST_NOLUN, BLIST_REPORTLUN2, or BLIST_NOREPORTLUN 1390 * If BLIST_NOREPORTLUN is set, return 1 always. 1417 * Only support SCSI-3 and up devices if BLIST_NOREPORTLUN is not set. in scsi_report_lun_scan() 1422 if (bflags & BLIST_NOREPORTLUN) in scsi_report_lun_scan()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_devinfo.h | 41 #define BLIST_NOREPORTLUN ((__force blist_flags_t)(1ULL << 18)) macro
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_devinfo.h | 43 #define BLIST_NOREPORTLUN ((__force blist_flags_t)(1ULL << 18)) macro
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_im.h | 195 u32 scan_flags = BLIST_NOREPORTLUN | BLIST_SPARSELUN; \
|
H A D | bfad_im.c | 971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_im.c | 971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
|
H A D | bfad_bsg.c | 2550 const blist_flags_t scan_flags = BLIST_NOREPORTLUN | BLIST_SPARSELUN; in bfad_reset_sdev_bflags()
|
Completed in 15 milliseconds