ure_softc
struct ure_softc *sc = xsc;
struct ure_softc *sc = ifp->if_softc;
struct ure_softc *sc = xsc;
ure_stop(struct ure_softc *sc)
ure_xfer_list_init(struct ure_softc *sc, struct ure_chain *ch,
ure_xfer_list_free(struct ure_softc *sc, struct ure_chain *ch, int listlen)
ure_rtl8152_init(struct ure_softc *sc)
ure_rtl8153_init(struct ure_softc *sc)
ure_rtl8153b_init(struct ure_softc *sc)
sizeof(struct ure_softc), ure_match, ure_attach, ure_detach
int ure_ctl(struct ure_softc *, uint8_t, uint16_t, uint16_t,
int ure_read_mem(struct ure_softc *, uint16_t, uint16_t, void *,
int ure_write_mem(struct ure_softc *, uint16_t, uint16_t, void *,
uint8_t ure_read_1(struct ure_softc *, uint16_t, uint16_t);
uint16_t ure_read_2(struct ure_softc *, uint16_t, uint16_t);
uint32_t ure_read_4(struct ure_softc *, uint16_t, uint16_t);
int ure_write_1(struct ure_softc *, uint16_t, uint16_t, uint32_t);
int ure_write_2(struct ure_softc *, uint16_t, uint16_t, uint32_t);
int ure_write_4(struct ure_softc *, uint16_t, uint16_t, uint32_t);
ure_rtl8157_init(struct ure_softc *sc)
uint16_t ure_ocp_reg_read(struct ure_softc *, uint16_t);
void ure_ocp_reg_write(struct ure_softc *, uint16_t, uint16_t);
uint16_t ure_rtl8157_ocp_reg_read(struct ure_softc *, uint16_t);
void ure_rtl8157_ocp_reg_write(struct ure_softc *, uint16_t,
uint32_t ure_ocp_cmd_read(struct ure_softc *, uint16_t, int);
void ure_ocp_cmd_write(struct ure_softc *, uint16_t, int, uint32_t);
void ure_stop(struct ure_softc *);
ure_rtl8152_nic_reset(struct ure_softc *sc)
void ure_reset(struct ure_softc *);
void ure_lock_mii(struct ure_softc *);
void ure_unlock_mii(struct ure_softc *);
ure_rtl8153_nic_reset(struct ure_softc *sc)
void ure_decap(struct ure_softc *, struct ure_chain *, uint32_t);
int ure_encap_txpkt(struct ure_softc *, struct mbuf *, char *,
int ure_encap_xfer(struct ifnet *, struct ure_softc *,
int ure_xfer_list_init(struct ure_softc *, struct ure_chain *,
void ure_xfer_list_free(struct ure_softc *, struct ure_chain *, int);
ure_rtl8153_phy_status(struct ure_softc *sc, int desired)
ure_wait_for_flash(struct ure_softc *sc)
void ure_add_media_types(struct ure_softc *);
void ure_link_state(struct ure_softc *);
ure_reset_bmu(struct ure_softc *sc)
int ure_get_link_status(struct ure_softc *);
void ure_iff(struct ure_softc *);
ure_disable_teredo(struct ure_softc *sc)
void ure_rxvlan(struct ure_softc *);
struct ure_softc *sc = ifp->if_softc;
void ure_rtl8152_init(struct ure_softc *);
int ure_rtl8153_init(struct ure_softc *);
int ure_rtl8153b_init(struct ure_softc *);
int ure_rtl8157_init(struct ure_softc *);
int ure_rtl8152_nic_reset(struct ure_softc *);
int ure_rtl8153_nic_reset(struct ure_softc *);
uint16_t ure_rtl8153_phy_status(struct ure_softc *, int);
struct ure_softc *sc = (struct ure_softc *)self;
int ure_wait_for_flash(struct ure_softc *);
void ure_reset_bmu(struct ure_softc *);
void ure_disable_teredo(struct ure_softc *);
struct ure_softc *sc = (struct ure_softc *)self;
struct ure_softc *sc = xsc;
ure_lock_mii(struct ure_softc *sc)
ure_unlock_mii(struct ure_softc *sc)
ure_ctl(struct ure_softc *sc, uint8_t rw, uint16_t val, uint16_t index,
struct ure_softc *sc = c->uc_sc;
struct ure_softc *sc;
ure_decap(struct ure_softc *sc, struct ure_chain *c, uint32_t len)
ure_encap_txpkt(struct ure_softc *sc, struct mbuf *m, char *buf,
ure_encap_xfer(struct ifnet *ifp, struct ure_softc *sc, struct ure_chain *c)
ure_read_mem(struct ure_softc *sc, uint16_t addr, uint16_t index,
ure_write_mem(struct ure_softc *sc, uint16_t addr, uint16_t index,
ure_read_1(struct ure_softc *sc, uint16_t reg, uint16_t index)
ure_read_2(struct ure_softc *sc, uint16_t reg, uint16_t index)
ure_read_4(struct ure_softc *sc, uint16_t reg, uint16_t index)
ure_write_1(struct ure_softc *sc, uint16_t reg, uint16_t index, uint32_t val)
ure_write_2(struct ure_softc *sc, uint16_t reg, uint16_t index, uint32_t val)
ure_write_4(struct ure_softc *sc, uint16_t reg, uint16_t index, uint32_t val)
ure_phy_read(struct ure_softc *sc, uint16_t addr)
ure_phy_write(struct ure_softc *sc, uint16_t addr, uint16_t data)
ure_ocp_reg_read(struct ure_softc *sc, uint16_t addr)
ure_ocp_reg_write(struct ure_softc *sc, uint16_t addr, uint16_t data)
ure_rtl8157_ocp_reg_read(struct ure_softc *sc, uint16_t addr)
ure_rtl8157_ocp_reg_write(struct ure_softc *sc, uint16_t addr, uint16_t data)
ure_ocp_cmd_read(struct ure_softc *sc, uint16_t addr, int type)
ure_ocp_cmd_write(struct ure_softc *sc, uint16_t addr, int type, uint32_t data)
struct ure_softc *sc = (void *)dev;
struct ure_softc *sc = (void *)dev;
struct ure_softc *sc = (void *)dev;
struct ure_softc *sc = ifp->if_softc;
struct ure_softc *sc = ifp->if_softc;
struct ure_softc *sc = ifp->if_softc;
ure_add_media_types(struct ure_softc *sc)
ure_link_state(struct ure_softc *sc)
ure_get_link_status(struct ure_softc *sc)
ure_iff(struct ure_softc *sc)
ure_rxvlan(struct ure_softc *sc)
ure_reset(struct ure_softc *sc)
struct ure_softc *sc = ifp->if_softc;
struct ure_softc *uc_sc;
uint16_t (*ure_phy_read)(struct ure_softc *, uint16_t);
void (*ure_phy_write)(struct ure_softc *, uint16_t,