Lines Matching refs:hardware_scb
804 struct hardware_scb *q_hscb; in ahd_swap_with_next_hscb()
1339 for (i = 0; i < sizeof(struct hardware_scb); i++) in ahd_flush_qoutfifo()
3567 struct hardware_scb *hscb;
6077 (u_int)sizeof(struct hardware_scb)); in ahd_alloc()
6755 struct hardware_scb *hscb; in ahd_alloc_scbs()
6777 hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset]; in ahd_alloc_scbs()
6799 hscb = (struct hardware_scb *)hscb_map->vaddr; in ahd_alloc_scbs()
7010 if (sizeof(struct hardware_scb) != 64) in ahd_init()
7039 + sizeof(struct hardware_scb); in ahd_init()
7096 ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr; in ahd_init()
7332 ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, in ahd_chip_init()
7335 ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun)); in ahd_chip_init()
7337 ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len)); in ahd_chip_init()
7338 ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute)); in ahd_chip_init()
7339 ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management)); in ahd_chip_init()
7340 ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb, in ahd_chip_init()
7343 offsetof(struct hardware_scb, next_hscb_busaddr)); in ahd_chip_init()
7345 ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control)); in ahd_chip_init()
7355 AUSCBPTR_EN | offsetof(struct hardware_scb, tag)); in ahd_chip_init()
8823 struct hardware_scb *hscb; in ahd_handle_scsi_status()
9046 struct hardware_scb *hscb; in ahd_calc_residual()