Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Daha1740.c332 int ecbno, nseg; in aha1740_queuecommand_lck() local
357 ecbno = host->last_ecb_used + 1; /* An optimization */ in aha1740_queuecommand_lck()
358 if (ecbno >= AHA1740_ECBS) in aha1740_queuecommand_lck()
359 ecbno = 0; in aha1740_queuecommand_lck()
361 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
363 ecbno++; in aha1740_queuecommand_lck()
364 if (ecbno >= AHA1740_ECBS) in aha1740_queuecommand_lck()
365 ecbno = 0; in aha1740_queuecommand_lck()
366 } while (ecbno != host->last_ecb_used); in aha1740_queuecommand_lck()
368 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
[all …]