cue_softc
static uint8_t cue_csr_read_1(struct cue_softc *, uint16_t);
static uint16_t cue_csr_read_2(struct cue_softc *, uint8_t);
static int cue_csr_write_1(struct cue_softc *, uint16_t, uint16_t);
static int cue_mem(struct cue_softc *, uint8_t, uint16_t, void *, int);
static int cue_getmac(struct cue_softc *, void *);
static void cue_reset(struct cue_softc *);
.size = sizeof(struct cue_softc),
cue_csr_read_1(struct cue_softc *sc, uint16_t reg)
cue_csr_read_2(struct cue_softc *sc, uint8_t reg)
cue_csr_write_1(struct cue_softc *sc, uint16_t reg, uint16_t val)
cue_mem(struct cue_softc *sc, uint8_t cmd, uint16_t addr, void *buf, int len)
cue_getmac(struct cue_softc *sc, void *buf)
struct cue_softc *sc = uether_getsc(ue);
struct cue_softc *sc = uether_getsc(ue);
cue_reset(struct cue_softc *sc)
struct cue_softc *sc = uether_getsc(ue);
struct cue_softc *sc = device_get_softc(dev);
struct cue_softc *sc = device_get_softc(dev);
struct cue_softc *sc = usbd_xfer_softc(xfer);
struct cue_softc *sc = usbd_xfer_softc(xfer);
struct cue_softc *sc = uether_getsc(ue);
struct cue_softc *sc = uether_getsc(ue);
struct cue_softc *sc = uether_getsc(ue);
struct cue_softc *sc = uether_getsc(ue);