Home
last modified time | relevance | path

Searched refs:eth_device (Results 1 – 25 of 65) sorted by relevance

123

/bsp/wch/arm/ch579m/board/
A Ddrv_eth.c19 static struct eth_device eth_device; variable
152 eth_device_ready(&eth_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 DsynopGMAC_network_interface.h33 s32 synopGMAC_linux_open(struct eth_device *);
34 s32 synopGMAC_linux_close(struct eth_device *);
A DsynopGMAC.c47 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 DsynopGMAC_network_interface.h26 s32 synopGMAC_linux_open(struct eth_device *);
27 s32 synopGMAC_linux_close(struct eth_device *);
A DsynopGMAC.c71 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 Ddrv_eth.c33 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 Deth_phy_port.c26 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 Dsunxi_hal_phy.h254 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 Dpcap_netif.c41 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 Ddrv_enet_phy.c28 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 Ddrv_enet.h56 struct eth_device *eth_dev;
/bsp/cvitek/drivers/
A Ddrv_eth.c38 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 Ddrv_eth.h29 struct eth_device parent;
/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/netif/
A Dxadapter.h58 struct eth_device *rt_eth_device;
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_eth.c53 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 Ddrv_eth.c63 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 Ddrv_xmac_msg.c1314 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 Ddrv_xmac.c1274 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 Ddrv_xmac.h112 struct eth_device parent; /* inherit from ethernet device */
A Ddrv_xmac_msg.h112 struct eth_device parent; /* inherit from ethernet device */
/bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/
A Dhal_geth.c116 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 Dluminaryif.c27 struct eth_device parent;
128 result = eth_device_ready((struct eth_device *)&(luminaryif_dev->parent)); in luminaryif_isr()
/bsp/lm3s9b9x/drivers/
A Dluminaryif.c26 struct eth_device parent;
126 result = eth_device_ready((struct eth_device *)&(luminaryif_dev->parent)); in luminaryif_isr()
/bsp/lm4f232/drivers/
A Dluminaryif.c26 struct eth_device parent;
126 result = eth_device_ready((struct eth_device*)&(luminaryif_dev->parent)); in luminaryif_isr()
/bsp/nxp/lpc/lpc2148/drivers/
A Ddm9000.c19 struct eth_device parent;

Completed in 45 milliseconds

123