Lines Matching refs:axe_softc

199 static int          axe_cmd(struct axe_softc *, int, int, int, void *);
200 static void axe_ax88178_init(struct axe_softc *);
201 static void axe_ax88772_init(struct axe_softc *);
202 static void axe_ax88772_phywake(struct axe_softc *);
203 static void axe_ax88772a_init(struct axe_softc *);
204 static void axe_ax88772b_init(struct axe_softc *);
205 static int axe_get_phyno(struct axe_softc *, int);
264 .size = sizeof(struct axe_softc),
291 axe_cmd(struct axe_softc *sc, int cmd, int index, int val, void *buf) in axe_cmd()
314 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()
454 struct axe_softc *sc = ifp->if_softc; in axe_ifmedia_upd()
473 struct axe_softc *sc = ifp->if_softc; in axe_ifmedia_sts()
486 struct axe_softc *sc = uether_getsc(ue); in axe_setmulti()
519 axe_get_phyno(struct axe_softc *sc, int sel) in axe_get_phyno()
548 axe_ax88178_init(struct axe_softc *sc) in axe_ax88178_init()
665 axe_ax88772_init(struct axe_softc *sc) in axe_ax88772_init()
706 axe_ax88772_phywake(struct axe_softc *sc) in axe_ax88772_phywake()
739 axe_ax88772a_init(struct axe_softc *sc) in axe_ax88772a_init()
752 axe_ax88772b_init(struct axe_softc *sc) in axe_ax88772b_init()
791 axe_reset(struct axe_softc *sc) in axe_reset()
820 struct axe_softc *sc = uether_getsc(ue); in axe_attach_post()
869 struct axe_softc *sc; in axe_attach_post_sub()
938 struct axe_softc *sc = device_get_softc(dev); in axe_attach()
978 struct axe_softc *sc = device_get_softc(dev); in axe_detach()
995 struct axe_softc *sc = usbd_xfer_softc(xfer); in axe_bulk_read_callback()
1031 struct axe_softc *sc; in axe_rx_frame()
1160 struct axe_softc *sc = usbd_xfer_softc(xfer); in axe_bulk_write_callback()
1280 struct axe_softc *sc = uether_getsc(ue); in axe_tick()
1296 struct axe_softc *sc = uether_getsc(ue); in axe_start()
1308 struct axe_softc *sc; in axe_csum_cfg()
1336 struct axe_softc *sc = uether_getsc(ue); in axe_init()
1433 struct axe_softc *sc = uether_getsc(ue); in axe_setpromisc()
1455 struct axe_softc *sc = uether_getsc(ue); in axe_stop()
1475 struct axe_softc *sc; in axe_ioctl()