Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Daha1542.c281 struct aha1542_hostdata *aha1542 = shost_priv(sh); in aha1542_interrupt() local
287 struct mailbox *mb = aha1542->mb; in aha1542_interrupt()
288 struct ccb *ccb = aha1542->ccb; in aha1542_interrupt()
329 mbi = aha1542->aha1542_last_mbi_used + 1; in aha1542_interrupt()
339 } while (mbi != aha1542->aha1542_last_mbi_used); in aha1542_interrupt()
349 mbo = (scsi2int(mb[mbi].ccbptr) - (unsigned long)aha1542->ccb_handle) / sizeof(struct ccb); in aha1542_interrupt()
352 aha1542->aha1542_last_mbi_used = mbi; in aha1542_interrupt()
367 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
406 aha1542->int_cmds[mbo] = NULL; /* This effectively frees up the mailbox slot, as in aha1542_interrupt()
417 struct aha1542_hostdata *aha1542 = shost_priv(sh); in aha1542_queuecommand() local
[all …]
H A DMakefile70 obj-$(CONFIG_SCSI_AHA1542) += aha1542.o
H A DKconfig430 may have to change some settings in <file:drivers/scsi/aha1542.h>.
433 module will be called aha1542.
/linux/Documentation/scsi/
H A Dscsi-parameters.rst25 aha1542= [HW,SCSI]
/linux/
H A DCREDITS3834 D: Device driver hacker (aha1542 & plip)