Home
last modified time | relevance | path

Searched refs:iflib_set_mac (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/net/
H A Diflib.h425 void iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]);
H A Diflib.c249 iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]) in iflib_set_mac() function
/freebsd/sys/dev/iavf/
H A Dif_iavf_iflib.c354 iflib_set_mac(ctx, hw->mac.addr); in iavf_if_attach_pre()
775 iflib_set_mac(ctx, hw->mac.addr); in iavf_if_init()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c639 iflib_set_mac(ctx, hw->mac.addr); in ixl_if_attach_pre()
993 iflib_set_mac(ctx, hw->mac.addr); in ixl_if_init()
/freebsd/sys/dev/mgb/
H A Dif_mgb.c443 iflib_set_mac(ctx, hwaddr.octet); in mgb_attach_pre()
/freebsd/sys/dev/enetc/
H A Dif_enetc.c577 iflib_set_mac(sc->ctx, hwaddr.octet); in enetc_get_hwaddr()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c483 iflib_set_mac(ctx, hw->mac.addr); in ixv_if_attach_pre()
H A Dif_ix.c1063 iflib_set_mac(ctx, hw->mac.addr); in ixgbe_if_attach_pre()
/freebsd/sys/dev/enic/
H A Dif_enic.c387 iflib_set_mac(ctx, softc->mac_addr); in enic_attach_pre()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c451 iflib_set_mac(ctx, sc->vmx_lladdr); in vmxnet3_attach_pre()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c495 iflib_set_mac(ctx, pdata->mac_addr); in axgbe_if_attach_pre()
/freebsd/sys/dev/igc/
H A Dif_igc.c690 iflib_set_mac(ctx, hw->mac.addr); in igc_if_attach_pre()
/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c583 iflib_set_mac(ctx, hw->port_info->mac.lan_addr); in ice_if_attach_pre()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2281 iflib_set_mac(ctx, softc->func.mac_addr); in bnxt_attach_pre()
/freebsd/sys/dev/e1000/
H A Dif_em.c1350 iflib_set_mac(ctx, hw->mac.addr); in em_if_attach_pre()