| tag | line | file | source code |
| shost | 115 | drivers/scsi/aha1542.c | static int aha1542_restart(struct Scsi_Host * shost); |
| shost | 357 | drivers/scsi/aha1542.c | struct Scsi_Host * shost; |
| shost | 364 | drivers/scsi/aha1542.c | shost = aha_host[irq - 9]; |
| shost | 365 | drivers/scsi/aha1542.c | if(!shost) panic("Splunge!"); |
| shost | 367 | drivers/scsi/aha1542.c | mb = HOSTDATA(shost)->mb; |
| shost | 368 | drivers/scsi/aha1542.c | ccb = HOSTDATA(shost)->ccb; |
| shost | 372 | drivers/scsi/aha1542.c | flag = inb(INTRFLAGS(shost->io_port)); |
| shost | 379 | drivers/scsi/aha1542.c | printk("status %02x\n", inb(STATUS(shost->io_port))); |
| shost | 386 | drivers/scsi/aha1542.c | flag = inb(INTRFLAGS(shost->io_port)); |
| shost | 401 | drivers/scsi/aha1542.c | aha1542_intr_reset(shost->io_port); |
| shost | 405 | drivers/scsi/aha1542.c | mbi = HOSTDATA(shost)->aha1542_last_mbi_used + 1; |
| shost | 412 | drivers/scsi/aha1542.c | } while (mbi != HOSTDATA(shost)->aha1542_last_mbi_used); |
| shost | 421 | drivers/scsi/aha1542.c | if(needs_restart) aha1542_restart(shost); |
| shost | 428 | drivers/scsi/aha1542.c | HOSTDATA(shost)->aha1542_last_mbi_used = mbi; |
| shost | 445 | drivers/scsi/aha1542.c | SCtmp = HOSTDATA(shost)->SCint[mbo]; |
| shost | 498 | drivers/scsi/aha1542.c | HOSTDATA(shost)->SCint[mbo] = NULL; /* This effectively frees up the mailbox slot, as |
| shost | 1069 | drivers/scsi/aha1542.c | static int aha1542_restart(struct Scsi_Host * shost) |
| shost | 1078 | drivers/scsi/aha1542.c | if(HOSTDATA(shost)->SCint[i] && |
| shost | 1079 | drivers/scsi/aha1542.c | !(HOSTDATA(shost)->SCint[i]->device->soft_reset)) |
| shost | 1082 | drivers/scsi/aha1542.c | HOSTDATA(shost)->mb[i].status = 1; /* Indicate ready to restart... */ |
| shost | 1090 | drivers/scsi/aha1542.c | if (count) aha1542_out(shost->io_port, &ahacmd, 1); |