Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Daha1740.c328 int ecbno, nseg; in aha1740_queuecommand_lck() local
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()
364 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
422 host->ecb[ecbno].datalen = 0; in aha1740_queuecommand_lck()
423 host->ecb[ecbno].dataptr = 0; in aha1740_queuecommand_lck()
[all …]

Completed in 3 milliseconds