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

  /src/sys/dev/ic/
hmevar.h 54 struct hme_softc { struct
77 void (*sc_copytobuf)(struct hme_softc *,
79 void (*sc_copyfrombuf)(struct hme_softc *,
89 void (*sc_hwreset)(struct hme_softc *);
90 void (*sc_hwinit)(struct hme_softc *);
96 void hme_config(struct hme_softc *);
hme.c 87 static void hme_meminit(struct hme_softc *);
88 static void hme_mifinit(struct hme_softc *);
89 static void hme_reset(struct hme_softc *);
90 static void hme_chipreset(struct hme_softc *);
91 static void hme_setladrf(struct hme_softc *);
100 static struct mbuf *hme_get(struct hme_softc *, int, uint32_t);
101 static int hme_put(struct hme_softc *, int, struct mbuf *);
102 static void hme_read(struct hme_softc *, int, uint32_t);
103 static int hme_eint(struct hme_softc *, u_int);
104 static int hme_rint(struct hme_softc *);
    [all...]
  /src/sys/dev/sbus/
if_hme_sbus.c 61 struct hme_softc hsc_hme; /* HME device */
86 struct hme_softc *sc = &hsc->hsc_hme;
  /src/sys/dev/pci/
if_hme_pci.c 61 struct hme_softc hsc_hme; /* HME device */
116 struct hme_softc *sc = &hsc->hsc_hme;

Completed in 13 milliseconds