| /bsp/wch/arm/ch579m/board/ |
| A D | drv_eth.c | 19 static struct eth_device eth_device; variable 152 eth_device_ready(ð_device); in ETH_IRQHandler() 248 eth_device.parent.init = eth_init; in rt_hw_eth_init() 249 eth_device.parent.open = eth_open; in rt_hw_eth_init() 250 eth_device.parent.close = eth_close; in rt_hw_eth_init() 251 eth_device.parent.read = eth_read; in rt_hw_eth_init() 252 eth_device.parent.write = eth_write; in rt_hw_eth_init() 253 eth_device.parent.control = eth_control; in rt_hw_eth_init() 254 eth_device.parent.user_data = RT_NULL; in rt_hw_eth_init() 255 eth_device.eth_rx = eth_rx; in rt_hw_eth_init() [all …]
|
| /bsp/loongson/ls1cdev/drivers/net/ |
| A D | synopGMAC_network_interface.h | 33 s32 synopGMAC_linux_open(struct eth_device *); 34 s32 synopGMAC_linux_close(struct eth_device *);
|
| A D | synopGMAC.c | 47 struct eth_device parent; 278 struct eth_device *eth_device = (struct eth_device *)device; in eth_init() local 279 RT_ASSERT(eth_device != RT_NULL); in eth_init()
|
| /bsp/loongson/ls2kdev/drivers/net/ |
| A D | synopGMAC_network_interface.h | 26 s32 synopGMAC_linux_open(struct eth_device *); 27 s32 synopGMAC_linux_close(struct eth_device *);
|
| A D | synopGMAC.c | 71 struct eth_device parent; 301 struct eth_device *eth_device = (struct eth_device *)device; in eth_init() local 302 RT_ASSERT(eth_device != RT_NULL); in eth_init()
|
| /bsp/ft2004/drivers/ |
| A D | drv_eth.c | 33 struct eth_device parent; /* inherit from ethernet device */ 210 struct eth_device *pGmacParent; in rt_ft2004_gmac_init() 213 pGmacParent = rt_container_of(dev, struct eth_device, parent); in rt_ft2004_gmac_init() 271 struct eth_device *pGmacParent; in rt_ft2004_gmac_control() 273 pGmacParent = rt_container_of(dev, struct eth_device, parent); in rt_ft2004_gmac_control() 306 struct eth_device *pGmacParent; in rt_ft2004_gmac_tx() 318 pGmacParent = rt_container_of(dev, struct eth_device, parent); in rt_ft2004_gmac_tx() 414 struct eth_device *pGmacParent; in rt_ft2004_gmac_rx() 426 pGmacParent = rt_container_of(dev, struct eth_device, parent); in rt_ft2004_gmac_rx()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.c | 26 struct eth_device *eth_dev; 38 extern struct eth_device eth0_dev; 54 extern struct eth_device eth1_dev; 157 struct eth_device* eth_dev; in phy_poll_status()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/phy/ |
| A D | sunxi_hal_phy.h | 254 struct eth_device *dev; 317 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev); 319 struct eth_device *dev,
|
| /bsp/simulator/pcap/ |
| A D | pcap_netif.c | 41 struct eth_device parent; 78 struct eth_device* eth; in pcap_thread_entry() 87 eth = (struct eth_device*) &pcap_netif_device; in pcap_thread_entry()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_enet_phy.c | 28 struct eth_device *eth_dev; 40 extern struct eth_device eth0_dev; 56 extern struct eth_device eth1_dev; 293 struct eth_device* eth_dev; in phy_poll_status()
|
| A D | drv_enet.h | 56 struct eth_device *eth_dev;
|
| /bsp/cvitek/drivers/ |
| A D | drv_eth.c | 38 struct eth_device parent; /* inherit from ethernet device */ 212 struct eth_device *eth_dev; in rt_dw_eth_init() 215 eth_dev = rt_container_of(dev, struct eth_device, parent); in rt_dw_eth_init()
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | drv_eth.h | 29 struct eth_device parent;
|
| /bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/netif/ |
| A D | xadapter.h | 58 struct eth_device *rt_eth_device;
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_eth.c | 53 struct eth_device parent; 511 struct eth_device *eth_device = (struct eth_device *)param; in link_task_entry() local 512 RT_ASSERT(eth_device != RT_NULL); in link_task_entry()
|
| /bsp/raspberry-pi/raspi4-32/driver/ |
| A D | drv_eth.c | 63 struct eth_device parent; 511 struct eth_device *eth_device = (struct eth_device *)param; in link_task_entry() local 512 RT_ASSERT(eth_device != RT_NULL); in link_task_entry()
|
| /bsp/phytium/libraries/drivers/ |
| A D | drv_xmac_msg.c | 1314 struct eth_device *pXmacParent; in rt_xmac_msg_init() 1319 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_msg_init() 1375 struct eth_device *pXmacParent; in rt_xmac_msg_control() 1378 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_msg_control() 1415 struct eth_device *pXmacParent; in rt_xmac_msg_tx() 1418 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_msg_tx() 1451 struct eth_device *pXmacParent; in rt_xmac_msg_rx() 1454 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_msg_rx()
|
| A D | drv_xmac.c | 1274 struct eth_device *pXmacParent; in rt_xmac_init() 1279 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_init() 1335 struct eth_device *pXmacParent; in rt_xmac_control() 1338 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_control() 1375 struct eth_device *pXmacParent; in rt_xmac_tx() 1378 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_tx() 1411 struct eth_device *pXmacParent; in rt_xmac_rx() 1414 pXmacParent = rt_container_of(dev, struct eth_device, parent); in rt_xmac_rx()
|
| A D | drv_xmac.h | 112 struct eth_device parent; /* inherit from ethernet device */
|
| A D | drv_xmac_msg.h | 112 struct eth_device parent; /* inherit from ethernet device */
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/ |
| A D | hal_geth.c | 116 struct eth_device *dev; in geth_phy_read() 126 struct eth_device *dev; in geth_phy_write() 414 static void geth_get_hwaddr(struct eth_device *dev) in geth_get_hwaddr() 491 static int geth_phy_init(struct eth_device *dev) in geth_phy_init() 822 ret = geth_phy_init((struct eth_device *)param); in phy_link_detect()
|
| /bsp/lm3s8962/drivers/ |
| A D | luminaryif.c | 27 struct eth_device parent; 128 result = eth_device_ready((struct eth_device *)&(luminaryif_dev->parent)); in luminaryif_isr()
|
| /bsp/lm3s9b9x/drivers/ |
| A D | luminaryif.c | 26 struct eth_device parent; 126 result = eth_device_ready((struct eth_device *)&(luminaryif_dev->parent)); in luminaryif_isr()
|
| /bsp/lm4f232/drivers/ |
| A D | luminaryif.c | 26 struct eth_device parent; 126 result = eth_device_ready((struct eth_device*)&(luminaryif_dev->parent)); in luminaryif_isr()
|
| /bsp/nxp/lpc/lpc2148/drivers/ |
| A D | dm9000.c | 19 struct eth_device parent;
|