Symbol: udav_softc
sys/bus/u4b/net/if_udav.c
100
static void udav_reset(struct udav_softc *);
sys/bus/u4b/net/if_udav.c
157
.size = sizeof(struct udav_softc),
sys/bus/u4b/net/if_udav.c
223
struct udav_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_udav.c
251
struct udav_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_udav.c
301
struct udav_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_udav.c
313
udav_mem_read(struct udav_softc *sc, uint16_t offset, void *buf,
sys/bus/u4b/net/if_udav.c
330
udav_mem_write(struct udav_softc *sc, uint16_t offset, void *buf,
sys/bus/u4b/net/if_udav.c
347
udav_mem_write1(struct udav_softc *sc, uint16_t offset,
sys/bus/u4b/net/if_udav.c
363
udav_csr_read(struct udav_softc *sc, uint16_t offset, void *buf, int len)
sys/bus/u4b/net/if_udav.c
379
udav_csr_write(struct udav_softc *sc, uint16_t offset, void *buf, int len)
sys/bus/u4b/net/if_udav.c
396
udav_csr_read1(struct udav_softc *sc, uint16_t offset)
sys/bus/u4b/net/if_udav.c
405
udav_csr_write1(struct udav_softc *sc, uint16_t offset,
sys/bus/u4b/net/if_udav.c
424
struct udav_softc *sc = ue->ue_sc;
sys/bus/u4b/net/if_udav.c
464
udav_reset(struct udav_softc *sc)
sys/bus/u4b/net/if_udav.c
498
struct udav_softc *sc = ue->ue_sc;
sys/bus/u4b/net/if_udav.c
536
struct udav_softc *sc = ue->ue_sc;
sys/bus/u4b/net/if_udav.c
555
struct udav_softc *sc = ue->ue_sc;
sys/bus/u4b/net/if_udav.c
568
struct udav_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/net/if_udav.c
649
struct udav_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/net/if_udav.c
726
struct udav_softc *sc = ue->ue_sc;
sys/bus/u4b/net/if_udav.c
752
struct udav_softc *sc = ifp->if_softc;
sys/bus/u4b/net/if_udav.c
769
struct udav_softc *sc = ifp->if_softc;
sys/bus/u4b/net/if_udav.c
782
struct udav_softc *sc = ue->ue_sc;
sys/bus/u4b/net/if_udav.c
799
struct udav_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_udav.c
840
struct udav_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_udav.c
96
static int udav_csr_read(struct udav_softc *, uint16_t, void *, int);
sys/bus/u4b/net/if_udav.c
97
static int udav_csr_write(struct udav_softc *, uint16_t, void *, int);
sys/bus/u4b/net/if_udav.c
98
static uint8_t udav_csr_read1(struct udav_softc *, uint16_t);
sys/bus/u4b/net/if_udav.c
99
static int udav_csr_write1(struct udav_softc *, uint16_t, uint8_t);