Symbol: hme_softc
sys/dev/ic/hme.c
102
hme_config(struct hme_softc *sc)
sys/dev/ic/hme.c
1022
struct hme_softc *sc = (void *)self;
sys/dev/ic/hme.c
1075
struct hme_softc *sc = (void *)dev;
sys/dev/ic/hme.c
1102
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1137
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1153
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
1206
hme_iff(struct hme_softc *sc)
sys/dev/ic/hme.c
1254
hme_fill_rx_ring(struct hme_softc *sc)
sys/dev/ic/hme.c
1277
hme_newbuf(struct hme_softc *sc, struct hme_sxd *d)
sys/dev/ic/hme.c
296
hme_unconfig(struct hme_softc *sc)
sys/dev/ic/hme.c
324
struct hme_softc *sc = arg;
sys/dev/ic/hme.c
362
hme_reset(struct hme_softc *sc)
sys/dev/ic/hme.c
372
hme_stop(struct hme_softc *sc, int softonly)
sys/dev/ic/hme.c
434
hme_meminit(struct hme_softc *sc)
sys/dev/ic/hme.c
493
hme_init(struct hme_softc *sc)
sys/dev/ic/hme.c
634
struct hme_softc *sc = (struct hme_softc *)ifp->if_softc;
sys/dev/ic/hme.c
744
hme_tint(struct hme_softc *sc)
sys/dev/ic/hme.c
77
void hme_stop(struct hme_softc *, int);
sys/dev/ic/hme.c
798
hme_rint(struct hme_softc *sc)
sys/dev/ic/hme.c
81
void hme_init(struct hme_softc *);
sys/dev/ic/hme.c
82
void hme_meminit(struct hme_softc *);
sys/dev/ic/hme.c
83
void hme_mifinit(struct hme_softc *);
sys/dev/ic/hme.c
84
void hme_reset(struct hme_softc *);
sys/dev/ic/hme.c
85
void hme_iff(struct hme_softc *);
sys/dev/ic/hme.c
856
hme_eint(struct hme_softc *sc, u_int status)
sys/dev/ic/hme.c
86
void hme_fill_rx_ring(struct hme_softc *);
sys/dev/ic/hme.c
87
int hme_newbuf(struct hme_softc *, struct hme_sxd *);
sys/dev/ic/hme.c
891
struct hme_softc *sc = (struct hme_softc *)v;
sys/dev/ic/hme.c
917
struct hme_softc *sc = ifp->if_softc;
sys/dev/ic/hme.c
929
hme_mifinit(struct hme_softc *sc)
sys/dev/ic/hme.c
966
struct hme_softc *sc = (struct hme_softc *)self;
sys/dev/ic/hme.c
97
int hme_eint(struct hme_softc *, u_int);
sys/dev/ic/hme.c
98
int hme_rint(struct hme_softc *);
sys/dev/ic/hme.c
99
int hme_tint(struct hme_softc *);
sys/dev/ic/hmevar.h
92
void hme_config(struct hme_softc *);
sys/dev/ic/hmevar.h
93
void hme_unconfig(struct hme_softc *);
sys/dev/ic/hmevar.h
94
void hme_reset(struct hme_softc *);
sys/dev/pci/if_hme_pci.c
104
hme_pci_enaddr(struct hme_softc *sc, struct pci_attach_args *hpa)
sys/dev/pci/if_hme_pci.c
194
struct hme_softc *sc = &hsc->hsc_hme;
sys/dev/pci/if_hme_pci.c
304
struct hme_softc *sc = &hsc->hsc_hme;
sys/dev/pci/if_hme_pci.c
58
struct hme_softc hsc_hme; /* HME device */
sys/dev/pci/if_hme_pci.c
69
int hme_pci_enaddr(struct hme_softc *, struct pci_attach_args *);
sys/dev/sbus/if_hme_sbus.c
62
struct hme_softc hsc_hme; /* HME device */
sys/dev/sbus/if_hme_sbus.c
88
struct hme_softc *sc = &hsc->hsc_hme;