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

/freebsd-9.3-release/sys/dev/hme/
H A Dif_hmevar.h101 struct hme_softc { struct
149 int hme_config(struct hme_softc *);
150 void hme_detach(struct hme_softc *);
151 void hme_suspend(struct hme_softc *);
152 void hme_resume(struct hme_softc *);
H A Dif_hme.c109 static void hme_stop(struct hme_softc *);
112 static int hme_watchdog(struct hme_softc *);
114 static void hme_init_locked(struct hme_softc *);
115 static int hme_add_rxbuf(struct hme_softc *, unsigned int, int);
116 static int hme_meminit(struct hme_softc *);
117 static int hme_mac_bitflip(struct hme_softc *, u_int32_t, u_int32_t,
119 static void hme_mifinit(struct hme_softc *);
120 static void hme_setladrf(struct hme_softc *, int);
123 static int hme_mediachange_locked(struct hme_softc *);
126 static int hme_load_txmbuf(struct hme_softc *, struc
[all...]
H A Dif_hme_pci.c74 struct hme_softc hsc_hme; /* HME device */
134 struct hme_softc *sc;
378 struct hme_softc *sc;
H A Dif_hme_sbus.c72 struct hme_softc hsc_hme; /* HME device */
134 struct hme_softc *sc;
294 struct hme_softc *sc;

Completed in 75 milliseconds