Home
last modified time | relevance | path

Searched defs:sbic_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/mvme68k/dev/
H A Dsbicvar.h88 struct sbic_softc { struct
89 device_t sc_dev;
90 struct target_sync {
94 } sc_sync[8];
95 u_char target; /* Currently active target */
96 u_char lun;
97 struct scsipi_channel sc_channel; /* proto for sub devices */
98 struct scsipi_adapter sc_adapter;
99 sbic_regmap_p sc_sbicp; /* the SBIC */
100 void *sc_driver; /* driver specific field */
[all …]
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dsbicvar.h85 struct sbic_softc { struct
86 device_t sc_dev;
88 struct callout sc_timo_ch;
89 struct target_sync {
93 } sc_sync[8];
94 u_char target; /* Currently active target */
95 u_char lun;
96 struct scsipi_channel sc_channel;
97 struct scsipi_adapter sc_adapter;
98 sbic_regmap sc_sbicp; /* Handle for the SBIC */
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dsbicvar.h100 struct sbic_softc { struct
101 device_t sc_dev;
102 struct isr sc_isr;
103 struct callout sc_timo_ch;
104 struct target_sync {
108 } sc_sync[8];
109 u_char target; /* Currently active target */
110 u_char lun;
111 struct scsipi_adapter sc_adapter;
112 struct scsipi_channel sc_channel;
[all …]