Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Daha1740.c328 int ecbno, nseg; in aha1740_queuecommand_lck() local
353 ecbno = host->last_ecb_used + 1; /* An optimization */ in aha1740_queuecommand_lck()
354 if (ecbno >= AHA1740_ECBS) in aha1740_queuecommand_lck()
355 ecbno = 0; in aha1740_queuecommand_lck()
357 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
359 ecbno++; in aha1740_queuecommand_lck()
360 if (ecbno >= AHA1740_ECBS) in aha1740_queuecommand_lck()
361 ecbno = 0; in aha1740_queuecommand_lck()
362 } while (ecbno != host->last_ecb_used); in aha1740_queuecommand_lck()
364 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
[all …]