Searched refs:axe_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_axe.c | 207 static int axe_cmd(struct axe_softc *, int, int, int, void *); 208 static void axe_ax88178_init(struct axe_softc *); 209 static void axe_ax88772_init(struct axe_softc *); 210 static void axe_ax88772_phywake(struct axe_softc *); 211 static void axe_ax88772a_init(struct axe_softc *); 212 static void axe_ax88772b_init(struct axe_softc *); 213 static int axe_get_phyno(struct axe_softc *, int); 271 .size = sizeof(struct axe_softc), 297 axe_cmd(struct axe_softc *sc, int cmd, int index, int val, void *buf) in axe_cmd() 320 struct axe_softc *sc = device_get_softc(dev); in axe_miibus_readreg() [all …]
|
H A D | if_axereg.h | 333 struct axe_softc { struct
|