Searched +full:coe +full:- +full:unsupported (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | enh_desc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 Copyright (C) 2007-2014 STMicroelectronics Ltd 18 unsigned int tdes0 = le32_to_cpu(p->des0); in enh_desc_get_tx_status() 31 x->tx_jabber++; in enh_desc_get_tx_status() 34 x->tx_frame_flushed++; in enh_desc_get_tx_status() 39 x->tx_losscarrier++; in enh_desc_get_tx_status() 42 x->tx_carrier++; in enh_desc_get_tx_status() 46 x->tx_collision += in enh_desc_get_tx_status() 50 x->tx_deferred++; in enh_desc_get_tx_status() 54 x->tx_underflow++; in enh_desc_get_tx_status() [all …]
|
H A D | stmmac_platform.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 Copyright (C) 2007-2011 STMicroelectronics Ltd 26 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins 57 * dwmac1000_validate_ucast_entries - validate the Unicast address entries 65 * selected, and defaults to 1 Unicast address if an unsupported 88 * stmmac_axi_setup - parse DT parameters for programming the AXI register 91 * if required, from device-tree the AXI internal register can be tuned 99 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup() 103 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup() 106 return ERR_PTR(-ENOMEM); in stmmac_axi_setup() [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A 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 …]
|