Lines Matching refs:axe_softc
108 struct axe_softc { struct
258 CFATTACH_DECL_NEW(axe, sizeof(struct axe_softc),
272 static void axe_ax88178_init(struct axe_softc *);
273 static void axe_ax88772_init(struct axe_softc *);
274 static void axe_ax88772a_init(struct axe_softc *);
275 static void axe_ax88772b_init(struct axe_softc *);
289 axe_cmd(struct axe_softc *sc, int cmd, int index, int val, void *buf) in axe_cmd()
321 struct axe_softc * const sc = usbnet_softc(un); in axe_uno_mii_read_reg()
362 struct axe_softc * const sc = usbnet_softc(un); in axe_uno_mii_write_reg()
386 struct axe_softc * const sc = usbnet_softc(un); in axe_uno_mii_statchg()
434 struct axe_softc * const sc = usbnet_softc(un); in axe_uno_mcast()
488 struct axe_softc * const sc = usbnet_softc(un); in axe_ax_init()
537 axe_get_phyno(struct axe_softc *sc, int sel) in axe_get_phyno()
567 axe_ax88178_init(struct axe_softc *sc) in axe_ax88178_init()
679 axe_ax88772_init(struct axe_softc *sc) in axe_ax88772_init()
724 axe_ax88772_phywake(struct axe_softc *sc) in axe_ax88772_phywake()
769 axe_ax88772a_init(struct axe_softc *sc) in axe_ax88772a_init()
781 axe_ax88772b_init(struct axe_softc *sc) in axe_ax88772b_init()
849 struct axe_softc *sc = device_private(self); in axe_attach()
996 struct axe_softc * const sc = usbnet_softc(un); in axe_uno_rx_loop()
1169 axe_csum_cfg(struct axe_softc *sc) in axe_csum_cfg()
1211 struct axe_softc * const sc = usbnet_softc(un); in axe_uno_init()