Symbol: hardware_scb
sys/dev/ic/aic79xx.c
10450
struct hardware_scb *q_hscb;
sys/dev/ic/aic79xx.c
2722
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.c
5274
(u_int)sizeof(struct hardware_scb));
sys/dev/ic/aic79xx.c
552
for (i = 0; i < sizeof(struct hardware_scb); i++)
sys/dev/ic/aic79xx.c
5823
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.c
5846
hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset];
sys/dev/ic/aic79xx.c
5863
hscb = (struct hardware_scb *)hscb_map->vaddr;
sys/dev/ic/aic79xx.c
6047
if (sizeof(struct hardware_scb) != 64)
sys/dev/ic/aic79xx.c
6074
+ sizeof(struct hardware_scb);
sys/dev/ic/aic79xx.c
6109
ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
sys/dev/ic/aic79xx.c
6338
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
sys/dev/ic/aic79xx.c
6341
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
sys/dev/ic/aic79xx.c
6343
ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
sys/dev/ic/aic79xx.c
6344
ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
sys/dev/ic/aic79xx.c
6345
ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
sys/dev/ic/aic79xx.c
6346
ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
sys/dev/ic/aic79xx.c
6349
offsetof(struct hardware_scb, next_hscb_busaddr));
sys/dev/ic/aic79xx.c
6351
ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
sys/dev/ic/aic79xx.c
6361
AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
sys/dev/ic/aic79xx.c
7857
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.c
8076
struct hardware_scb *hscb;
sys/dev/ic/aic79xx.h
1055
struct hardware_scb *next_queued_hscb;
sys/dev/ic/aic79xx.h
617
struct hardware_scb *hscb;
sys/dev/ic/aic79xx_openbsd.c
251
struct hardware_scb *hscb;
sys/dev/ic/aic79xx_openbsd.c
476
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx.c
1565
struct hardware_scb *hscb = scb->hscb;
sys/dev/ic/aic7xxx.c
2144
struct hardware_scb *pending_hscb;
sys/dev/ic/aic7xxx.c
2181
struct hardware_scb *pending_hscb;
sys/dev/ic/aic7xxx.c
4234
AHC_SCB_MAX * sizeof(struct hardware_scb), ahc->sc_dmaflags,
sys/dev/ic/aic7xxx.c
4254
AHC_SCB_MAX_ALLOC * sizeof(struct hardware_scb));
sys/dev/ic/aic7xxx.c
4314
AHC_SCB_MAX * sizeof(struct hardware_scb),
sys/dev/ic/aic7xxx.c
451
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx.c
4770
(u_int)sizeof(struct hardware_scb),
sys/dev/ic/aic7xxx.c
5905
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx_inline.h
213
+ (sizeof(struct hardware_scb) * index));
sys/dev/ic/aic7xxx_inline.h
355
struct hardware_scb *q_hscb;
sys/dev/ic/aic7xxx_inline.h
376
+ offsetof(struct hardware_scb, cdb32));
sys/dev/ic/aic7xxx_openbsd.c
250
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx_openbsd.c
502
struct hardware_scb *hscb;
sys/dev/ic/aic7xxx_openbsd.c
730
struct hardware_scb *hscb;
sys/dev/ic/aic7xxxvar.h
586
struct hardware_scb *hscb;
sys/dev/ic/aic7xxxvar.h
617
struct hardware_scb *hscbs; /* Array of hardware SCBs */