Searched defs:ahd_softc (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx.h608 struct ahd_softc *ahd_softc; member in struct:scb
962 int ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf,
965 int ahd_write_seeprom(struct ahd_softc *ahd, uint16_t *buf,
968 int ahd_acquire_seeprom(struct ahd_softc *ahd);
969 void ahd_release_seeprom(struct ahd_softc *ahd);
1027 typedef void (*ahd_bus_intr_t)(struct ahd_softc *);
1058 struct ahd_softc { struct
1172 TAILQ_ENTRY(ahd_softc) links;
1312 typedef int (ahd_device_setup_t)(struct ahd_softc *);
[all...]

Completed in 16 milliseconds