Home
last modified time | relevance | path

Searched refs:permanent_mac (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/net/
H A Digb_core.h95 uint8_t permanent_mac[ETH_ALEN]; member
H A Digb.c333 memcpy(s->core.permanent_mac, macaddr, sizeof(s->core.permanent_mac)); in igb_init_net_peer()
578 VMSTATE_UINT8_ARRAY(core.permanent_mac, IGBState, ETH_ALEN),
H A De1000e_core.h106 uint8_t permanent_mac[ETH_ALEN]; member
H A De1000e.c328 memcpy(s->core.permanent_mac, macaddr, sizeof(s->core.permanent_mac)); in e1000e_init_net_peer()
625 VMSTATE_UINT8_ARRAY(core.permanent_mac, E1000EState, ETH_ALEN),
H A De1000e_core.c3477 e1000x_reset_mac_addr(core->owner_nic, core->mac, core->permanent_mac); in e1000e_reset()
H A Digb_core.c4489 e1000x_reset_mac_addr(core->owner_nic, core->mac, core->permanent_mac); in igb_reset()