Home
last modified time | relevance | path

Searched defs:ie_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/sun3/dev/
H A Dif_ievar.h56 struct ie_softc { struct
69 void (*reset_586)(struct ie_softc *); argument
70 void (*chan_attn)(struct ie_softc *); argument
71 void (*run_586) (struct ie_softc *); argument
73 void *(*sc_memset)(void *, int, size_t);
92 volatile struct ie_sys_conf_ptr *scp;
93 volatile struct ie_int_sys_conf_ptr *iscp;
94 volatile struct ie_sys_ctl_block *scb;
100 uint8_t *buf_area;
101 int buf_area_sz;
[all …]
/netbsd/sys/dev/ic/
H A Di82586var.h168 struct ie_softc { struct
186 void (*hwreset)(struct ie_softc *, int); argument
187 void (*hwinit)(struct ie_softc *); argument
188 void (*chan_attn)(struct ie_softc *, int); argument
189 int (*intrhook)(struct ie_softc *, int); argument
217 int buf_area_sz; /* Size of above */
226 int rfhead, rftail;
227 int rbhead, rbtail;
228 int nframes; /* number of frames in use */
229 int nrxbuf; /* number of recv buffs in use */
[all …]
/netbsd/sys/arch/acorn32/podulebus/
H A Dif_ie.c120 struct ie_softc { struct
121 device_t sc_dev;
122 int sc_podule_number;
123 podule_t *sc_podule;
124 irqhandler_t sc_ih;
125 int sc_flags;
127 int sc_iobase;
128 int sc_fastbase;
152 static void host2ie( struct ie_softc *sc, void *src, u_long dest, int size ); argument
/netbsd/sys/arch/mvme68k/stand/netboot/
H A Dif_ie.c104 } ie_softc; variable