HomeSort by: relevance | last modified time | path
    Searched defs:ethercom (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
mtd803var.h 64 struct ethercom ethercom; member in struct:mtd_softc
rtl81x9var.h 177 struct ethercom ethercom; /* interface info */ member in struct:rtk_softc
  /src/sys/arch/playstation2/dev/
if_smap.c 94 struct ethercom ethercom; member in struct:smap_softc
152 struct ifnet *ifp = &sc->ethercom.ec_if;
222 sc->ethercom.ec_mii = mii;
257 emac3_setmulti(&sc->emac3, &sc->ethercom);
311 ifp = &sc->ethercom.ec_if;
323 struct ifnet *ifp = &sc->ethercom.ec_if;
410 struct ifnet *ifp = &sc->ethercom.ec_if;
578 emac3_setmulti(&sc->emac3, &sc->ethercom);
  /src/sys/net/
if_ether.h 163 struct ethercom;
165 typedef int (*ether_cb_t)(struct ethercom *);
166 typedef int (*ether_vlancb_t)(struct ethercom *, uint16_t, bool);
173 struct ethercom { struct
253 void ether_set_ifflags_cb(struct ethercom *, ether_cb_t);
254 void ether_set_vlan_cb(struct ethercom *, ether_vlancb_t);
256 int ether_addmulti(const struct sockaddr *, struct ethercom *);
257 int ether_delmulti(const struct sockaddr *, struct ethercom *);
266 * rooted in the interface's ethercom structure.
285 * multicast addresses connected to a given ethercom structure
    [all...]
  /src/sys/dev/pci/
if_bce.c 116 struct ethercom ethercom; /* interface info */ member in struct:bce_softc
410 ifp = &sc->ethercom.ec_if;
421 sc->ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU;
430 sc->ethercom.ec_mii = mii;
673 ifp = &sc->ethercom.ec_if;
735 struct ifnet *ifp = &sc->ethercom.ec_if;
837 struct ifnet *ifp = &sc->ethercom.ec_if;
if_bgevar.h 281 struct ethercom ethercom; /* interface info */ member in struct:bge_softc
if_tireg.h 1087 struct ethercom ethercom; /* interface info */ member in struct:ti_softc

Completed in 112 milliseconds