Searched refs:mos_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_mos.c171 static void mos_chip_init(struct mos_softc *);
178 static void mos_reset(struct mos_softc *sc);
180 static int mos_reg_read_1(struct mos_softc *, int);
181 static int mos_reg_read_2(struct mos_softc *, int);
182 static int mos_reg_write_1(struct mos_softc *, int, int);
183 static int mos_reg_write_2(struct mos_softc *, int, int);
184 static int mos_readmac(struct mos_softc *, uint8_t *);
185 static int mos_writemac(struct mos_softc *, uint8_t *);
186 static int mos_write_mcast(struct mos_softc *, u_char *);
239 .size = sizeof(struct mos_softc)
[all...]
H A Dif_mosreg.h159 struct mos_softc { struct

Completed in 106 milliseconds