Home
last modified time | relevance | path

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

/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 } };
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;
191 MACAddr src_mac;
[all …]
H A Drocker.c54 MACAddr fp_start_macaddr; /* front-panel port 0 mac addr */
276 MACAddr macaddr; in cmd_get_port_settings()
348 MACAddr macaddr; in cmd_set_port_settings()
1268 const MACAddr zero = { .a = { 0, 0, 0, 0, 0, 0 } }; in pci_rocker_realize()
1269 const MACAddr dflt = { .a = { 0x52, 0x54, 0x00, 0x12, 0x35, 0x01 } }; in pci_rocker_realize()
/qemu/include/net/
H A Dnet.h21 struct MACAddr { struct
33 MACAddr macaddr; argument
205 void qemu_macaddr_default_if_unset(MACAddr *macaddr);
294 MACAddr macaddr;
338 .size = sizeof(MACAddr), \
/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()
2299 s->mcast_list_buff_size = s->mcast_list_len * sizeof(MACAddr); in vmxnet3_pre_save()
H A Dnpcm7xx_emc.c448 struct MACAddr mac; in emc_receive_filter1()
H A Dspapr_llan.c102 MACAddr perm_mac;
H A Dvirtio-net.c145 static const MACAddr zero = { .a = { 0, 0, 0, 0, 0, 0 } }; in virtio_net_get_config()
/qemu/include/qemu/
H A Dtypedefs.h61 typedef struct MACAddr MACAddr;
60 typedef struct MACAddr MACAddr; global() typedef
/qemu/include/hw/misc/
H A Dbcm2835_property.h30 MACAddr macaddr;
/qemu/net/
H A Dnet.c168 static void qemu_macaddr_set_used(MACAddr *macaddr) in qemu_macaddr_set_used()
179 static void qemu_macaddr_set_free(MACAddr *macaddr) in qemu_macaddr_set_free()
182 static const MACAddr base = { .a = { 0x52, 0x54, 0x00, 0x12, 0x34, 0 } }; in qemu_macaddr_set_free()
207 void qemu_macaddr_default_if_unset(MACAddr *macaddr) in qemu_macaddr_default_if_unset()
209 static const MACAddr zero = { .a = { 0,0,0,0,0,0 } }; in qemu_macaddr_default_if_unset()
210 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()
/qemu/hw/sparc64/
H A Dsun4u.c570 MACAddr macaddr; in sun4uv_init()
645 memset(&macaddr, 0, sizeof(MACAddr)); in sun4uv_init()
655 memcpy(&macaddr, &nd->macaddr.a, sizeof(MACAddr)); in sun4uv_init()
/qemu/include/hw/
H A Dqdev-properties-system.h43 DEFINE_PROP(_n, _s, _f, qdev_prop_macaddr, MACAddr)
/qemu/hw/core/
H A Dqdev-properties-system.c307 MACAddr *mac = object_field_prop_ptr(obj, prop); in get_mac()
322 MACAddr *mac = object_field_prop_ptr(obj, prop); in set_mac()
/qemu/hw/sparc/
H A Dsun4m.c303 MACAddr *mac) in sparc32_dma_init()
838 MACAddr hostid; in sun4m_hw_init()
/qemu/hw/m68k/
H A Dq800.c275 MACAddr mac; in q800_machine_init()
/qemu/hw/arm/
H A Dstellaris.c1047 MACAddr mac; in stellaris_init()