Searched refs:tr_softc (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | tropicvar.h | 52 struct tr_softc { struct 76 int (*sc_mediachange)(struct tr_softc *); argument 77 void (*sc_mediastatus)(struct tr_softc *, struct ifmediareq *); argument 97 int tr_config(struct tr_softc *); argument 98 int tr_attach(struct tr_softc *); 102 void tr_stop(struct tr_softc *); 103 int tr_reset(struct tr_softc *); 104 void tr_sleep(struct tr_softc *); 105 int tr_setspeed(struct tr_softc *, u_int8_t);
|
| D | tropic.c | 88 void tr_rint(struct tr_softc *); 89 void tr_xint(struct tr_softc *); 90 void tr_oldxint(struct tr_softc *); 91 struct mbuf *tr_get(struct tr_softc *, int, struct ifnet *); 92 void tr_opensap(struct tr_softc *, u_char); 93 int tr_mbcopy(struct tr_softc *, bus_size_t, struct mbuf *); 94 void tr_bcopy(struct tr_softc *, u_char *, int); 100 int tropic_mediachange(struct tr_softc *); 101 void tropic_mediastatus(struct tr_softc *, struct ifmediareq *); 130 struct tr_softc *sc; in tropic_mediachange() [all …]
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_tr_isa.c | 70 int trtcm_isa_mediachange(struct tr_softc *); 71 void trtcm_isa_mediastatus(struct tr_softc *, struct ifmediareq *); 86 sizeof(struct tr_softc), tr_isa_probe, tr_isa_attach 184 int trtcm_setspeed(struct tr_softc *, int); 191 struct tr_softc *sc = (void *) self;
|
| D | if_trtcm_isa.c | 70 int trtcm_isa_mediachange(struct tr_softc *); 71 void trtcm_isa_mediastatus(struct tr_softc *, struct ifmediareq *); 190 struct tr_softc *sc; in trtcm_isa_mediachange() 197 struct tr_softc *sc; in trtcm_isa_mediastatus()
|