Home
last modified time | relevance | path

Searched defs:macaddr (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/include/hw/nvram/
H A Dsun_nvram.h9 uint8_t macaddr[6]; /* 6 byte ethernet address (first 3 bytes 08, 00, 20) */ member
16 Sun_init_header(struct Sun_nvram *header, const uint8_t *macaddr, int machine_id) in Sun_init_header()
/openbmc/qemu/net/
H A Dutil.c28 int net_parse_macaddr(uint8_t *macaddr, const char *p) in net_parse_macaddr()
H A Dnet.c144 char *qemu_mac_strdup_printf(const uint8_t *macaddr) in qemu_mac_strdup_printf()
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()
208 void qemu_macaddr_default_if_unset(MACAddr *macaddr) in qemu_macaddr_default_if_unset()
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_property.h32 MACAddr macaddr; member
/openbmc/u-boot/board/Synology/ds109/
H A Dds109.h37 char macaddr[4][6]; member
/openbmc/qemu/hw/net/rocker/
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()
H A Drocker.c271 MACAddr macaddr; in cmd_get_port_settings() local
343 MACAddr macaddr; in cmd_set_port_settings() local
/openbmc/qemu/hw/net/
H A Digb.c321 igb_init_net_peer(IGBState *s, PCIDevice *pci_dev, uint8_t *macaddr) in igb_init_net_peer()
384 uint8_t *macaddr; in igb_pci_realize() local
H A De1000e.c316 e1000e_init_net_peer(E1000EState *s, PCIDevice *pci_dev, uint8_t *macaddr) in e1000e_init_net_peer()
417 uint8_t *macaddr; in e1000e_pci_realize() local
H A De1000x_common.c199 const uint8_t *macaddr) in e1000x_core_prepare_eeprom()
H A De1000.c378 uint8_t *macaddr = d->conf.macaddr.a; in e1000_reset_hold() local
1061 uint32_t macaddr[2]; in mac_writereg() local
1631 uint8_t *macaddr; in pci_e1000_realize() local
H A Dspapr_llan.c768 target_ulong macaddr = args[1]; in h_change_logical_lan_mac() local
H A De1000e_core.c2716 macaddr[1] = cpu_to_le32(core->mac[RA + 1]); in e1000e_mac_setmacaddr() local
3324 e1000e_core_pci_realize(E1000ECore * core,const uint16_t * eeprom_templ,uint32_t eeprom_size,const uint8_t * macaddr) e1000e_core_pci_realize() argument
H A Digb_core.c3003 uint32_t macaddr[2]; in igb_mac_setmacaddr() local
4288 const uint8_t *macaddr) in igb_core_pci_realize()
/openbmc/qemu/include/net/
H A Dnet.h33 MACAddr macaddr; member
288 MACAddr macaddr; member
/openbmc/u-boot/drivers/net/
H A Dcalxedaxgmac.c188 } macaddr[16]; member
360 u32 macaddr[2]; in xgmac_hwmacaddr() local
505 u32 macaddr[2]; in calxedaxgmac_initialize() local
H A Dpic32_eth.c165 static void pic32_mac_init(struct pic32eth_dev *priv, u8 *macaddr) in pic32_mac_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c132 const uint8_t *macaddr) in sun4u_NVRAM_set_params()
558 MACAddr macaddr; in sun4uv_init() local
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.c568 static int r8152_read_mac(struct r8152 *tp, unsigned char *macaddr) in r8152_read_mac()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c146 static void nvram_init(Nvram *nvram, uint8_t *macaddr, in nvram_init()