Symbol: cue_softc
sys/bus/u4b/net/if_cue.c
117
static uint8_t cue_csr_read_1(struct cue_softc *, uint16_t);
sys/bus/u4b/net/if_cue.c
118
static uint16_t cue_csr_read_2(struct cue_softc *, uint8_t);
sys/bus/u4b/net/if_cue.c
119
static int cue_csr_write_1(struct cue_softc *, uint16_t, uint16_t);
sys/bus/u4b/net/if_cue.c
120
static int cue_mem(struct cue_softc *, uint8_t, uint16_t, void *, int);
sys/bus/u4b/net/if_cue.c
121
static int cue_getmac(struct cue_softc *, void *);
sys/bus/u4b/net/if_cue.c
123
static void cue_reset(struct cue_softc *);
sys/bus/u4b/net/if_cue.c
167
.size = sizeof(struct cue_softc),
sys/bus/u4b/net/if_cue.c
195
cue_csr_read_1(struct cue_softc *sc, uint16_t reg)
sys/bus/u4b/net/if_cue.c
213
cue_csr_read_2(struct cue_softc *sc, uint8_t reg)
sys/bus/u4b/net/if_cue.c
229
cue_csr_write_1(struct cue_softc *sc, uint16_t reg, uint16_t val)
sys/bus/u4b/net/if_cue.c
243
cue_mem(struct cue_softc *sc, uint8_t cmd, uint16_t addr, void *buf, int len)
sys/bus/u4b/net/if_cue.c
260
cue_getmac(struct cue_softc *sc, void *buf)
sys/bus/u4b/net/if_cue.c
289
struct cue_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_cue.c
307
struct cue_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_cue.c
345
cue_reset(struct cue_softc *sc)
sys/bus/u4b/net/if_cue.c
368
struct cue_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_cue.c
396
struct cue_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_cue.c
433
struct cue_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_cue.c
446
struct cue_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/net/if_cue.c
495
struct cue_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/net/if_cue.c
556
struct cue_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_cue.c
572
struct cue_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_cue.c
584
struct cue_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_cue.c
634
struct cue_softc *sc = uether_getsc(ue);