Symbol: hme_softc
sys/dev/ic/hme.c
100
static struct mbuf *hme_get(struct hme_softc *, int, uint32_t);
sys/dev/ic/hme.c
101
static int hme_put(struct hme_softc *, int, struct mbuf *);
sys/dev/ic/hme.c
102
static void hme_read(struct hme_softc *, int, uint32_t);
sys/dev/ic/hme.c
103
static int hme_eint(struct hme_softc *, u_int);
sys/dev/ic/hme.c
104
static int hme_rint(struct hme_softc *);
sys/dev/ic/hme.c
1045
hme_rint(struct hme_softc *sc)
sys/dev/ic/hme.c
105
static int hme_tint(struct hme_softc *);
sys/dev/ic/hme.c
109
static void hme_copytobuf_contig(struct hme_softc *, void *, int, int);
sys/dev/ic/hme.c
1097
hme_eint(struct hme_softc *sc, u_int status)
sys/dev/ic/hme.c
110
static void hme_copyfrombuf_contig(struct hme_softc *, void *, int, int);
sys/dev/ic/hme.c
1139
struct hme_softc *sc = v;
sys/dev/ic/hme.c
114
hme_config(struct hme_softc *sc)
sys/dev/ic/hme.c
1165
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1177
hme_mifinit(struct hme_softc *sc)
sys/dev/ic/hme.c
1212
struct hme_softc *sc = device_private(self);
sys/dev/ic/hme.c
1286
struct hme_softc *sc = device_private(self);
sys/dev/ic/hme.c
1360
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1388
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1427
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1533
struct hme_softc *sc;
sys/dev/ic/hme.c
1547
hme_setladrf(struct hme_softc *sc)
sys/dev/ic/hme.c
1644
hme_copytobuf_contig(struct hme_softc *sc, void *from, int ri, int len)
sys/dev/ic/hme.c
1655
hme_copyfrombuf_contig(struct hme_softc *sc, void *to, int boff, int len)
sys/dev/ic/hme.c
330
struct hme_softc *sc = arg;
sys/dev/ic/hme.c
341
hme_reset(struct hme_softc *sc)
sys/dev/ic/hme.c
351
hme_chipreset(struct hme_softc *sc)
sys/dev/ic/hme.c
377
struct hme_softc *sc;
sys/dev/ic/hme.c
391
hme_meminit(struct hme_softc *sc)
sys/dev/ic/hme.c
473
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
661
hme_put(struct hme_softc *sc, int ri, struct mbuf *m)
sys/dev/ic/hme.c
690
hme_get(struct hme_softc *sc, int ri, uint32_t flags)
sys/dev/ic/hme.c
858
hme_read(struct hme_softc *sc, int ix, uint32_t flags)
sys/dev/ic/hme.c
87
static void hme_meminit(struct hme_softc *);
sys/dev/ic/hme.c
88
static void hme_mifinit(struct hme_softc *);
sys/dev/ic/hme.c
89
static void hme_reset(struct hme_softc *);
sys/dev/ic/hme.c
891
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
90
static void hme_chipreset(struct hme_softc *);
sys/dev/ic/hme.c
91
static void hme_setladrf(struct hme_softc *);
sys/dev/ic/hme.c
980
hme_tint(struct hme_softc *sc)
sys/dev/ic/hmevar.h
77
void (*sc_copytobuf)(struct hme_softc *,
sys/dev/ic/hmevar.h
79
void (*sc_copyfrombuf)(struct hme_softc *,
sys/dev/ic/hmevar.h
89
void (*sc_hwreset)(struct hme_softc *);
sys/dev/ic/hmevar.h
90
void (*sc_hwinit)(struct hme_softc *);
sys/dev/ic/hmevar.h
96
void hme_config(struct hme_softc *);
sys/dev/pci/if_hme_pci.c
116
struct hme_softc *sc = &hsc->hsc_hme;
sys/dev/pci/if_hme_pci.c
61
struct hme_softc hsc_hme; /* HME device */
sys/dev/sbus/if_hme_sbus.c
61
struct hme_softc hsc_hme; /* HME device */
sys/dev/sbus/if_hme_sbus.c
86
struct hme_softc *sc = &hsc->hsc_hme;