Searched refs:ether_ifattach (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-11-stable/sys/net/
H A Dif_edsc.c154 ether_ifattach(ifp, eaddr);
H A Dethernet.h430 extern void ether_ifattach(struct ifnet *, const u_int8_t *);
H A Dif_epair.c719 ether_ifattach(ifp, eaddr);
837 ether_ifattach(ifp, eaddr);
/freebsd-11-stable/sys/dev/gxemul/ether/
H A Dif_gx.c190 ether_ifattach(ifp, mac);
/freebsd-11-stable/sys/mips/cavium/
H A Dif_octm.c237 ether_ifattach(ifp, (const u_int8_t *)&mac + 2);
/freebsd-11-stable/sys/mips/cavium/octe/
H A Docte.c188 ether_ifattach(ifp, priv->mac);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_tracer.c196 ether_ifattach(ifp, lla);
/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec.c721 ether_ifattach(ifp, sc->sc_mac_addr);
/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c628 ether_ifattach(ifp, macaddr);
/freebsd-11-stable/sys/netgraph/
H A Dng_eiface.c435 ether_ifattach(ifp, eaddr);
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_llan.c236 ether_ifattach(sc->ifp, &sc->mac_address[2]);
/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwe.c195 ether_ifattach(ifp, eaddr);
/freebsd-11-stable/sys/dev/usb/net/
H A Dusb_ethernet.c264 ether_ifattach(ifp, ue->ue_eaddr);
/freebsd-11-stable/sys/dev/le/
H A Dlance.c197 ether_ifattach(ifp, sc->sc_enaddr);
/freebsd-11-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c179 ether_ifattach(ifp, sc->eaddr);
/freebsd-11-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c819 ether_ifattach(ifp, sc->nf10bmac_eth_addr);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dif_glc.c280 ether_ifattach(sc->sc_ifp, sc->sc_enaddr);
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c192 ether_ifattach(ifp, myea);
/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c392 ether_ifattach(ifp, eaddr);
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_emac.c968 ether_ifattach(ifp, eaddr);
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c562 ether_ifattach(ifp, sc->enaddr);
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c266 ether_ifattach(ifp, sc->enaddr);
/freebsd-11-stable/sys/dev/vx/
H A Dif_vx.c199 ether_ifattach(ifp, eaddr);
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep.c338 ether_ifattach(ifp, sc->eaddr);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.c618 ether_ifattach(ifp, encp->enc_mac_addr);

Completed in 173 milliseconds

123456