HomeSort by: relevance | last modified time | path
    Searched refs:iee_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ews4800mips/sbd/
if_iee_sbdio.c 58 int iee_sbdio_cmd(struct iee_softc *, uint32_t);
59 int iee_sbdio_reset(struct iee_softc *);
66 struct iee_softc sc_iee;
85 struct iee_softc *sc = &sc_ssc->sc_iee;
119 iee_sbdio_cmd(struct iee_softc *sc, uint32_t cmd)
149 iee_sbdio_reset(struct iee_softc *sc)
  /src/sys/arch/hppa/gsc/
if_iee_gsc.c 88 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;
  /src/sys/dev/ic/
i82596var.h 151 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);
i82596.c 95 static void iee_cb_setup(struct iee_softc *, uint32_t);
101 * int (*sc_iee_cmd)(struct iee_softc *sc, uint32_t cmd);
102 * int (*sc_iee_reset)(struct iee_softc *sc);
163 * Call void iee_attach(struct iee_softc *sc, uint8_t *ether_address,
194 struct iee_softc *sc = intarg;
467 iee_cb_setup(struct iee_softc *sc, uint32_t cmd)
566 iee_attach(struct iee_softc *sc, uint8_t *eth_addr, int *media, int nmedia,
694 iee_detach(struct iee_softc *sc, int flags)
714 struct iee_softc *sc = ifp->if_softc;
725 struct iee_softc *sc = ifp->if_softc
    [all...]

Completed in 40 milliseconds