Home
last modified time | relevance | path

Searched refs:MACAddr (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker_fp.h32 void fp_port_get_macaddr(FpPort *port, MACAddr *macaddr);
33 void fp_port_set_macaddr(FpPort *port, MACAddr *macaddr);
49 MACAddr *start_mac, unsigned int index,
H A Drocker_fp.c67 void fp_port_get_macaddr(FpPort *port, MACAddr *macaddr) in fp_port_get_macaddr()
72 void fp_port_set_macaddr(FpPort *port, MACAddr *macaddr) in fp_port_set_macaddr()
226 MACAddr *start_mac, unsigned int index, in fp_port_alloc()
H A Drocker_of_dpa.c32 static const MACAddr zero_mac = { .a = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } };
33 static const MACAddr ff_mac = { .a = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
56 MACAddr src; /* ethernet source address */
57 MACAddr dst; /* ethernet destination address */
79 MACAddr sha; /* ARP source hardware address */
80 MACAddr tha; /* ARP target hardware address */
97 MACAddr sll; /* ND source link layer address */
98 MACAddr tll; /* ND target link layer address */
181 MACAddr src_mac;
182 MACAddr dst_mac;
[all …]
H A Drocker.c54 MACAddr fp_start_macaddr; /* front-panel port 0 mac addr */
271 MACAddr macaddr; in cmd_get_port_settings()
343 MACAddr macaddr; in cmd_set_port_settings()
1263 const MACAddr zero = { .a = { 0, 0, 0, 0, 0, 0 } }; in pci_rocker_realize()
1264 const MACAddr dflt = { .a = { 0x52, 0x54, 0x00, 0x12, 0x35, 0x01 } }; in pci_rocker_realize()
/openbmc/qemu/include/net/
H A Dnet.h21 struct MACAddr { struct
33 MACAddr macaddr; argument
194 void qemu_macaddr_default_if_unset(MACAddr *macaddr);
283 MACAddr macaddr;
326 .size = sizeof(MACAddr), \
/openbmc/qemu/hw/net/
H A Dvmxnet3_defs.h129 MACAddr perm_mac;
132 MACAddr *mcast_list;
H A Dlasi_i82596.c126 static const MACAddr HP_MAC = { in lasi_82596_init()
H A Dxen_nic.c606 MACAddr mac; in type_init()
H A Dvmxnet3.c372 static uint64_t vmxnet3_get_mac_low(MACAddr *addr) in vmxnet3_get_mac_low()
380 static uint64_t vmxnet3_get_mac_high(MACAddr *addr) in vmxnet3_get_mac_high()
2296 s->mcast_list_buff_size = s->mcast_list_len * sizeof(MACAddr); in vmxnet3_pre_save()
H A Dspapr_llan.c102 MACAddr perm_mac;
H A Dnpcm7xx_emc.c447 struct MACAddr mac; in emc_receive_filter1()
H A Dvirtio-net.c146 static const MACAddr zero = { .a = { 0, 0, 0, 0, 0, 0 } }; in virtio_net_get_config()
/openbmc/qemu/include/qemu/
H A Dtypedefs.h62 typedef struct MACAddr MACAddr; typedef
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_property.h32 MACAddr macaddr;
/openbmc/qemu/net/
H A Dnet.c169 static void qemu_macaddr_set_used(MACAddr *macaddr) in qemu_macaddr_set_used()
180 static void qemu_macaddr_set_free(MACAddr *macaddr) in qemu_macaddr_set_free()
183 static const MACAddr base = { .a = { 0x52, 0x54, 0x00, 0x12, 0x34, 0 } }; in qemu_macaddr_set_free()
208 void qemu_macaddr_default_if_unset(MACAddr *macaddr) in qemu_macaddr_default_if_unset()
210 static const MACAddr zero = { .a = { 0,0,0,0,0,0 } }; in qemu_macaddr_default_if_unset()
211 static const MACAddr base = { .a = { 0x52, 0x54, 0x00, 0x12, 0x34, 0 } }; in qemu_macaddr_default_if_unset()
H A Dannounce.c126 static const char *qemu_ether_ntoa(const MACAddr *mac) in qemu_ether_ntoa()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c571 MACAddr macaddr; in sun4uv_init()
646 memset(&macaddr, 0, sizeof(MACAddr)); in sun4uv_init()
656 memcpy(&macaddr, &nd->macaddr.a, sizeof(MACAddr)); in sun4uv_init()
/openbmc/qemu/include/hw/
H A Dqdev-properties-system.h46 DEFINE_PROP(_n, _s, _f, qdev_prop_macaddr, MACAddr)
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c333 MACAddr *mac = object_field_prop_ptr(obj, prop); in get_mac()
348 MACAddr *mac = object_field_prop_ptr(obj, prop); in set_mac()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c303 MACAddr *mac) in sparc32_dma_init()
838 MACAddr hostid; in sun4m_hw_init()
/openbmc/qemu/hw/m68k/
H A Dq800.c275 MACAddr mac; in q800_machine_init()
/openbmc/qemu/hw/arm/
H A Dstellaris.c1047 MACAddr mac; in stellaris_init()