Searched refs:udav_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_udav.c | 106 static int udav_csr_read(struct udav_softc *, uint16_t, void *, int); 107 static int udav_csr_write(struct udav_softc *, uint16_t, void *, int); 108 static uint8_t udav_csr_read1(struct udav_softc *, uint16_t); 109 static int udav_csr_write1(struct udav_softc *, uint16_t, uint8_t); 110 static void udav_reset(struct udav_softc *); 166 .size = sizeof(struct udav_softc), 232 struct udav_softc *sc = uether_getsc(ue); in udav_attach_post() 260 struct udav_softc *sc = device_get_softc(dev); in udav_attach() 310 struct udav_softc *sc = device_get_softc(dev); in udav_detach() 322 udav_mem_read(struct udav_softc *sc, uint16_t offset, void *buf, [all …]
|
H A D | if_udavreg.h | 155 struct udav_softc { struct
|