Symbol: hardware_scb
drivers/scsi/aic7xxx/aic79xx.h
1058
struct hardware_scb *next_queued_hscb;
drivers/scsi/aic7xxx/aic79xx.h
593
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic79xx_core.c
1339
for (i = 0; i < sizeof(struct hardware_scb); i++)
drivers/scsi/aic7xxx/aic79xx_core.c
3567
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic79xx_core.c
6077
(u_int)sizeof(struct hardware_scb));
drivers/scsi/aic7xxx/aic79xx_core.c
6755
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic79xx_core.c
6777
hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset];
drivers/scsi/aic7xxx/aic79xx_core.c
6799
hscb = (struct hardware_scb *)hscb_map->vaddr;
drivers/scsi/aic7xxx/aic79xx_core.c
7010
if (sizeof(struct hardware_scb) != 64)
drivers/scsi/aic7xxx/aic79xx_core.c
7039
+ sizeof(struct hardware_scb);
drivers/scsi/aic7xxx/aic79xx_core.c
7096
ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
drivers/scsi/aic7xxx/aic79xx_core.c
7332
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
drivers/scsi/aic7xxx/aic79xx_core.c
7335
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
drivers/scsi/aic7xxx/aic79xx_core.c
7337
ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
drivers/scsi/aic7xxx/aic79xx_core.c
7338
ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
drivers/scsi/aic7xxx/aic79xx_core.c
7339
ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
drivers/scsi/aic7xxx/aic79xx_core.c
7340
ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
drivers/scsi/aic7xxx/aic79xx_core.c
7343
offsetof(struct hardware_scb, next_hscb_busaddr));
drivers/scsi/aic7xxx/aic79xx_core.c
7345
ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
drivers/scsi/aic7xxx/aic79xx_core.c
7355
AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
drivers/scsi/aic7xxx/aic79xx_core.c
804
struct hardware_scb *q_hscb;
drivers/scsi/aic7xxx/aic79xx_core.c
8823
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic79xx_core.c
9046
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic79xx_osm.c
1543
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic7xxx.h
562
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic7xxx.h
592
struct hardware_scb *hscbs; /* Array of hardware SCBs */
drivers/scsi/aic7xxx/aic7xxx_core.c
2081
struct hardware_scb *hscb = scb->hscb;
drivers/scsi/aic7xxx/aic7xxx_core.c
2682
struct hardware_scb *pending_hscb;
drivers/scsi/aic7xxx/aic7xxx_core.c
2719
struct hardware_scb *pending_hscb;
drivers/scsi/aic7xxx/aic7xxx_core.c
391
+ (sizeof(struct hardware_scb) * index));
drivers/scsi/aic7xxx/aic7xxx_core.c
4770
AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb),
drivers/scsi/aic7xxx/aic7xxx_core.c
4791
AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb),
drivers/scsi/aic7xxx/aic7xxx_core.c
4844
AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb));
drivers/scsi/aic7xxx/aic7xxx_core.c
5377
(u_int)sizeof(struct hardware_scb),
drivers/scsi/aic7xxx/aic7xxx_core.c
540
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic7xxx_core.c
569
struct hardware_scb *q_hscb;
drivers/scsi/aic7xxx/aic7xxx_core.c
590
+ offsetof(struct hardware_scb, cdb32));
drivers/scsi/aic7xxx/aic7xxx_core.c
6590
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic7xxx_core.c
995
struct hardware_scb *hscb;
drivers/scsi/aic7xxx/aic7xxx_osm.c
1414
struct hardware_scb *hscb;