Home
last modified time | relevance | path

Searched refs:re_softc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/re/
H A Dre_dragonfly.h58 void rtl_exit_oob(struct re_softc *);
59 void rtl_hw_init(struct re_softc *);
60 void rtl_reset(struct re_softc *);
62 void rtl_phy_power_up(struct re_softc *);
64 void rtl_clrwol(struct re_softc *);
67 void rtl_stop(struct re_softc *);
68 u_int8_t rtl_link_ok(struct re_softc *);
70 void rtl_set_eaddr(struct re_softc *);
71 void rtl_hw_start(struct re_softc *);
73 void rtl_hw_d3_para(struct re_softc *);
[all …]
H A Dif_re.c270 sizeof(struct re_softc)
1129 re_rxeof(struct re_softc *sc) in re_rxeof()
1355 struct re_softc *sc = xsc; in re_tick()
1365 struct re_softc *sc = xsc; in re_tick_serialized()
1448 struct re_softc *sc = arg; in re_intr()
1865 struct re_softc *sc = xsc; in re_init()
2125 struct re_softc *sc = arg1; in re_sysctl_rxtime()
2133 struct re_softc *sc = arg1; in re_sysctl_txtime()
2141 struct re_softc *sc = arg1; in re_sysctl_hwtime()
2172 struct re_softc *sc = arg1; in re_sysctl_simtime()
[all …]
H A Dif_revar.h73 struct re_softc;
75 struct re_softc *re_sc;
117 struct re_softc { struct
131 void (*re_start_xmit)(struct re_softc *); argument
141 int (*re_newbuf)(struct re_softc *, int, int); argument
148 void (*re_write_imr)(struct re_softc *, uint32_t); argument
149 void (*re_write_isr)(struct re_softc *, uint32_t); argument
150 uint32_t (*re_read_isr)(struct re_softc *); argument
H A Dre.c399 struct re_softc *sc, in ClearAndSetEthPhyBit()
416 struct re_softc *sc, in ClearEthPhyBit()
430 struct re_softc *sc, in SetEthPhyBit()
444 struct re_softc *sc, in ClearAndSetEthPhyOcpBit()
460 struct re_softc *sc, in ClearEthPhyOcpBit()
474 struct re_softc *sc, in SetEthPhyOcpBit()
488 struct re_softc *sc, in ClearAndSetMcuAccessRegBit()
504 struct re_softc *sc, in ClearMcuAccessRegBit()
518 struct re_softc *sc, in SetMcuAccessRegBit()
8314 struct re_softc *sc; in re_rxeof()
[all …]
H A Dre.h885 struct re_softc { struct
990 void (*hw_start_unlock)(struct re_softc *); argument