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) in siop_script_sync()
119 static inline uint32_t siop_script_read(struct siop_softc *, u_int);
121 siop_script_read(struct siop_softc *sc, u_int offset) in siop_script_read()
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) in siop_script_write()
147 siop_attach(struct siop_softc *sc) in siop_attach()
180 siop_reset(struct siop_softc *sc) in siop_reset()
296 struct siop_softc *sc = v; in siop_intr()
1008 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc; in siop_scsicmd_end()
1071 siop_unqueue(struct siop_softc *sc, int target, int lun) in siop_unqueue()
1124 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc; in siop_handle_qtag_reject()
1167 siop_handle_reset(struct siop_softc *sc) in siop_handle_reset()
1232 struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev); in siop_scsipi_request()
1439 siop_start(struct siop_softc *sc, struct siop_cmd *siop_cmd) in siop_start()
1575 struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc; in siop_timeout()
1600 siop_dump_script(struct siop_softc *sc) in siop_dump_script()
1617 siop_morecbd(struct siop_softc *sc) in siop_morecbd()
1779 siop_get_lunsw(struct siop_softc *sc) in siop_get_lunsw()
1825 siop_add_reselsw(struct siop_softc *sc, int target) in siop_add_reselsw()
1874 siop_update_scntl3(struct siop_softc *sc, in siop_update_scntl3()
1891 siop_add_dev(struct siop_softc *sc, int target, int lun) in siop_add_dev()
1984 siop_del_dev(struct siop_softc *sc, int target, int lun) in siop_del_dev()