Lines Matching refs:siop_softc

77 void	siop_reset(struct siop_softc *);
78 void siop_handle_reset(struct siop_softc *);
81 void siop_unqueue(struct siop_softc *, int, int);
82 static void siop_start(struct siop_softc *, struct siop_cmd *);
87 void siop_dump_script(struct siop_softc *);
88 void siop_morecbd(struct siop_softc *);
89 struct siop_lunsw *siop_get_lunsw(struct siop_softc *);
90 void siop_add_reselsw(struct siop_softc *, int);
91 void siop_update_scntl3(struct siop_softc *,
109 static inline void siop_script_sync(struct siop_softc *, int);
111 siop_script_sync(struct siop_softc *sc, int ops)
119 static inline uint32_t siop_script_read(struct siop_softc *, u_int);
121 siop_script_read(struct siop_softc *sc, u_int offset)
132 static inline void siop_script_write(struct siop_softc *, u_int,
135 siop_script_write(struct siop_softc *sc, u_int offset, uint32_t val)
147 siop_attach(struct siop_softc *sc)
180 siop_reset(struct siop_softc *sc)
296 struct siop_softc *sc = v;
1004 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
1067 siop_unqueue(struct siop_softc *sc, int target, int lun)
1120 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
1163 siop_handle_reset(struct siop_softc *sc)
1228 struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev);
1435 siop_start(struct siop_softc *sc, struct siop_cmd *siop_cmd)
1571 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
1596 siop_dump_script(struct siop_softc *sc)
1613 siop_morecbd(struct siop_softc *sc)
1775 siop_get_lunsw(struct siop_softc *sc)
1821 siop_add_reselsw(struct siop_softc *sc, int target)
1870 siop_update_scntl3(struct siop_softc *sc,
1887 siop_add_dev(struct siop_softc *sc, int target, int lun)
1980 siop_del_dev(struct siop_softc *sc, int target, int lun)