Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c755 s32 lastNdx; // compute previous producer index in cpqfcTSPutLinkQue() local
757 lastNdx = fcLQ->producer - 1; in cpqfcTSPutLinkQue()
759 lastNdx = FC_LINKQ_DEPTH - 1; in cpqfcTSPutLinkQue()
762 if (fcLQ->Qitem[lastNdx].Type == FMINIT) { in cpqfcTSPutLinkQue()