Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Daha1740.c324 int ecbno, nseg; in aha1740_queuecommand_lck() local
349 ecbno = host->last_ecb_used + 1; /* An optimization */ in aha1740_queuecommand_lck()
350 if (ecbno >= AHA1740_ECBS) in aha1740_queuecommand_lck()
351 ecbno = 0; in aha1740_queuecommand_lck()
353 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
355 ecbno++; in aha1740_queuecommand_lck()
356 if (ecbno >= AHA1740_ECBS) in aha1740_queuecommand_lck()
357 ecbno = 0; in aha1740_queuecommand_lck()
358 } while (ecbno != host->last_ecb_used); in aha1740_queuecommand_lck()
360 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
[all …]