Searched refs:MAX_LUN (Results 1 – 4 of 4) sorted by relevance
448 #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. */ macro583 nsp32_lunt lunt[MAX_TARGET][MAX_LUN]; /* All LUN table */
175 #define MAX_LUN 32 macro221 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()
940 #define MAX_LUN SCSI_NCR_MAX_LUN macro942 #define MAX_LUN (1) macro1192 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()
940 if (SCpnt->device->lun >= MAX_LUN) { in nsp32_queuecommand_lck()