Home
last modified time | relevance | path

Searched refs:MACAddr (Results 1 – 10 of 10) 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.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/hw/vmapple/
H A Dcfg.c39 MACAddr mac_en0; /* 0x040 */
41 MACAddr mac_en1; /* 0x048 */
43 MACAddr mac_wifi0; /* 0x050 */
45 MACAddr mac_bt0; /* 0x058 */
/openbmc/qemu/hw/net/
H A Dvmxnet3_defs.h129 MACAddr perm_mac;
132 MACAddr *mcast_list;
H A Dspapr_llan.c102 MACAddr perm_mac;
H A Dnpcm7xx_emc.c447 struct MACAddr mac; in emc_receive_filter1()
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_property.h32 MACAddr macaddr;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h63 typedef struct MACAddr MACAddr; typedef
/openbmc/qemu/net/
H A Dannounce.c126 static const char *qemu_ether_ntoa(const MACAddr *mac) in qemu_ether_ntoa()