Searched refs:iee_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dif_iee_sbdio.c57 int iee_sbdio_cmd(struct iee_softc *, uint32_t);
58 int iee_sbdio_reset(struct iee_softc *);
65 struct iee_softc sc_iee;
84 struct iee_softc *sc = &sc_ssc->sc_iee;
118 iee_sbdio_cmd(struct iee_softc *sc, uint32_t cmd)
148 iee_sbdio_reset(struct iee_softc *sc)
/netbsd-6-1-5-RELEASE/sys/arch/hp700/gsc/
H A Dif_iee_gsc.c88 struct iee_softc iee_sc;
103 int iee_gsc_cmd(struct iee_softc *, uint32_t);
104 int iee_gsc_reset(struct iee_softc *);
107 iee_gsc_cmd(struct iee_softc *sc, uint32_t cmd)
133 iee_gsc_reset(struct iee_softc *sc)
201 struct iee_softc *sc = &sc_gsc->iee_sc;
269 struct iee_softc *sc = &sc_gsc->iee_sc;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82596var.h151 struct iee_softc { struct
199 int (*sc_iee_cmd)(struct iee_softc *, uint32_t);
200 int (*sc_iee_reset)(struct iee_softc *);
274 void iee_attach(struct iee_softc *, uint8_t *, int *, int, int);
275 void iee_detach(struct iee_softc *, int);
H A Di82596.c96 static void iee_cb_setup(struct iee_softc *, uint32_t);
102 * int (*sc_iee_cmd)(struct iee_softc *sc, uint32_t cmd);
103 * int (*sc_iee_reset)(struct iee_softc *sc);
164 * Call void iee_attach(struct iee_softc *sc, uint8_t *ether_address,
195 struct iee_softc *sc = intarg;
469 iee_cb_setup(struct iee_softc *sc, uint32_t cmd)
565 iee_attach(struct iee_softc *sc, uint8_t *eth_addr, int *media, int nmedia,
687 iee_detach(struct iee_softc *sc, int flags)
707 struct iee_softc *sc = ifp->if_softc;
719 struct iee_softc *s
[all...]

Completed in 63 milliseconds