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;
1008 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
1071 siop_unqueue(struct siop_softc *sc, int target, int lun)
1124 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
1167 siop_handle_reset(struct siop_softc *sc)
1232 struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev);
1439 siop_start(struct siop_softc *sc, struct siop_cmd *siop_cmd)
1575 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
1600 siop_dump_script(struct siop_softc *sc)
1617 siop_morecbd(struct siop_softc *sc)
1779 siop_get_lunsw(struct siop_softc *sc)
1825 siop_add_reselsw(struct siop_softc *sc, int target)
1874 siop_update_scntl3(struct siop_softc *sc,
1891 siop_add_dev(struct siop_softc *sc, int target, int lun)
1984 siop_del_dev(struct siop_softc *sc, int target, int lun)