Searched refs:scsipi_channel (Results 1 - 25 of 125) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Datapiconf.h35 struct scsipi_channel *sc_channel; /* our scsipi_channel */
H A Dscsiconf.h59 struct scsipi_channel *sc_channel; /* our scsipi_channel */
H A Dscsipiconf.h63 struct scsipi_channel;
196 void (*adapt_request)(struct scsipi_channel *,
199 int (*adapt_ioctl)(struct scsipi_channel *, u_long,
263 * scsipi_channel:
276 struct scsipi_channel { struct
308 void (*chan_callback)(struct scsipi_channel *, void *);
312 void (*chan_init_cb)(struct scsipi_channel *, void *);
365 struct scsipi_channel *periph_channel; /* channel we're connected to */
680 int scsipi_thread_call_callback(struct scsipi_channel *,
681 void (*callback)(struct scsipi_channel *, voi
[all...]
H A Datapiconf.c115 struct scsipi_channel *chan = aux;
143 struct scsipi_channel *chan = aux;
171 struct scsipi_channel *chan = sc->sc_channel;
195 struct scsipi_channel *chan = sc->sc_channel;
229 struct scsipi_channel *chan = sc->sc_channel;
256 struct scsipi_channel *chan = sc->sc_channel;
H A Dscsipi_base.c65 static void scsipi_run_queue(struct scsipi_channel *chan);
72 static int scsipi_get_resource(struct scsipi_channel *);
73 static void scsipi_put_resource(struct scsipi_channel *);
75 static void scsipi_async_event_max_openings(struct scsipi_channel *,
77 static void scsipi_async_event_xfer_mode(struct scsipi_channel *,
79 static void scsipi_async_event_channel_reset(struct scsipi_channel *);
110 * Initialize a scsipi_channel when it is attached.
113 scsipi_channel_init(struct scsipi_channel *chan)
144 * Shutdown a scsipi_channel.
147 scsipi_channel_shutdown(struct scsipi_channel *cha
[all...]
H A Dscsi_base.c100 struct scsipi_channel *chan = periph->periph_channel;
H A Dscsiconf.c81 struct scsipi_channel *sc_channel;
114 static void scsibus_config(struct scsipi_channel *, void *);
161 struct scsipi_channel *chan = aux;
178 struct scsipi_channel *chan = aux;
195 struct scsipi_channel *chan = aux;
248 scsibus_config(struct scsipi_channel *chan, void *arg)
294 struct scsipi_channel *chan = sc->sc_channel;
355 struct scsipi_channel *chan = sc->sc_channel;
431 struct scsipi_channel *chan = sc->sc_channel;
767 struct scsipi_channel *cha
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Diopspvar.h54 struct scsipi_channel sc_channel; /* Prototype link */
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dsiivar.h51 struct scsipi_channel sc_channel;
70 void sii_scsi_request(struct scsipi_channel *,
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcissvar.h47 struct scsipi_channel sc_channel;
48 struct scsipi_channel *sc_channel_raw;
H A Duhavar.h62 struct scsipi_channel sc_channel;
H A Dahavar.h86 struct scsipi_channel sc_channel;
H A Ddptvar.h70 struct scsipi_channel sc_chans[3]; /* each channel */
H A Dncr5380var.h117 struct scsipi_channel sc_channel;
232 void ncr5380_scsipi_request(struct scsipi_channel *,
H A Dsiopvar_common.h128 struct scsipi_channel sc_chan;
202 int siop_ioctl(struct scsipi_channel *, u_long,
H A Dwd33c93var.h123 struct scsipi_channel sc_channel; /* proto for sub devices */
267 void wd33c93_scsi_request (struct scsipi_channel *,
H A Dicpsp.c61 struct scsipi_channel sc_channel;
69 void icpsp_scsipi_request(struct scsipi_channel *, scsipi_adapter_req_t,
129 icpsp_scsipi_request(struct scsipi_channel *chan, scsipi_adapter_req_t req,
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dscivar.h45 struct scsipi_channel sc_channel;
135 void sci_scsipi_request(struct scsipi_channel *, scsipi_adapter_req_t, void *);
H A Dsiopvar.h134 struct scsipi_channel sc_channel;
215 void siopng_scsipi_request(struct scsipi_channel *,
227 void siop_scsipi_request(struct scsipi_channel *,
H A Dsbicvar.h112 struct scsipi_channel sc_channel;
224 void sbic_scsipi_request(struct scsipi_channel *, scsipi_adapter_req_t, void *);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dsbicvar.h97 struct scsipi_channel sc_channel; /* proto for sub devices */
202 void sbic_scsi_request(struct scsipi_channel *, scsipi_adapter_req_t, void *);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Descvar.h155 struct scsipi_channel sc_channel; /* For sub devices */
264 void esc_scsi_request(struct scsipi_channel *,
H A Dsbicvar.h96 struct scsipi_channel sc_channel;
214 void sbic_scsi_request (struct scsipi_channel *,
H A Dsfasvar.h154 struct scsipi_channel sc_channel;
264 void sfas_scsi_request(struct scsipi_channel *,
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c83 struct scsipi_channel sc_channel;
93 Static void umass_scsipi_request(struct scsipi_channel *,
96 Static int umass_scsipi_ioctl(struct scsipi_channel *, u_long,
208 umass_scsipi_request(struct scsipi_channel *chan,
345 umass_scsipi_ioctl(struct scsipi_channel *chan, u_long cmd,
506 struct scsipi_channel *chan = atapi->sc_channel;

Completed in 374 milliseconds

12345