Symbol: hardware_scb
sys/dev/ic/aic79xx.c
2629
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.c
3289
struct hardware_scb *pending_hscb;
sys/dev/ic/aic79xx.c
3329
struct hardware_scb *pending_hscb;
sys/dev/ic/aic79xx.c
515
for (i = 0; i < sizeof(struct hardware_scb); i++)
sys/dev/ic/aic79xx.c
5745
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.c
5768
hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset];
sys/dev/ic/aic79xx.c
5792
hscb = (struct hardware_scb *)hscb_map->vaddr;
sys/dev/ic/aic79xx.c
6025
if (sizeof(struct hardware_scb) != 64)
sys/dev/ic/aic79xx.c
6052
+ sizeof(struct hardware_scb);
sys/dev/ic/aic79xx.c
6097
ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
sys/dev/ic/aic79xx.c
6335
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
sys/dev/ic/aic79xx.c
6338
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
sys/dev/ic/aic79xx.c
6340
ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
sys/dev/ic/aic79xx.c
6341
ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
sys/dev/ic/aic79xx.c
6342
ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
sys/dev/ic/aic79xx.c
6343
ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
sys/dev/ic/aic79xx.c
6346
offsetof(struct hardware_scb, next_hscb_busaddr));
sys/dev/ic/aic79xx.c
6348
ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
sys/dev/ic/aic79xx.c
6358
AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
sys/dev/ic/aic79xx.c
7836
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.c
8044
struct hardware_scb *hscb;
sys/dev/ic/aic79xx_inline.h
722
struct hardware_scb *q_hscb;
sys/dev/ic/aic79xx_osm.c
336
struct hardware_scb *hscb;
sys/dev/ic/aic79xx_osm.c
685
struct hardware_scb *hscb;
sys/dev/ic/aic79xxvar.h
1078
struct hardware_scb *next_queued_hscb;
sys/dev/ic/aic79xxvar.h
620
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx.c
1527
struct hardware_scb *hscb = scb->hscb;
sys/dev/ic/aic7xxx.c
2102
struct hardware_scb *pending_hscb;
sys/dev/ic/aic7xxx.c
2139
struct hardware_scb *pending_hscb;
sys/dev/ic/aic7xxx.c
4209
AHC_SCB_MAX * sizeof(struct hardware_scb), ahc->sc_dmaflags,
sys/dev/ic/aic7xxx.c
4229
AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb));
sys/dev/ic/aic7xxx.c
4288
AHC_SCB_MAX * sizeof(struct hardware_scb),
sys/dev/ic/aic7xxx.c
445
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx.c
4575
(u_long)sizeof(struct hardware_scb),
sys/dev/ic/aic7xxx.c
6078
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx_inline.h
198
+ (sizeof(struct hardware_scb) * index));
sys/dev/ic/aic7xxx_inline.h
384
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx_inline.h
413
struct hardware_scb *q_hscb;
sys/dev/ic/aic7xxx_inline.h
434
+ offsetof(struct hardware_scb, cdb32));
sys/dev/ic/aic7xxx_osm.c
340
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx_osm.c
720
struct hardware_scb *hscb;
sys/dev/ic/aic7xxxvar.h
680
struct hardware_scb *hscb;
sys/dev/ic/aic7xxxvar.h
714
struct hardware_scb *hscbs; /* Array of hardware SCBs */