| /Zephyr-latest/drivers/ethernet/ | 
| D | phy_gecko.c | 25 static void mdio_bus_enable(ETH_TypeDef *eth)  in mdio_bus_enable()31 static void mdio_bus_disable(ETH_TypeDef *eth)  in mdio_bus_disable()
 37 static int mdio_bus_wait(ETH_TypeDef *eth)  in mdio_bus_wait()
 54 static int mdio_bus_send(ETH_TypeDef *eth, uint8_t phy_addr, uint8_t reg_addr,  in mdio_bus_send()
 83 	ETH_TypeDef *const eth = phy->regs;  in phy_read()  local
 102 	ETH_TypeDef *const eth = phy->regs;  in phy_write()  local
 143 	ETH_TypeDef *const eth = phy->regs;  in phy_gecko_init()  local
 167 	ETH_TypeDef *const eth = phy->regs;  in phy_gecko_id_get()  local
 193 	ETH_TypeDef *const eth = phy->regs;  in phy_gecko_auto_negotiate()  local
 269 	ETH_TypeDef *const eth = phy->regs;  in phy_gecko_is_linked()  local
 
 | 
| D | eth_gecko.c | 47 static void link_configure(ETH_TypeDef *eth, uint32_t flags)  in link_configure()70 	ETH_TypeDef *eth = cfg->regs;  in eth_gecko_setup_mac()  local
 123 static void rx_error_handler(ETH_TypeDef *eth)  in rx_error_handler()
 142 	ETH_TypeDef *eth = cfg->regs;  in frame_get()  local
 268 	ETH_TypeDef *eth = cfg->regs;  in eth_tx()  local
 375 	ETH_TypeDef *eth = cfg->regs;  in eth_isr()  local
 434 	ETH_TypeDef *eth = cfg->regs;  in eth_init_pins()  local
 470 	ETH_TypeDef *eth = cfg->regs;  in eth_init()  local
 513 	ETH_TypeDef *eth = cfg->regs;  in eth_iface_init()  local
 
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/ | 
| D | ethernet_stats.c | 25 	const struct ethernet_api *eth;  in eth_stats_get()  local
 | 
| D | arp.h | 61 	struct net_eth_addr eth;  member
 | 
| D | vlan.c | 396 	const struct ethernet_api *eth = net_if_get_device(iface)->api;  in net_eth_vlan_enable()  local478 	const struct ethernet_api *eth;  in net_eth_vlan_disable()  local
 
 | 
| D | ethernet.c | 838 	const struct ethernet_api *eth =  in ethernet_enable()  local
 | 
| /Zephyr-latest/dts/arm64/fvp/ | 
| D | fvp-aemv8r.dtsi | 110 			eth: ethernet {  label
 | 
| /Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ | 
| D | fvp_base_revc_2xaemv8a.dts | 138 			eth: ethernet {  label
 | 
| /Zephyr-latest/dts/arm/ti/ | 
| D | lm3s6965.dtsi | 66 		eth: ethernet@40048000 {  label
 | 
| /Zephyr-latest/samples/net/sockets/echo_server/src/ | 
| D | vlan.c | 18 	struct net_if *eth;  member
 | 
| /Zephyr-latest/tests/net/arp/src/ | 
| D | main.c | 159 	struct net_eth_hdr *eth;  in prepare_arp_reply()  local212 	struct net_eth_hdr *eth, *eth_req;  in prepare_arp_request()  local
 
 | 
| /Zephyr-latest/dts/arm/infineon/cat3/xmc/ | 
| D | xmc4xxx.dtsi | 251 			eth: ethernet {  label
 | 
| /Zephyr-latest/dts/xtensa/espressif/esp32/ | 
| D | esp32_common.dtsi | 75 	eth: eth {  label
 | 
| /Zephyr-latest/dts/arm/renesas/ra/ra8/ | 
| D | ra8x1.dtsi | 586 		eth: ethernet@40354100 {  label
 | 
| /Zephyr-latest/tests/net/virtual/src/ | 
| D | main.c | 385 	struct net_if *eth, *virt, *dummy1, *dummy2;  in test_address_setup()  local
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | ethernet.h | 977 	const struct ethernet_api *eth =  in net_eth_get_hw_config()  local
 |