Searched refs:MAX_LUN (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/
H A Dnsp32.h457 #define NSP32_SG_TABLE_SIZE (sizeof(nsp32_sgtable) * NSP32_SG_SIZE * MAX_TARGET * MAX_LUN)
512 #define MAX_LUN 8 /* XXX: In SPI3, max number of LUN is 64. */ macro
583 nsp32_lunt lunt[MAX_TARGET][MAX_LUN]; /* All LUN table */
H A Deata_generic.h250 __u8 MAX_LUN; /* Max number of LUNs */ member in struct:get_conf
H A Deata.c554 #define MAX_LUN 32 macro
1332 if (info.max_lun > 7 && info.max_lun < MAX_LUN)
H A Du14-34f.c494 #define MAX_LUN 8 macro
958 sh[j]->max_lun = MAX_LUN;
H A DFlashPoint.c175 #define MAX_LUN 32 macro
221 unsigned char LunDiscQ_Idx[MAX_LUN];
222 unsigned char TarLUNBusy[MAX_LUN];
1506 if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) {
2211 for (lun = 0; lun < MAX_LUN; lun++) {
3904 if ((p_sccb->TargID >= MAX_SCSI_TAR) || (p_sccb->Lun >= MAX_LUN)) {
6683 for (lun = 0; lun < MAX_LUN; lun++) {
H A Dncr53c8xx.c948 #define MAX_LUN SCSI_NCR_MAX_LUN macro
950 #define MAX_LUN (1) macro
1202 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
4140 (sdev->lun >= MAX_LUN )) {
4782 for (lun = 0 ; lun < MAX_LUN ; lun++) {
H A Dnsp32.c940 if (SCpnt->device->lun >= MAX_LUN) {

Completed in 6753 milliseconds