/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_fp.h | 32 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 D | rocker_fp.c | 67 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 D | rocker_of_dpa.c | 32 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 D | rocker.c | 54 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 D | net.h | 21 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 D | vmxnet3_defs.h | 129 MACAddr perm_mac; 132 MACAddr *mcast_list;
|
H A D | lasi_i82596.c | 126 static const MACAddr HP_MAC = { in lasi_82596_init()
|
H A D | xen_nic.c | 606 MACAddr mac; in type_init()
|
H A D | vmxnet3.c | 372 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 D | spapr_llan.c | 102 MACAddr perm_mac;
|
H A D | npcm7xx_emc.c | 447 struct MACAddr mac; in emc_receive_filter1()
|
H A D | virtio-net.c | 146 static const MACAddr zero = { .a = { 0, 0, 0, 0, 0, 0 } }; in virtio_net_get_config()
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 62 typedef struct MACAddr MACAddr; typedef
|
/openbmc/qemu/include/hw/misc/ |
H A D | bcm2835_property.h | 32 MACAddr macaddr;
|
/openbmc/qemu/net/ |
H A D | net.c | 169 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 D | announce.c | 126 static const char *qemu_ether_ntoa(const MACAddr *mac) in qemu_ether_ntoa()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 571 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 D | qdev-properties-system.h | 46 DEFINE_PROP(_n, _s, _f, qdev_prop_macaddr, MACAddr)
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 333 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 D | sun4m.c | 303 MACAddr *mac) in sparc32_dma_init() 838 MACAddr hostid; in sun4m_hw_init()
|
/openbmc/qemu/hw/m68k/ |
H A D | q800.c | 275 MACAddr mac; in q800_machine_init()
|
/openbmc/qemu/hw/arm/ |
H A D | stellaris.c | 1047 MACAddr mac; in stellaris_init()
|