Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Daha1542.c239 struct aha1542_hostdata *aha1542 = shost_priv(sh); in aha1542_interrupt() local
246 struct mailbox *mb = aha1542->mb; in aha1542_interrupt()
247 struct ccb *ccb = aha1542->ccb; in aha1542_interrupt()
286 mbi = aha1542->aha1542_last_mbi_used + 1; in aha1542_interrupt()
296 } while (mbi != aha1542->aha1542_last_mbi_used); in aha1542_interrupt()
309 aha1542->aha1542_last_mbi_used = mbi; in aha1542_interrupt()
324 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
363 aha1542->int_cmds[mbo] = NULL; /* This effectively frees up the mailbox slot, as in aha1542_interrupt()
372 struct aha1542_hostdata *aha1542 = shost_priv(sh); in aha1542_queuecommand() local
379 struct mailbox *mb = aha1542->mb; in aha1542_queuecommand()
[all …]
DMakefile67 obj-$(CONFIG_SCSI_AHA1542) += aha1542.o
DKconfig449 may have to change some settings in <file:drivers/scsi/aha1542.h>.
452 module will be called aha1542.
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-1997393 * qlogic.c, buslogic.c, aha1542.c: Include linux/module.h.
415 * aha1542.c(aha1542_intr_handle): Use arguments handed down to find
444 * aha1542.c, buslogic.c: Clean up interrupt handler a little now
597 * aha1542.c:
762 * aha1542.c: Spelling.
785 * aha1542.[c,h]: Likewise.
805 * aha1542.c: Add support for command line options with lilo to set
1062 * aha1542.c: Move test for shost before we start to use shost.
1064 * aha1542.c, aha1740.c, ultrastor.c, wd7000.c: Use new
1087 * aha1542.c: Reset mailbox status after a bus device reset.
[all …]
Dscsi-parameters.txt21 aha1542= [HW,SCSI]
/linux-4.1.27/
DCREDITS3491 D: Device driver hacker (aha1542 & plip)