Home
last modified time | relevance | path

Searched refs:xirc_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pcmcia/
H A Dxirc.c85 struct xirc_softc { struct
123 CFATTACH_DECL2_NEW(xirc, sizeof(struct xirc_softc), argument
130 xirc_mako_alloc(struct xirc_softc *);
132 xirc_dingo_alloc_modem(struct xirc_softc *);
134 xirc_dingo_alloc_ethernet(struct xirc_softc *);
136 int xirc_enable(struct xirc_softc *, int, int);
137 void xirc_disable(struct xirc_softc *, int, int);
167 struct xirc_softc *sc = device_private(self); in xirc_attach()
296 xirc_mako_alloc(struct xirc_softc *sc) in xirc_mako_alloc()
331 xirc_dingo_alloc_modem(struct xirc_softc *sc) in xirc_dingo_alloc_modem()
[all …]