Home
last modified time | relevance | path

Searched refs:MAX_LUN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A Dnsp32.h448 #define NSP32_SG_TABLE_SIZE (sizeof(nsp32_sgtable) * NSP32_SG_SIZE * MAX_TARGET * MAX_LUN)
503 #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 DFlashPoint.c175 #define MAX_LUN 32 macro
221 unsigned char LunDiscQ_Idx[MAX_LUN];
222 unsigned char TarLUNBusy[MAX_LUN];
1481 if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) { in FlashPoint_StartCCB()
2182 for (lun = 0; lun < MAX_LUN; lun++) { in FPT_SccbMgrTableInitTarget()
3879 if ((p_sccb->TargID >= MAX_SCSI_TAR) || (p_sccb->Lun >= MAX_LUN)) { in FPT_sinits()
6654 for (lun = 0; lun < MAX_LUN; lun++) { in FPT_queueSearchSelect()
H A Dncr53c8xx.c940 #define MAX_LUN SCSI_NCR_MAX_LUN macro
942 #define MAX_LUN (1) macro
1192 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
4103 (sdev->lun >= MAX_LUN )) { in ncr_queue_command()
4626 for (lun = 0 ; lun < MAX_LUN ; lun++) { in ncr_detach()
H A Dnsp32.c940 if (SCpnt->device->lun >= MAX_LUN) { in nsp32_queuecommand_lck()