Searched +full:dwxgmac +full:- +full:2 (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 23 - snps,dwmac 24 - snps,dwmac-3.50a 25 - snps,dwmac-3.610 26 - snps,dwmac-3.70a [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@foss.st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 23 - snps,dwmac 24 - snps,dwmac-3.40a 25 - snps,dwmac-3.50a 26 - snps,dwmac-3.610 [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-generic.c | 4 * Copyright (C) 2007-2011 STMicroelectronics Ltd 8 * License version 2. This program is licensed "as is" without any 29 if (pdev->dev.of_node) { in dwmac_generic_probe() 32 dev_err(&pdev->dev, "dt configuration failed\n"); in dwmac_generic_probe() 36 plat_dat = dev_get_platdata(&pdev->dev); in dwmac_generic_probe() 38 dev_err(&pdev->dev, "no platform data provided\n"); in dwmac_generic_probe() 39 return -EINVAL; in dwmac_generic_probe() 43 plat_dat->multicast_filter_bins = HASH_TABLE_SIZE; in dwmac_generic_probe() 46 plat_dat->unicast_filter_entries = 1; in dwmac_generic_probe() 56 if (pdev->dev.of_node) in dwmac_generic_probe() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-generic.c | 4 * Copyright (C) 2007-2011 STMicroelectronics Ltd 8 * License version 2. This program is licensed "as is" without any 29 if (pdev->dev.of_node) { in dwmac_generic_probe() 32 dev_err(&pdev->dev, "dt configuration failed\n"); in dwmac_generic_probe() 36 plat_dat = dev_get_platdata(&pdev->dev); in dwmac_generic_probe() 38 dev_err(&pdev->dev, "no platform data provided\n"); in dwmac_generic_probe() 39 return -EINVAL; in dwmac_generic_probe() 43 plat_dat->multicast_filter_bins = HASH_TABLE_SIZE; in dwmac_generic_probe() 46 plat_dat->unicast_filter_entries = 1; in dwmac_generic_probe() 50 if (plat_dat->init) { in dwmac_generic_probe() [all …]
|