Searched defs:wd33c93_softc (Results 1 – 2 of 2) sorted by relevance
120 struct wd33c93_softc { struct121 device_t sc_dev;123 struct scsipi_channel sc_channel; /* proto for sub devices */124 struct scsipi_adapter sc_adapter;125 device_t sc_child; /* attached scsibus, if any */126 struct callout sc_watchdog;127 void *sc_driver; /* driver specific field */129 int target; /* Currently active target */130 int lun; /* Currently active LUN */133 bus_space_tag_t sc_regt;[all …]
51 struct wd33c93_softc { struct64 struct wd33c93_softc wd33c93_softc[NSCSI]; argument