Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Daha1740.c332 int ecbno, nseg; in aha1740_queuecommand_lck() local
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()
368 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
426 host->ecb[ecbno].datalen = 0; in aha1740_queuecommand_lck()
427 host->ecb[ecbno].dataptr = 0; in aha1740_queuecommand_lck()
[all …]