stmmac_est.c stmmac_est.h stmmac_ethtool.c stmmac_hwtstamp.c stmmac_main.c stmmac_mdio.c stmmac_pci.c stmmac_pcs.h stmmac_platform.c stmmac_platform.h stmmac_ptp.c stmmac_ptp.h stmmac_selftests.c stmmac_tc.c stmmac_xdp.c stmmac_xdp.h Kconfig Makefile sun sunplus synopsys tehuti ti...
/stmmac_main.c中stmmac_init_module接口完成设备和驱动的,本小节讲解设备注册部分: 首先,定义一个platform_device结构体: static struct.../ethernet/stmmac/stmmac_main.c中stmmac_init_module接口完成设备和驱动的,本小节讲解driver部分: 首先,定义一个platform_driver结构体 ...
[译]C# 7系列,Part 2: Async Main 异步Main方法 2019-12-06 11:47 −原文:https://blogs.msdn.microsoft.com/mazhou/2017/05/30/c-7-series-part-2-async-main/ 你大概知道,C#语言可以构建两种程序。一种是带有入口点(entrypoint)的程序,这样操作系统就可以加载程序并从入口点执行;另一... ...
> drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c > b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c > index 034ae1dc65ec..859af9117a0f 100644 > -...
CC [M] drivers/net/ethernet/stmicro/stmmac/stmmac_main.oCC [M] drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.oCC [M] drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.oCC [M] drivers/net/ethernet/stmicro/stmmac/ring_mode.oCC [M] drivers/net/ethernet/stmicro/stmmac/chain_mode.oCHK...
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c @@ -958,7 +958,7 @@ static void stmmac_fpe_link_state_handle(struct stmmac_priv *priv, bool is_up) if (is_up) { if (*hs_enable) - stmmac_fpe_send_mpacket(priv, priv->ioaddr, ...
choose the IP block to use. The main file is stmmac_main where the programmer can find the typical Ethernet driver functions like *_open(), *_xmit() and other relevant ones. stmmac_main is the maestro of stmmac , picking each block operations (MDIO, PTP, ...
main v6.6-rc5 … v6.4-rc1 ahalaney authored and Paolo Abeni committed Apr 13, 2023 1 parent 33719b5 commit 164a9eb Showing 1 changed file with 15 additions and 5 deletions. Whitespace Ignore whitespace Split Unified 20 changes: 15 additions & 5 deletions 20 drivers/net/ethernet/stmicro/...
* set some private fields that will be used by the main at runtime.*/ staticstructplat_stmmacenet_data* stmmac_probe_config_dt(structplatform_device*pdev,u8*mac) { structdevice_node*np=pdev->dev.of_node; structplat_stmmacenet_data*...
-+++ b/ipq806x/nss_gmac_tx_rx_offload.c -@@ -896,8 +896,8 @@ int nss_gmac_open(struct net_device *netdev) - nss_gmac_rx_refill(gmacdev); - - /* Register IRQ */ -- err = request_irq(netdev->irq, nss_gmac_handle_irq, ...