Searched refs:BLIST_REPORTLUN2 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_devinfo.h24 #define BLIST_REPORTLUN2 0x20000 /* try REPORT_LUNS even for SCSI-2 devs macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_devinfo.c126 {"3PARdata", "VV", NULL, BLIST_REPORTLUN2},
138 BLIST_MAX_512 | BLIST_REPORTLUN2}, /* Compaq RA4x00 */
143 {"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
145 {"DEC", "HSG80", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
171 {"HP", "OPEN-", "*", BLIST_REPORTLUN2}, /* HP XP Arrays */
173 {"HP", "HSV100", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
200 {"MYLEX", "DACARMRB", "*", BLIST_REPORTLUN2},
205 {"NEC", "iStorage", NULL, BLIST_REPORTLUN2},
219 {"SGI", "TP9100", "*", BLIST_REPORTLUN2},
H A Dscsi_scan.c725 * BLIST_NOREPORTLUN unless BLIST_REPORTLUN2 is
727 if ((*bflags & BLIST_REPORTLUN2) == 0)
745 * BLIST_NOREPORTLUN unless BLIST_REPORTLUN2 is
747 if ((*bflags & BLIST_REPORTLUN2) == 0)
1250 * Also allow SCSI-2 if BLIST_REPORTLUN2 is set and host adapter does
1259 (!(bflags & BLIST_REPORTLUN2) || shost->max_lun <= 8))

Completed in 32 milliseconds