hme_softc          93 dev/ic/hme.c   void		hme_stop(struct hme_softc *);
hme_softc          98 dev/ic/hme.c   void		hme_init(struct hme_softc *);
hme_softc          99 dev/ic/hme.c   void		hme_meminit(struct hme_softc *);
hme_softc         100 dev/ic/hme.c   void		hme_mifinit(struct hme_softc *);
hme_softc         101 dev/ic/hme.c   void		hme_reset(struct hme_softc *);
hme_softc         102 dev/ic/hme.c   void		hme_setladrf(struct hme_softc *);
hme_softc         103 dev/ic/hme.c   int		hme_newbuf(struct hme_softc *, struct hme_sxd *, int);
hme_softc         104 dev/ic/hme.c   int		hme_encap(struct hme_softc *, struct mbuf *, int *);
hme_softc         114 dev/ic/hme.c   int		hme_eint(struct hme_softc *, u_int);
hme_softc         115 dev/ic/hme.c   int		hme_rint(struct hme_softc *);
hme_softc         116 dev/ic/hme.c   int		hme_tint(struct hme_softc *);
hme_softc         122 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         325 dev/ic/hme.c   	struct hme_softc *sc = arg;
hme_softc         357 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         368 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         410 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         476 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         638 dev/ic/hme.c   	struct hme_softc *sc = (struct hme_softc *)ifp->if_softc;
hme_softc         683 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         837 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         904 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc         941 dev/ic/hme.c   	struct hme_softc *sc = (struct hme_softc *)v;
hme_softc         966 dev/ic/hme.c   	struct hme_softc *sc = ifp->if_softc;
hme_softc         979 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc        1018 dev/ic/hme.c   	struct hme_softc *sc = (struct hme_softc *)self;
hme_softc        1076 dev/ic/hme.c   	struct hme_softc *sc = (void *)self;
hme_softc        1130 dev/ic/hme.c   	struct hme_softc *sc = (void *)dev;
hme_softc        1159 dev/ic/hme.c   	struct hme_softc *sc = ifp->if_softc;
hme_softc        1196 dev/ic/hme.c   	struct hme_softc *sc = ifp->if_softc;
hme_softc        1215 dev/ic/hme.c   	struct hme_softc *sc = ifp->if_softc;
hme_softc        1321 dev/ic/hme.c   	hme_stop((struct hme_softc *)arg);
hme_softc        1329 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc        1403 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc        1490 dev/ic/hme.c   	struct hme_softc *sc;
hme_softc          64 dev/ic/hmevar.h struct hme_softc {
hme_softc          93 dev/ic/hmevar.h 	void	(*sc_hwreset)(struct hme_softc *);
hme_softc          94 dev/ic/hmevar.h 	void	(*sc_hwinit)(struct hme_softc *);
hme_softc         104 dev/ic/hmevar.h void	hme_config(struct hme_softc *);
hme_softc         105 dev/ic/hmevar.h void	hme_reset(struct hme_softc *);
hme_softc          71 dev/pci/if_hme_pci.c 	struct	hme_softc	hsc_hme;	/* HME device */
hme_softc          79 dev/pci/if_hme_pci.c int	hme_pci_enaddr(struct hme_softc *, struct pci_attach_args *);
hme_softc         120 dev/pci/if_hme_pci.c hme_pci_enaddr(struct hme_softc *sc, struct pci_attach_args *hpa)
hme_softc         203 dev/pci/if_hme_pci.c 	struct hme_softc *sc = &hsc->hsc_hme;
hme_softc          75 dev/sbus/if_hme_sbus.c 	struct	hme_softc	hsc_hme;	/* HME device */
hme_softc         101 dev/sbus/if_hme_sbus.c 	struct hme_softc *sc = &hsc->hsc_hme;