Home
last modified time | relevance | path

Searched defs:hba_softc (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sys/dev/scsi/
H A Dscsivar.h77 struct hba_softc { struct
78 struct device hba_dev; /* generic part */
79 struct sq *hba_head, *hba_tail;/* io queue (u's/t's wanting bus) */
80 char hba_busy; /* true => will inspect qhead later */
81 struct targ *hba_targets[8]; /* the 8 possible targets */
82 struct hbadriver *hba_driver; /* hba driver */
83 scintr_fn hba_intr; /* current interrupt function */
84 struct device *hba_intrdev; /* arg 0 for hba_intr */