Searched refs:HBAptr (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_proc.c | 67 aic7xxx_set_info(char *buffer, int length, struct Scsi_Host *HBAptr) in aic7xxx_set_info() argument 82 aic7xxx_proc_info ( struct Scsi_Host *HBAptr, char *buffer, char **start, off_t offset, int length, in aic7xxx_proc_info() argument 92 for(p=first_aic7xxx; p && p->host != HBAptr; p=p->next) in aic7xxx_proc_info() 97 size += sprintf(buffer, "Can't find adapter for host number %d\n", HBAptr->host_no); in aic7xxx_proc_info() 110 return (aic7xxx_set_info(buffer, length, HBAptr)); in aic7xxx_proc_info() 113 p = (struct aic7xxx_host *) HBAptr->hostdata; in aic7xxx_proc_info() 221 size += sprintf(BLS, " IRQ: %d\n", HBAptr->irq); in aic7xxx_proc_info()
|
/linux-3.4.99/drivers/scsi/ |
D | atp870u.c | 3103 static int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, in atp870u_proc_info() argument 3123 size += sprintf(BLS, " Base IO: %#.4lx\n", HBAptr->io_port); in atp870u_proc_info() 3124 size += sprintf(BLS, " IRQ: %d\n", HBAptr->irq); in atp870u_proc_info()
|