Lines Matching refs:axe_softc
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()
351 struct axe_softc *sc = device_get_softc(dev); in axe_miibus_writereg()
371 struct axe_softc *sc = device_get_softc(dev); in axe_miibus_statchg()
450 struct axe_softc *sc = if_getsoftc(ifp); in axe_ifmedia_upd()
469 struct axe_softc *sc = if_getsoftc(ifp); in axe_ifmedia_sts()
494 struct axe_softc *sc = uether_getsc(ue); in axe_setmulti()
518 axe_get_phyno(struct axe_softc *sc, int sel) in axe_get_phyno()
547 axe_ax88178_init(struct axe_softc *sc) in axe_ax88178_init()
664 axe_ax88772_init(struct axe_softc *sc) in axe_ax88772_init()
705 axe_ax88772_phywake(struct axe_softc *sc) in axe_ax88772_phywake()
735 axe_ax88772a_init(struct axe_softc *sc) in axe_ax88772a_init()
748 axe_ax88772b_init(struct axe_softc *sc) in axe_ax88772b_init()
787 axe_reset(struct axe_softc *sc) in axe_reset()
816 struct axe_softc *sc = uether_getsc(ue); in axe_attach_post()
864 struct axe_softc *sc; in axe_attach_post_sub()
933 struct axe_softc *sc = device_get_softc(dev); in axe_attach()
973 struct axe_softc *sc = device_get_softc(dev); in axe_detach()
990 struct axe_softc *sc = usbd_xfer_softc(xfer); in axe_bulk_read_callback()
1025 struct axe_softc *sc; in axe_rx_frame()
1154 struct axe_softc *sc = usbd_xfer_softc(xfer); in axe_bulk_write_callback()
1268 struct axe_softc *sc = uether_getsc(ue); in axe_tick()
1284 struct axe_softc *sc = uether_getsc(ue); in axe_start()
1296 struct axe_softc *sc; in axe_csum_cfg()
1324 struct axe_softc *sc = uether_getsc(ue); in axe_init()
1422 struct axe_softc *sc = uether_getsc(ue); in axe_setpromisc()
1444 struct axe_softc *sc = uether_getsc(ue); in axe_stop()
1463 struct axe_softc *sc; in axe_ioctl()