Home
last modified time | relevance | path

Searched refs:aic7xxx_host (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_seq.c597 static int aic7xxx_patch15_func(struct aic7xxx_host *p);
600 aic7xxx_patch15_func(struct aic7xxx_host *p) in aic7xxx_patch15_func()
605 static int aic7xxx_patch14_func(struct aic7xxx_host *p);
608 aic7xxx_patch14_func(struct aic7xxx_host *p) in aic7xxx_patch14_func()
613 static int aic7xxx_patch13_func(struct aic7xxx_host *p);
616 aic7xxx_patch13_func(struct aic7xxx_host *p) in aic7xxx_patch13_func()
621 static int aic7xxx_patch12_func(struct aic7xxx_host *p);
624 aic7xxx_patch12_func(struct aic7xxx_host *p) in aic7xxx_patch12_func()
629 static int aic7xxx_patch11_func(struct aic7xxx_host *p);
632 aic7xxx_patch11_func(struct aic7xxx_host *p) in aic7xxx_patch11_func()
[all …]
Daic7xxx_proc.c87 struct aic7xxx_host *p; in aic7xxx_proc_info()
118 p = (struct aic7xxx_host *) HBAptr->hostdata; in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c652 static struct aic7xxx_host *first_aic7xxx = NULL;
935 struct aic7xxx_host { struct
1038 struct aic7xxx_host *next; /* allow for multiple IRQs */ argument
1356 static void aic7xxx_panic_abort(struct aic7xxx_host *p, Scsi_Cmnd *cmd);
1357 static void aic7xxx_print_card(struct aic7xxx_host *p);
1358 static void aic7xxx_print_scratch_ram(struct aic7xxx_host *p);
1359 static void aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded);
1361 static void aic7xxx_check_scbs(struct aic7xxx_host *p, char *buffer);
1374 aic_inb(struct aic7xxx_host *p, long port) in aic_inb()
1393 aic_outb(struct aic7xxx_host *p, unsigned char val, long port) in aic_outb()
[all …]