siop_softc
struct siop_softc sc_siop;
struct siop_softc sc_siop;
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
siop_handle_reset(struct siop_softc *sc)
struct siop_softc *sc = cookie;
struct siop_softc *sc = cookie;
struct siop_softc *sc = link->bus->sb_adapter_softc;
siop_script_sync(struct siop_softc *sc, int ops)
struct siop_softc *sc = xs->sc_link->bus->sb_adapter_softc;
siop_script_read(struct siop_softc *sc, u_int offset)
siop_start(struct siop_softc *sc)
siop_script_write(struct siop_softc *sc, u_int offset, u_int32_t val)
siop_attach(struct siop_softc *sc)
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
siop_dump_script(struct siop_softc *sc)
siop_morecbd(struct siop_softc *sc)
siop_get_lunsw(struct siop_softc *sc)
siop_add_reselsw(struct siop_softc *sc, int target)
siop_update_scntl3(struct siop_softc *sc,
siop_add_dev(struct siop_softc *sc, int target, int lun)
struct siop_softc *sc = link->bus->sb_adapter_softc;
siop_reset(struct siop_softc *sc)
siop_dmamem_alloc(struct siop_softc *sc, size_t size)
siop_dmamem_free(struct siop_softc *sc, struct siop_dmamem *sdm)
struct siop_softc *sc = v;
void siop_script_sync(struct siop_softc *, int);
u_int32_t siop_script_read(struct siop_softc *, u_int);
void siop_script_write(struct siop_softc *, u_int, u_int32_t);
void siop_reset(struct siop_softc *);
void siop_handle_reset(struct siop_softc *);
void siop_start(struct siop_softc *);
void siop_dump_script(struct siop_softc *);
void siop_morecbd(struct siop_softc *);
struct siop_lunsw *siop_get_lunsw(struct siop_softc *);
void siop_add_reselsw(struct siop_softc *, int);
void siop_update_scntl3(struct siop_softc *, struct siop_common_target *);
struct siop_dmamem *siop_dmamem_alloc(struct siop_softc *, size_t);
void siop_dmamem_free(struct siop_softc *, struct siop_dmamem *);
siop_add_dev((struct siop_softc *)sc, target, lun);
void siop_attach(struct siop_softc *);
void siop_add_dev(struct siop_softc *, int, int);
struct siop_softc siop;