Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/net/
H A Dsh_eth.c64 static int sh_eth_send_common(struct sh_eth_dev *eth, void *packet, int len) in sh_eth_send_common()
121 static int sh_eth_recv_start(struct sh_eth_dev *eth) in sh_eth_recv_start()
137 static void sh_eth_recv_finish(struct sh_eth_dev *eth) in sh_eth_recv_finish()
157 static int sh_eth_reset(struct sh_eth_dev *eth) in sh_eth_reset()
190 static int sh_eth_tx_desc_init(struct sh_eth_dev *eth) in sh_eth_tx_desc_init()
243 static int sh_eth_rx_desc_init(struct sh_eth_dev *eth) in sh_eth_rx_desc_init()
316 static void sh_eth_tx_desc_free(struct sh_eth_dev *eth) in sh_eth_tx_desc_free()
326 static void sh_eth_rx_desc_free(struct sh_eth_dev *eth) in sh_eth_rx_desc_free()
341 static int sh_eth_desc_init(struct sh_eth_dev *eth) in sh_eth_desc_init()
373 static void sh_eth_mac_regs_config(struct sh_eth_dev *eth, unsigned char *mac) in sh_eth_mac_regs_config()
[all …]
H A Dravb.c142 struct ravb_priv *eth = dev_get_priv(dev); in ravb_send() local
175 struct ravb_priv *eth = dev_get_priv(dev); in ravb_recv() local
201 struct ravb_priv *eth = dev_get_priv(dev); in ravb_free_pkt() local
218 struct ravb_priv *eth = dev_get_priv(dev); in ravb_reset() local
228 static void ravb_base_desc_init(struct ravb_priv *eth) in ravb_base_desc_init()
245 static void ravb_tx_desc_init(struct ravb_priv *eth) in ravb_tx_desc_init()
269 static void ravb_rx_desc_init(struct ravb_priv *eth) in ravb_rx_desc_init()
301 struct ravb_priv *eth = dev_get_priv(dev); in ravb_phy_config() local
341 struct ravb_priv *eth = dev_get_priv(dev); in ravb_write_hwaddr() local
354 static int ravb_mac_init(struct ravb_priv *eth) in ravb_mac_init()
[all …]
H A Dbcm-sf2-eth.c34 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_init() local
139 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_write_hwaddr() local
150 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_open() local
189 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_close() local
202 struct eth_info *eth; in bcm_sf2_eth_register() local
H A Dsandbox-raw.c45 struct ethernet_hdr *eth = packet; in sb_eth_raw_send() local
106 struct ethernet_hdr *eth = (void *)net_rx_packets[0]; in sb_eth_raw_recv() local
H A Dfec_mxc.c88 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
152 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
190 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
238 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg() local
270 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg() local
1056 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus() local
H A Dnetconsole.c174 struct udevice *eth; in nc_send_packet() local
300 struct udevice *eth; in nc_stdio_tstc() local
H A Dsandbox.c61 struct ethernet_hdr *eth = packet; in sandbox_eth_arp_req_to_reply() local
116 struct ethernet_hdr *eth = packet; in sandbox_eth_ping_req_to_reply() local
H A Dbcm-sf2-eth-gmac.c772 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_mac_init() local
897 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_add() local
/openbmc/bmcweb/test/redfish-core/lib/
H A Dethernet_test.cpp40 nlohmann::json::object_t eth; in TEST() local
66 nlohmann::json::object_t eth; in TEST() local
91 nlohmann::json::object_t eth; in TEST() local
112 nlohmann::json::object_t eth; in TEST() local
136 nlohmann::json::object_t eth; in TEST() local
153 nlohmann::json::object_t eth; in TEST() local
/openbmc/u-boot/test/dm/
H A Deth.c266 struct ethernet_hdr *eth = packet; in sb_check_arp_reply() local
304 struct ethernet_hdr *eth = packet; in sb_with_async_arp_handler() local
351 struct ethernet_hdr *eth = packet; in sb_check_ping_reply() local
389 struct ethernet_hdr *eth = packet; in sb_with_async_ping_handler() local
/openbmc/u-boot/drivers/net/mdio/
H A Dmdio-uclass.c47 int mdio_device_get_from_eth(struct udevice *eth, struct udevice **devp) in mdio_device_get_from_eth()
66 int mdio_mii_bus_get_from_eth(struct udevice *eth, struct mii_dev **busp) in mdio_mii_bus_get_from_eth()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsid.cpp32 net::IFace eth(iface_name); in main() local
/openbmc/u-boot/drivers/usb/eth/
H A Dmcs7830.c586 static int mcs7830_init(struct eth_device *eth, bd_t *bd) in mcs7830_init()
602 static int mcs7830_send(struct eth_device *eth, void *packet, int length) in mcs7830_send()
617 static int mcs7830_recv(struct eth_device *eth) in mcs7830_recv()
640 static void mcs7830_halt(struct eth_device *eth) in mcs7830_halt()
654 static int mcs7830_write_mac(struct eth_device *eth) in mcs7830_write_mac()
818 struct eth_device *eth) in mcs7830_eth_get_info()
H A Dasix.c498 static int asix_init(struct eth_device *eth, bd_t *bd) in asix_init()
505 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send()
512 static int asix_recv(struct eth_device *eth) in asix_recv()
578 static void asix_halt(struct eth_device *eth) in asix_halt()
583 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr()
711 struct eth_device *eth) in asix_eth_get_info()
H A Dsmsc95xx.c716 static int smsc95xx_init(struct eth_device *eth, bd_t *bd) in smsc95xx_init()
726 static int smsc95xx_send(struct eth_device *eth, void *packet, int length) in smsc95xx_send()
733 static int smsc95xx_recv(struct eth_device *eth) in smsc95xx_recv()
801 static void smsc95xx_halt(struct eth_device *eth) in smsc95xx_halt()
806 static int smsc95xx_write_hwaddr(struct eth_device *eth) in smsc95xx_write_hwaddr()
914 struct eth_device *eth) in smsc95xx_eth_get_info()
H A Dasix88179.c510 static int asix_init(struct eth_device *eth, bd_t *bd) in asix_init()
518 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr()
525 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send()
533 static int asix_recv(struct eth_device *eth) in asix_recv()
600 static void asix_halt(struct eth_device *eth) in asix_halt()
720 struct eth_device *eth) in ax88179_eth_get_info()
H A Dr8152.c1249 static int r8152_init(struct eth_device *eth, bd_t *bd) in r8152_init()
1257 static int r8152_send(struct eth_device *eth, void *packet, int length) in r8152_send()
1264 static int r8152_recv(struct eth_device *eth) in r8152_recv()
1315 static void r8152_halt(struct eth_device *eth) in r8152_halt()
1325 static int r8152_write_hwaddr(struct eth_device *eth) in r8152_write_hwaddr()
1453 struct eth_device *eth) in r8152_eth_get_info()
H A Dusb_ether.c217 struct eth_device *eth; in probe_valid_drivers() local
/openbmc/u-boot/arch/arm/dts/
H A Dmt7629.dtsi235 eth: ethernet@1b100000 { label
H A Dmt7623.dtsi258 eth: ethernet@1b100000 { label
H A Duniphier-pro4.dtsi458 eth: ethernet@65000000 { label
H A Duniphier-ld11.dtsi596 eth: ethernet@65000000 { label
H A Duniphier-pxs2.dtsi561 eth: ethernet@65000000 { label
H A Duniphier-ld20.dtsi704 eth: ethernet@65000000 { label
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp272 stdplus::PinnedRef<EthernetInterface> eth; member

12