• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/usb/net/

Lines Matching defs:ue

497 axe_setmulti(struct usb_ether *ue)
499 struct axe_softc *sc = uether_getsc(ue);
500 struct ifnet *ifp = uether_getifp(ue);
548 uether_pause(ue, (y)); \
554 struct usb_ether *ue;
558 ue = &sc->sc_ue;
637 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno,
639 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno,
641 val = axe_miibus_readreg(ue->ue_dev, sc->sc_phyno,
643 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno,
645 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno,
656 uether_pause(ue, hz / 4);
660 uether_pause(ue, hz / 4);
663 uether_pause(ue, hz / 4);
712 struct usb_ether *ue;
714 ue = &sc->sc_ue;
745 struct usb_ether *ue;
747 ue = &sc->sc_ue;
758 struct usb_ether *ue;
763 ue = &sc->sc_ue;
778 eaddr = ue->ue_eaddr;
822 axe_attach_post(struct usb_ether *ue)
824 struct axe_softc *sc = uether_getsc(ue);
845 axe_cmd(sc, AXE_178_CMD_READ_NODEID, 0, 0, ue->ue_eaddr);
848 axe_cmd(sc, AXE_178_CMD_READ_NODEID, 0, 0, ue->ue_eaddr);
851 axe_cmd(sc, AXE_178_CMD_READ_NODEID, 0, 0, ue->ue_eaddr);
855 axe_cmd(sc, AXE_172_CMD_READ_NODEID, 0, 0, ue->ue_eaddr);
870 axe_attach_post_sub(struct usb_ether *ue)
877 sc = uether_getsc(ue);
878 ifp = ue->ue_ifp;
908 error = mii_attach(ue->ue_dev, &ue->ue_miibus, ifp,
909 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts,
943 struct usb_ether *ue = &sc->sc_ue;
961 ue->ue_sc = sc;
962 ue->ue_dev = dev;
963 ue->ue_udev = uaa->device;
964 ue->ue_mtx = &sc->sc_mtx;
965 ue->ue_methods = &axe_ue_methods;
967 error = uether_ifattach(ue);
983 struct usb_ether *ue = &sc->sc_ue;
986 uether_ifdetach(ue);
1000 struct usb_ether *ue = &sc->sc_ue;
1009 axe_rx_frame(ue, pc, actlen);
1016 uether_rxflush(ue);
1032 axe_rx_frame(struct usb_ether *ue, struct usb_page_cache *pc, int actlen)
1039 sc = uether_getsc(ue);
1064 axe_rxeof(ue, pc, pos, len, NULL);
1098 axe_rxeof(ue, pc, pos + sizeof(csum_hdr),
1103 axe_rxeof(ue, pc, 0, actlen, NULL);
1106 if_inc_counter(ue->ue_ifp, IFCOUNTER_IERRORS, 1);
1111 axe_rxeof(struct usb_ether *ue, struct usb_page_cache *pc, unsigned int offset,
1114 struct ifnet *ifp = ue->ue_ifp;
1152 (void)mbufq_enqueue(&ue->ue_rxq, m);
1275 axe_tick(struct usb_ether *ue)
1277 struct axe_softc *sc = uether_getsc(ue);
1284 axe_miibus_statchg(ue->ue_dev);
1286 axe_start(ue);
1291 axe_start(struct usb_ether *ue)
1293 struct axe_softc *sc = uether_getsc(ue);
1303 axe_csum_cfg(struct usb_ether *ue)
1309 sc = uether_getsc(ue);
1313 ifp = uether_getifp(ue);
1331 axe_init(struct usb_ether *ue)
1333 struct axe_softc *sc = uether_getsc(ue);
1334 struct ifnet *ifp = uether_getifp(ue);
1343 axe_stop(ue);
1372 axe_csum_cfg(ue);
1419 axe_setmulti(ue);
1429 axe_setpromisc(struct usb_ether *ue)
1431 struct axe_softc *sc = uether_getsc(ue);
1432 struct ifnet *ifp = uether_getifp(ue);
1447 axe_setmulti(ue);
1451 axe_stop(struct usb_ether *ue)
1453 struct axe_softc *sc = uether_getsc(ue);
1454 struct ifnet *ifp = uether_getifp(ue);
1471 struct usb_ether *ue = ifp->if_softc;
1476 sc = uether_getsc(ue);
1503 uether_init(ue);