ure_softc
struct ure_softc *sc = arg1;
struct ure_softc *sc = uether_getsc(ue);
struct ure_softc *sc;
struct ure_softc *sc = uether_getsc(ue);
struct ure_softc *sc = uether_getsc(ue);
struct ure_softc *sc = uether_getsc(ue);
struct ure_softc *sc = uether_getsc(ue);
ure_reset(struct ure_softc *sc)
struct ure_softc *sc = if_getsoftc(ifp);
static int ure_ctl(struct ure_softc *, uint8_t, uint16_t, uint16_t,
static int ure_read_mem(struct ure_softc *, uint16_t, uint16_t, void *,
struct ure_softc *sc;
static int ure_write_mem(struct ure_softc *, uint16_t, uint16_t, void *,
static uint8_t ure_read_1(struct ure_softc *, uint16_t, uint16_t);
ure_add_media_types(struct ure_softc *sc)
static uint16_t ure_read_2(struct ure_softc *, uint16_t, uint16_t);
ure_link_state(struct ure_softc *sc)
static uint32_t ure_read_4(struct ure_softc *, uint16_t, uint16_t);
static int ure_write_1(struct ure_softc *, uint16_t, uint16_t, uint32_t);
ure_get_link_status(struct ure_softc *sc)
static int ure_write_2(struct ure_softc *, uint16_t, uint16_t, uint32_t);
static int ure_write_4(struct ure_softc *, uint16_t, uint16_t, uint32_t);
struct ure_softc *sc;
static uint16_t ure_ocp_reg_read(struct ure_softc *, uint16_t);
static void ure_ocp_reg_write(struct ure_softc *, uint16_t, uint16_t);
static void ure_sram_write(struct ure_softc *, uint16_t, uint16_t);
static void ure_read_chipver(struct ure_softc *);
ure_rtl8152_init(struct ure_softc *sc)
static void ure_reset(struct ure_softc *);
static void ure_add_media_types(struct ure_softc *);
ure_rtl8153_init(struct ure_softc *sc)
static void ure_link_state(struct ure_softc *sc);
static int ure_get_link_status(struct ure_softc *);
static void ure_rtl8152_init(struct ure_softc *);
static void ure_rtl8152_nic_reset(struct ure_softc *);
static void ure_rtl8153_init(struct ure_softc *);
static void ure_rtl8153b_init(struct ure_softc *);
static void ure_rtl8153b_nic_reset(struct ure_softc *);
static void ure_disable_teredo(struct ure_softc *);
static void ure_enable_aldps(struct ure_softc *, bool);
static uint16_t ure_phy_status(struct ure_softc *, uint16_t);
ure_rtl8153b_init(struct ure_softc *sc)
ure_rtl8153b_nic_reset(struct ure_softc *sc)
.size = sizeof(struct ure_softc),
struct ure_softc *sc = uether_getsc(ue);
ure_disable_teredo(struct ure_softc *sc)
ure_enable_aldps(struct ure_softc *sc, bool enable)
ure_phy_status(struct ure_softc *sc, uint16_t desired)
ure_rtl8152_nic_reset(struct ure_softc *sc)
ure_ctl(struct ure_softc *sc, uint8_t rw, uint16_t val, uint16_t index,
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_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_sram_write(struct ure_softc *sc, uint16_t addr, uint16_t data)
struct ure_softc *sc;
struct ure_softc *sc;
struct ure_softc *sc;
struct ure_softc *sc;
struct ure_softc *sc = device_get_softc(dev);
struct ure_softc *sc = device_get_softc(dev);
struct ure_softc *sc = usbd_xfer_softc(xfer);
struct ure_softc *sc = usbd_xfer_softc(xfer);
ure_read_chipver(struct ure_softc *sc)