Searched defs:siop_common_softc (Results 1 – 1 of 1) sorted by relevance
130 struct siop_common_softc { struct150 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ argument151 bus_dmamap_t sc_scriptdma; /* DMA map for script */152 bus_addr_t sc_scriptaddr; /* on-board ram or physical address */153 u_int32_t *sc_script; /* script location in memory */154 struct siop_common_target *targets[16]; /* per-target states */