Home
last modified time | relevance | path

Searched refs:BLIST_MAX5LUN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_devinfo.h24 #define BLIST_MAX5LUN ((__force blist_flags_t)(1ULL << 7)) macro
/openbmc/linux/drivers/scsi/
H A Dscsi_devinfo.c200 {"LASOUND", "CDX7405", "3.10", BLIST_MAX5LUN | BLIST_SINGLELUN},
228 {"REGAL", "CDC-4X", NULL, BLIST_MAX5LUN | BLIST_SINGLELUN},
H A Dscsi_scan.c1355 if (bflags & BLIST_MAX5LUN) in scsi_sequential_lun_scan()