Home
last modified time | relevance | path

Searched refs:eth (Results 1 – 17 of 17) sorted by relevance

/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_emac.c54 struct eth_device eth; member
419 eth_device_ready(&nu_emac_dev.eth); in EMAC_RX_IRQHandler()
425 eth_device_ready(&nu_emac_dev.eth); in EMAC_RX_IRQHandler()
502 psNuEMAC->eth.parent.init = nu_emac_init; in rt_hw_nu_emac_register()
503 psNuEMAC->eth.parent.open = nu_emac_open; in rt_hw_nu_emac_register()
504 psNuEMAC->eth.parent.close = nu_emac_close; in rt_hw_nu_emac_register()
505 psNuEMAC->eth.parent.read = nu_emac_read; in rt_hw_nu_emac_register()
506 psNuEMAC->eth.parent.write = nu_emac_write; in rt_hw_nu_emac_register()
508 psNuEMAC->eth.parent.user_data = RT_NULL; in rt_hw_nu_emac_register()
509 psNuEMAC->eth.eth_rx = nu_emac_rx; in rt_hw_nu_emac_register()
[all …]
/bsp/nxp/mcx/mcxn/Libraries/drivers/
A Ddrv_eth.c141 struct rt_stm32_eth *eth = (struct rt_stm32_eth*)dev->user_data; in rt_stm32_eth_init() local
176 …ENET_CreateHandler(EXAMPLE_ENET_BASE, &eth->g_handle, &config, &buffConfig[0], ENET_IntCallback, N… in rt_stm32_eth_init()
213 struct rt_stm32_eth *eth = (struct rt_stm32_eth*)dev->user_data; in rt_stm32_eth_tx() local
232 status = ENET_SendFrame(EXAMPLE_ENET_BASE, &eth->g_handle, &txFrame, 0); in rt_stm32_eth_tx()
243 struct rt_stm32_eth *eth = (struct rt_stm32_eth*)dev->user_data; in rt_stm32_eth_rx() local
245 status = ENET_GetRxFrameSize(EXAMPLE_ENET_BASE, &eth->g_handle, &len, eth->rx_channel); in rt_stm32_eth_rx()
255 …status = ENET_ReadFrame(EXAMPLE_ENET_BASE, &eth->g_handle, p->payload, len, eth->rx_channel, NULL); in rt_stm32_eth_rx()
275 ENET_ReadFrame(EXAMPLE_ENET_BASE, &eth->g_handle, NULL, 0, eth->rx_channel, NULL); in rt_stm32_eth_rx()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_emac.c45 struct eth_device eth; member
501 eth_device_ready(&psNuEmac->eth); in nu_emac_rx_isr()
507 eth_device_ready(&psNuEmac->eth); in nu_emac_rx_isr()
591 psNuEMAC->eth.parent.init = nu_emac_init; in rt_hw_nu_emac_init()
592 psNuEMAC->eth.parent.open = nu_emac_open; in rt_hw_nu_emac_init()
593 psNuEMAC->eth.parent.close = nu_emac_close; in rt_hw_nu_emac_init()
594 psNuEMAC->eth.parent.read = nu_emac_read; in rt_hw_nu_emac_init()
595 psNuEMAC->eth.parent.write = nu_emac_write; in rt_hw_nu_emac_init()
597 psNuEMAC->eth.parent.user_data = psNuEMAC; in rt_hw_nu_emac_init()
598 psNuEMAC->eth.eth_rx = nu_emac_rx; in rt_hw_nu_emac_init()
[all …]
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_emac.c68 struct eth_device eth; member
545 eth_device_ready(&psNuEmac->eth); in nu_emac_rx_isr()
551 eth_device_ready(&psNuEmac->eth); in nu_emac_rx_isr()
635 psNuEMAC->eth.parent.init = nu_emac_init; in rt_hw_nu_emac_init()
636 psNuEMAC->eth.parent.open = nu_emac_open; in rt_hw_nu_emac_init()
637 psNuEMAC->eth.parent.close = nu_emac_close; in rt_hw_nu_emac_init()
638 psNuEMAC->eth.parent.read = nu_emac_read; in rt_hw_nu_emac_init()
639 psNuEMAC->eth.parent.write = nu_emac_write; in rt_hw_nu_emac_init()
641 psNuEMAC->eth.parent.user_data = psNuEMAC; in rt_hw_nu_emac_init()
642 psNuEMAC->eth.eth_rx = nu_emac_rx; in rt_hw_nu_emac_init()
[all …]
/bsp/cvitek/drivers/
A DSConscript53 libraries/eth/dw_eth_mac.c
54 libraries/eth/cvi_eth_phy.c
55 libraries/eth/eth_phy_cvitek.c
57 CPPPATH += [cwd + r'/libraries/eth']
/bsp/nuvoton/libraries/m460/rtt_port/emac/
A Ddrv_emac.c61 struct eth_device eth; member
240 eth_device_ready(&psNuGMAC->eth); in nu_gmac_isr()
337 eth_device_linkchange(&psNuGMAC->eth, RT_TRUE); in nu_gmac_link_monitor()
720 psNuGMAC->eth.parent.init = nu_gmac_init; in rt_hw_gmac_init()
721 psNuGMAC->eth.parent.open = nu_gmac_open; in rt_hw_gmac_init()
722 psNuGMAC->eth.parent.close = nu_gmac_close; in rt_hw_gmac_init()
723 psNuGMAC->eth.parent.read = nu_gmac_read; in rt_hw_gmac_init()
724 psNuGMAC->eth.parent.write = nu_gmac_write; in rt_hw_gmac_init()
726 psNuGMAC->eth.parent.user_data = psNuGMAC; in rt_hw_gmac_init()
727 psNuGMAC->eth.eth_rx = nu_gmac_rx; in rt_hw_gmac_init()
[all …]
/bsp/nuvoton/libraries/ma35/rtt_port/gmac/
A Ddrv_gmac.c75 struct eth_device eth; member
281 eth_device_ready(&psNuGMAC->eth); in nu_gmac_isr()
353 eth_device_linkchange(&psNuGMAC->eth, RT_TRUE); in nu_gmac_link_monitor()
738 psNuGMAC->eth.parent.init = nu_gmac_init; in rt_hw_gmac_init()
739 psNuGMAC->eth.parent.open = nu_gmac_open; in rt_hw_gmac_init()
740 psNuGMAC->eth.parent.close = nu_gmac_close; in rt_hw_gmac_init()
741 psNuGMAC->eth.parent.read = nu_gmac_read; in rt_hw_gmac_init()
742 psNuGMAC->eth.parent.write = nu_gmac_write; in rt_hw_gmac_init()
744 psNuGMAC->eth.parent.user_data = psNuGMAC; in rt_hw_gmac_init()
745 psNuGMAC->eth.eth_rx = nu_gmac_rx; in rt_hw_gmac_init()
[all …]
/bsp/phytium/libraries/
A DSConscript105 ## eth
107 src += Glob(PHYTIUM_SDK_DIR+'/drivers/eth/fxmac/*.c') + Glob(PORT_DRV_DIR+'/drv_xmac.c')
108 … path += [PHYTIUM_SDK_DIR + '/drivers/eth/fxmac/'] + [PHYTIUM_SDK_DIR + '/drivers/eth/fxmac/phy/']
113 … src += Glob(PHYTIUM_SDK_DIR+'/drivers/eth/fxmac_v2_0/*.c') + Glob(PORT_DRV_DIR+'/drv_xmac_msg.c')
114 path += [PHYTIUM_SDK_DIR + '/drivers/eth/fxmac_v2_0/'] + [PHYTIUM_SDK_DIR + '/drivers/msg']
/bsp/simulator/pcap/
A Dpcap_netif.c78 struct eth_device* eth; in pcap_thread_entry() local
87 eth = (struct eth_device*) &pcap_netif_device; in pcap_thread_entry()
95 eth_device_ready(eth); in pcap_thread_entry()
/bsp/hc32/tests/
A Dtest_eth.c72 MSH_CMD_EXPORT(eth_webserver, eth: start web server);
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A DSConscript21 src += Glob('eth/drv_eth.c')
22 path += [cwd + '/eth']
/bsp/nxp/imx/imx6sx/cortex-a9/drivers/
A Demac_drv.c21 #define IMX_EMAC_DEVICE(eth) (struct emac_device*)(eth) argument
/bsp/stm32/stm32h750-artpi/.ci/attachconfig/
A Dci.attachconfig.yml11 peripheral.eth:
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_eth.c141 void _enet_rx_callback(struct rt_imxrt_eth *eth) in _enet_rx_callback() argument
145 ENET_DisableInterrupts(eth->enet_base, kENET_RxFrameInterrupt); in _enet_rx_callback()
147 result = eth_device_ready(&(eth->parent)); in _enet_rx_callback()
152 void _enet_tx_callback(struct rt_imxrt_eth *eth) in _enet_tx_callback() argument
155 if (eth->tx_is_waiting == RT_TRUE) in _enet_tx_callback()
157 eth->tx_is_waiting = RT_FALSE; in _enet_tx_callback()
158 rt_sem_release(&eth->tx_wait); in _enet_tx_callback()
/bsp/frdm-k64f/board/
A Ddrv_emac.c41 #define K64_EMAC_DEVICE(eth) (struct emac_device*)(eth) argument
/bsp/qemu-vexpress-a9/drivers/
A Ddrv_smc911x.c22 #define SMC911X_EMAC_DEVICE(eth) (struct eth_device_smc911x*)(eth) argument
/bsp/amebaz/
A DREADME.md200 [I/WLAN.lwip] eth device init ok name:w0

Completed in 58 milliseconds