Home
last modified time | relevance | path

Searched refs:ether_ifattach (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd-13-stable/sys/net/
HDif_edsc.c154 ether_ifattach(ifp, eaddr.octet); in edsc_clone_create()
HDethernet.h436 extern void ether_ifattach(struct ifnet *, const u_int8_t *);
HDif_epair.c495 ether_ifattach(ifp, eaddr); in epair_clone_add()
649 ether_ifattach(ifp, eaddr); in epair_clone_create()
/freebsd-13-stable/sys/dev/gxemul/ether/
HDif_gx.c190 ether_ifattach(ifp, mac); in gx_attach()
/freebsd-13-stable/sys/mips/cavium/octe/
HDocte.c187 ether_ifattach(ifp, priv->mac); in octe_attach()
/freebsd-13-stable/sys/mips/cavium/
HDif_octm.c236 ether_ifattach(ifp, (const u_int8_t *)&mac + 2); in octm_attach()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_tracer.c190 ether_ifattach(ifp, lla); in t4_cloner_create()
/freebsd-13-stable/sys/netgraph/
HDng_eiface.c430 ether_ifattach(ifp, eaddr.octet); in ng_eiface_constructor()
/freebsd-13-stable/sys/dev/beri/virtio/network/
HDif_vtbe.c630 ether_ifattach(ifp, macaddr); in vtbe_attach()
/freebsd-13-stable/sys/dev/ntb/if_ntb/
HDif_ntb.c175 ether_ifattach(ifp, sc->eaddr); in ntb_net_attach()
/freebsd-13-stable/sys/powerpc/pseries/
HDphyp_llan.c245 ether_ifattach(sc->ifp, &sc->mac_address[2]); in llan_attach()
/freebsd-13-stable/sys/dev/usb/net/
HDusb_ethernet.c258 ether_ifattach(ifp, ue->ue_eaddr); in ue_attach_post_task()
/freebsd-13-stable/sys/dev/dpaa/
HDif_dtsec.c716 ether_ifattach(ifp, sc->sc_mac_addr); in dtsec_attach()
/freebsd-13-stable/sys/dev/axgbe/
HDif_axgbe.c541 ether_ifattach(ifp, sc->mac_addr); in axgbe_attach()
/freebsd-13-stable/sys/dev/firewire/
HDif_fwe.c190 ether_ifattach(ifp, eaddr); in fwe_attach()
/freebsd-13-stable/sys/dev/le/
HDlance.c195 ether_ifattach(ifp, sc->sc_enaddr); in lance_attach()
/freebsd-13-stable/sys/dev/netfpga10g/nf10bmac/
HDif_nf10bmac.c817 ether_ifattach(ifp, sc->nf10bmac_eth_addr); in nf10bmac_attach()
/freebsd-13-stable/sys/dev/gve/
HDgve_main.c395 ether_ifattach(ifp, priv->mac); in gve_setup_ifnet()
/freebsd-13-stable/sys/dev/dme/
HDif_dme.c907 ether_ifattach(ifp, sc->dme_macaddr); in dme_attach()
/freebsd-13-stable/sys/dev/xilinx/
HDif_xae.c1032 ether_ifattach(ifp, sc->macaddr); in xae_attach()
/freebsd-13-stable/sys/powerpc/ps3/
HDif_glc.c279 ether_ifattach(sc->sc_ifp, sc->sc_enaddr); in glc_attach()
/freebsd-13-stable/sys/dev/sfxge/
HDsfxge.c615 ether_ifattach(ifp, encp->enc_mac_addr); in sfxge_ifnet_init()
/freebsd-13-stable/sys/dev/sbni/
HDif_sbni.c242 ether_ifattach(ifp, sc->enaddr); in sbni_attach()
/freebsd-13-stable/sys/arm/allwinner/
HDif_emac.c964 ether_ifattach(ifp, eaddr); in emac_attach()
/freebsd-13-stable/sys/dev/netmap/
HDnetmap_freebsd.c615 ether_ifattach(ifp, eaddr); in nm_os_vi_persist()

12345