Home
last modified time | relevance | path

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

/drivers/scsi/
Daha1740.c77 struct ecb ecb[AHA1740_ECBS]; member
88 static inline struct ecb *ecb_dma_to_cpu (struct Scsi_Host *host, in ecb_dma_to_cpu()
96 return (struct ecb *)(((char *) hdata->ecb) + (unsigned int) offset); in ecb_dma_to_cpu()
104 offset = (char *) cpu - (char *) hdata->ecb; in ecb_cpu_to_dma()
232 struct ecb *ecbptr; in aha1740_intr_handle()
298 memset(ecbptr,0,sizeof(struct ecb)); in aha1740_intr_handle()
371 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
378 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
381 host->ecb[ecbno].cmdw = AHA1740CMD_INIT; /* SCSI Initiator Command in aha1740_queuecommand_lck()
391 host->ecb[ecbno].cdblen = SCpnt->cmd_len; /* SCSI Command in aha1740_queuecommand_lck()
[all …]
Daha1740.h104 struct ecb { /* Enhanced Control Block 6.1 */ struct