Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Daha1740.c213 struct ecb *ecbptr; in aha1740_intr_handle() local
232 ecbptr = ecb_dma_to_cpu (host, inl(MBOXIN0(base))); in aha1740_intr_handle()
241 if (!ecbptr) { in aha1740_intr_handle()
247 SCtmp = ecbptr->SCpnt; in aha1740_intr_handle()
269 memcpy(SCtmp->sense_buffer, ecbptr->sense, in aha1740_intr_handle()
271 errstatus = aha1740_makecode(ecbptr->sense,ecbptr->status); in aha1740_intr_handle()
278 my_done = ecbptr->done; in aha1740_intr_handle()
279 memset(ecbptr,0,sizeof(struct ecb)); in aha1740_intr_handle()
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-1997936 * aha1740.c: Print out warning about NULL ecbptr.