Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Diflib.h385 void iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]);
H A Diflib.c250 iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]) in iflib_set_mac() function
/freebsd-12.1/sys/dev/ixl/
H A Dif_ixl.c525 iflib_set_mac(ctx, hw->mac.addr); in ixl_if_attach_pre()
846 iflib_set_mac(ctx, hw->mac.addr); in ixl_if_init()
H A Dif_iavf.c444 iflib_set_mac(ctx, hw->mac.addr); in iavf_if_attach_pre()
676 iflib_set_mac(ctx, hw->mac.addr); in iavf_if_init()
/freebsd-12.1/sys/dev/ixgbe/
H A Dif_ixv.c478 iflib_set_mac(ctx, hw->mac.addr); in ixv_if_attach_pre()
H A Dif_ix.c986 iflib_set_mac(ctx, hw->mac.addr); in ixgbe_if_attach_pre()
/freebsd-12.1/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c431 iflib_set_mac(ctx, sc->vmx_lladdr); in vmxnet3_attach_pre()
/freebsd-12.1/sys/dev/bnxt/
H A Dif_bnxt.c784 iflib_set_mac(ctx, softc->func.mac_addr); in bnxt_attach_pre()
/freebsd-12.1/sys/dev/e1000/
H A Dif_em.c1075 iflib_set_mac(ctx, hw->mac.addr); in em_if_attach_pre()