Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Diflib.h433 void iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]);
H A Diflib.c253 iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]) in iflib_set_mac() function
/freebsd-13.1/sys/dev/iavf/
H A Dif_iavf_iflib.c354 iflib_set_mac(ctx, hw->mac.addr); in iavf_if_attach_pre()
777 iflib_set_mac(ctx, hw->mac.addr); in iavf_if_init()
/freebsd-13.1/sys/dev/ixl/
H A Dif_ixl.c621 iflib_set_mac(ctx, hw->mac.addr); in ixl_if_attach_pre()
964 iflib_set_mac(ctx, hw->mac.addr); in ixl_if_init()
/freebsd-13.1/sys/dev/mgb/
H A Dif_mgb.c445 iflib_set_mac(ctx, hwaddr.octet); in mgb_attach_pre()
/freebsd-13.1/sys/dev/ixgbe/
H A Dif_ixv.c483 iflib_set_mac(ctx, hw->mac.addr); in ixv_if_attach_pre()
H A Dif_ix.c994 iflib_set_mac(ctx, hw->mac.addr); in ixgbe_if_attach_pre()
/freebsd-13.1/sys/dev/ice/
H A Dif_ice_iflib.c536 iflib_set_mac(ctx, hw->port_info->mac.lan_addr); in ice_if_attach_pre()
/freebsd-13.1/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c451 iflib_set_mac(ctx, sc->vmx_lladdr); in vmxnet3_attach_pre()
/freebsd-13.1/sys/dev/axgbe/
H A Dif_axgbe_pci.c470 iflib_set_mac(ctx, pdata->mac_addr); in axgbe_if_attach_pre()
/freebsd-13.1/sys/dev/bnxt/
H A Dif_bnxt.c783 iflib_set_mac(ctx, softc->func.mac_addr); in bnxt_attach_pre()
/freebsd-13.1/sys/dev/igc/
H A Dif_igc.c663 iflib_set_mac(ctx, hw->mac.addr); in igc_if_attach_pre()
/freebsd-13.1/sys/dev/e1000/
H A Dif_em.c1119 iflib_set_mac(ctx, hw->mac.addr); in em_if_attach_pre()