hardware_scb      593 drivers/scsi/aic7xxx/aic79xx.h 	struct	hardware_scb	 *hscb;
hardware_scb     1058 drivers/scsi/aic7xxx/aic79xx.h 	struct hardware_scb	 *next_queued_hscb;
hardware_scb      804 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	 hardware_scb *q_hscb;
hardware_scb     1339 drivers/scsi/aic7xxx/aic79xx_core.c 		for (i = 0; i < sizeof(struct hardware_scb); i++)
hardware_scb     3594 drivers/scsi/aic7xxx/aic79xx_core.c 	struct hardware_scb *hscb;
hardware_scb     6113 drivers/scsi/aic7xxx/aic79xx_core.c 		       (u_int)sizeof(struct hardware_scb));
hardware_scb     6796 drivers/scsi/aic7xxx/aic79xx_core.c 	struct hardware_scb *hscb;
hardware_scb     6818 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset];
hardware_scb     6840 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb = (struct hardware_scb *)hscb_map->vaddr;
hardware_scb     7051 drivers/scsi/aic7xxx/aic79xx_core.c 	if (sizeof(struct hardware_scb) != 64)
hardware_scb     7080 drivers/scsi/aic7xxx/aic79xx_core.c 			 + sizeof(struct hardware_scb);
hardware_scb     7137 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
hardware_scb     7373 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
hardware_scb     7376 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
hardware_scb     7378 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
hardware_scb     7379 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
hardware_scb     7380 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
hardware_scb     7381 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
hardware_scb     7384 drivers/scsi/aic7xxx/aic79xx_core.c 		 offsetof(struct hardware_scb, next_hscb_busaddr));
hardware_scb     7386 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
hardware_scb     7396 drivers/scsi/aic7xxx/aic79xx_core.c 		 AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
hardware_scb     8868 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	hardware_scb *hscb;
hardware_scb     9090 drivers/scsi/aic7xxx/aic79xx_core.c 	struct hardware_scb *hscb;
hardware_scb     1558 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct	 hardware_scb *hscb;
hardware_scb      562 drivers/scsi/aic7xxx/aic7xxx.h 	struct	hardware_scb	 *hscb;
hardware_scb      592 drivers/scsi/aic7xxx/aic7xxx.h 	struct	hardware_scb	*hscbs;	/* Array of hardware SCBs */
hardware_scb      391 drivers/scsi/aic7xxx/aic7xxx_core.c 		+ (sizeof(struct hardware_scb) * index));
hardware_scb      540 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct hardware_scb *hscb;
hardware_scb      569 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct hardware_scb *q_hscb;
hardware_scb      590 drivers/scsi/aic7xxx/aic7xxx_core.c 			      + offsetof(struct hardware_scb, cdb32));
hardware_scb      995 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct hardware_scb *hscb;
hardware_scb     2098 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct hardware_scb *hscb = scb->hscb;
hardware_scb     2700 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct hardware_scb *pending_hscb;
hardware_scb     2737 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct	hardware_scb *pending_hscb;
hardware_scb     4798 drivers/scsi/aic7xxx/aic7xxx_core.c 			       AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb),
hardware_scb     4819 drivers/scsi/aic7xxx/aic7xxx_core.c 			AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb),
hardware_scb     4872 drivers/scsi/aic7xxx/aic7xxx_core.c 	       AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb));
hardware_scb     5406 drivers/scsi/aic7xxx/aic7xxx_core.c 			(u_int)sizeof(struct hardware_scb),
hardware_scb     6623 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct hardware_scb *hscb;
hardware_scb     1423 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct	 hardware_scb *hscb;