Lines Matching defs:ecbptr
218 struct ecb *ecbptr;
237 ecbptr = ecb_dma_to_cpu (host, inl(MBOXIN0(base)));
246 if (!ecbptr) {
247 printk("Aha1740 null ecbptr in interrupt (%x,%x,%x,%d)\n",
252 SCtmp = ecbptr->SCpnt;
276 ecbptr->sense,
277 sizeof(ecbptr->sense),
279 errstatus = aha1740_makecode(ecbptr->sense,ecbptr->status);
286 my_done = ecbptr->done;
287 memset(ecbptr,0,sizeof(struct ecb));