Searched refs:read_rom_hwaddr (Results 1 - 21 of 21) sorted by relevance

/u-boot/drivers/net/
H A Dsandbox-raw.c150 .read_rom_hwaddr = sb_eth_raw_read_rom_hwaddr,
H A Dks8851_mll.c612 .read_rom_hwaddr = ks8851_read_rom_hwaddr,
H A Dsmc911x.c479 .read_rom_hwaddr = smc911x_read_rom_hwaddr,
H A Ddm9000x.c665 .read_rom_hwaddr = dm9000_read_rom_hwaddr,
H A Ddc2114x.c590 .read_rom_hwaddr = dc2114x_read_rom_hwaddr,
H A Dcalxedaxgmac.c593 .read_rom_hwaddr = xgmac_eth_read_rom_hwaddr,
H A Drtl8139.c654 .read_rom_hwaddr = rtl8139_read_rom_hwaddr,
H A Dsni_netsec.c1131 .read_rom_hwaddr = netsec_read_rom_hwaddr,
H A Deepro100.c868 .read_rom_hwaddr = eepro100_read_rom_hwaddr,
H A Ddwc_eth_qos.c1468 .read_rom_hwaddr = eqos_read_rom_hwaddr,
H A Dfec_mxc.c1131 .read_rom_hwaddr = fecmxc_read_rom_hwaddr,
/u-boot/drivers/virtio/
H A Dvirtio_net.c226 .read_rom_hwaddr = virtio_net_read_rom_hwaddr,
/u-boot/net/
H A Deth-uclass.c566 if (eth_get_ops(dev)->read_rom_hwaddr) {
569 ret = eth_get_ops(dev)->read_rom_hwaddr(dev);
/u-boot/drivers/usb/eth/
H A Dlan75xx.c298 .read_rom_hwaddr = lan75xx_read_rom_hwaddr,
H A Dlan78xx.c458 .read_rom_hwaddr = lan78xx_read_rom_hwaddr,
H A Dsmsc95xx.c824 .read_rom_hwaddr = smsc95xx_read_rom_hwaddr,
H A Dr8152.c1582 .read_rom_hwaddr = r8152_read_rom_hwaddr,
/u-boot/include/
H A Dnet.h167 * read_rom_hwaddr: Some devices have a backup of the MAC address stored in a
184 int (*read_rom_hwaddr)(struct udevice *dev); member in struct:eth_ops
/u-boot/drivers/net/ti/
H A Dkeystone_net.c619 .read_rom_hwaddr = ks2_eth_read_rom_hwaddr,
H A Dam65-cpsw-nuss.c608 .read_rom_hwaddr = am65_cpsw_read_rom_hwaddr,
/u-boot/drivers/net/bnxt/
H A Dbnxt.c1640 .read_rom_hwaddr = bnxt_read_rom_hwaddr,

Completed in 227 milliseconds