Home
last modified time | relevance | path

Searched defs:eth (Results 1 – 25 of 30) sorted by relevance

12

/u-boot/drivers/net/
A Dsh_eth.c548 struct sh_eth_dev *eth = dev->priv; in sh_eth_send_legacy() local
576 struct sh_eth_dev *eth = dev->priv; in sh_eth_recv_legacy() local
583 struct sh_eth_dev *eth = dev->priv; in sh_eth_init_legacy() local
610 struct sh_eth_dev *eth = dev->priv; in sh_eth_halt_legacy() local
618 struct sh_eth_dev *eth = NULL; in sh_eth_initialize() local
698 struct sh_eth_dev *eth = &priv->shdev; in sh_ether_send() local
975 struct sh_eth_dev *eth = bus->priv; in sh_eth_bb_mdio_active() local
985 struct sh_eth_dev *eth = bus->priv; in sh_eth_bb_mdio_tristate() local
995 struct sh_eth_dev *eth = bus->priv; in sh_eth_bb_set_mdio() local
1010 struct sh_eth_dev *eth = bus->priv; in sh_eth_bb_get_mdio() local
[all …]
A Dravb.c150 struct ravb_priv *eth = dev_get_priv(dev); in ravb_send() local
183 struct ravb_priv *eth = dev_get_priv(dev); in ravb_recv() local
209 struct ravb_priv *eth = dev_get_priv(dev); in ravb_free_pkt() local
226 struct ravb_priv *eth = dev_get_priv(dev); in ravb_reset() local
309 struct ravb_priv *eth = dev_get_priv(dev); in ravb_phy_config() local
349 struct ravb_priv *eth = dev_get_priv(dev); in ravb_write_hwaddr() local
567 struct ravb_priv *eth = bus->priv; in ravb_bb_mdio_active() local
576 struct ravb_priv *eth = bus->priv; in ravb_bb_mdio_tristate() local
585 struct ravb_priv *eth = bus->priv; in ravb_bb_set_mdio() local
597 struct ravb_priv *eth = bus->priv; in ravb_bb_get_mdio() local
[all …]
A Dbcm-sf2-eth.c36 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_init() local
141 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_write_hwaddr() local
152 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_open() local
191 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_close() local
204 struct eth_info *eth; in bcm_sf2_eth_register() local
A Dsandbox-raw.c48 struct ethernet_hdr *eth = packet; in sb_eth_raw_send() local
109 struct ethernet_hdr *eth = (void *)net_rx_packets[0]; in sb_eth_raw_recv() local
A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg() local
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg() local
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus() local
A Dnetconsole.c176 struct udevice *eth; in nc_send_packet() local
302 struct udevice *eth; in nc_stdio_tstc() local
A Dsandbox.c63 struct ethernet_hdr *eth = packet; in sandbox_eth_arp_req_to_reply() local
118 struct ethernet_hdr *eth = packet; in sandbox_eth_ping_req_to_reply() local
A Dbcm-sf2-eth-gmac.c777 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_mac_init() local
902 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_add() local
/u-boot/test/dm/
A Deth.c269 struct ethernet_hdr *eth = packet; in sb_check_arp_reply() local
307 struct ethernet_hdr *eth = packet; in sb_with_async_arp_handler() local
354 struct ethernet_hdr *eth = packet; in sb_check_ping_reply() local
392 struct ethernet_hdr *eth = packet; in sb_with_async_ping_handler() local
/u-boot/arch/arm/dts/
A Dca-presidio-engboard.dts113 eth: ethnet@0xf4300000 { label
A Dmt7629.dtsi284 eth: ethernet@1b100000 { label
A Dmt7622.dtsi373 eth: ethernet@1b100000 { label
A Dmt7623.dtsi433 eth: ethernet@1b100000 { label
A Duniphier-pro4.dtsi484 eth: ethernet@65000000 { label
A Duniphier-ld11.dtsi617 eth: ethernet@65000000 { label
/u-boot/drivers/usb/eth/
A Dasix.c501 static int asix_init(struct eth_device *eth, struct bd_info *bd) in asix_init()
508 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send()
515 static int asix_recv(struct eth_device *eth) in asix_recv()
581 static void asix_halt(struct eth_device *eth) in asix_halt()
586 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr()
714 struct eth_device *eth) in asix_eth_get_info()
A Dmcs7830.c589 static int mcs7830_init(struct eth_device *eth, struct bd_info *bd) in mcs7830_init()
605 static int mcs7830_send(struct eth_device *eth, void *packet, int length) in mcs7830_send()
620 static int mcs7830_recv(struct eth_device *eth) in mcs7830_recv()
643 static void mcs7830_halt(struct eth_device *eth) in mcs7830_halt()
657 static int mcs7830_write_mac(struct eth_device *eth) in mcs7830_write_mac()
821 struct eth_device *eth) in mcs7830_eth_get_info()
A Dsmsc95xx.c719 static int smsc95xx_init(struct eth_device *eth, struct bd_info *bd) in smsc95xx_init()
729 static int smsc95xx_send(struct eth_device *eth, void *packet, int length) in smsc95xx_send()
736 static int smsc95xx_recv(struct eth_device *eth) in smsc95xx_recv()
804 static void smsc95xx_halt(struct eth_device *eth) in smsc95xx_halt()
809 static int smsc95xx_write_hwaddr(struct eth_device *eth) in smsc95xx_write_hwaddr()
917 struct eth_device *eth) in smsc95xx_eth_get_info()
A Dasix88179.c512 static int asix_init(struct eth_device *eth, struct bd_info *bd) in asix_init()
520 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr()
527 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send()
535 static int asix_recv(struct eth_device *eth) in asix_recv()
602 static void asix_halt(struct eth_device *eth) in asix_halt()
722 struct eth_device *eth) in ax88179_eth_get_info()
A Dr8152.c1482 static int r8152_init(struct eth_device *eth, struct bd_info *bd) in r8152_init()
1490 static int r8152_send(struct eth_device *eth, void *packet, int length) in r8152_send()
1497 static int r8152_recv(struct eth_device *eth) in r8152_recv()
1548 static void r8152_halt(struct eth_device *eth) in r8152_halt()
1558 static int r8152_write_hwaddr(struct eth_device *eth) in r8152_write_hwaddr()
1693 struct eth_device *eth) in r8152_eth_get_info()
A Dusb_ether.c220 struct eth_device *eth; in probe_valid_drivers() local
/u-boot/arch/mips/dts/
A Dmt7620.dtsi237 eth: eth@10100000 { label
A Dmt7628a.dtsi362 eth: eth@10110000 { label
/u-boot/include/net/
A Ddsa.h157 struct eth_pdata *eth = dev_get_plat(pdev); in dsa_port_get_pdata() local
/u-boot/board/Marvell/mvebu_armada-37xx/
A Dboard.c95 char eth[10]; in board_late_init() local

Completed in 127 milliseconds

12