Searched +full:eee +full:- +full:broken +full:- +full:100 +full:tx (Results  1 – 18 of 18) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/bindings/net/ | 
| D | ethernet-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Andrew Lunn <andrew@lunn.ch> 11   - Florian Fainelli <f.fainelli@gmail.com> 12   - Heiner Kallweit <hkallweit1@gmail.com> 14 # The dt-schema tools will generate a select statement first by using 21       pattern: "^ethernet-phy(@[a-f0-9]+)?$" 24     - $nodename [all …] 
 | 
| /Linux-v5.4/drivers/net/phy/ | 
| D | phy-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 20 		return "100Mbps";  in phy_speed_to_str() 42 		return "100Gbps";  in phy_speed_to_str() 48 		return "Unsupported (update phy-core.c)";  in phy_speed_to_str() 61 	return "Unsupported (update phy-core.c)";  in phy_duplex_to_str() 67  * - iow, descending speed. */ 79 	/* 100G */ 136 	/* 100M */ 137 	PHY_SETTING(    100, FULL,    100baseT_Full		), 138 	PHY_SETTING(    100, FULL,    100baseT1_Full		), [all …] 
 | 
| D | phylink.c | 1 // SPDX-License-Identifier: GPL-2.0 4  * technologies such as SFP cages where the PHY is hot-pluggable. 38  * struct phylink - internal data type for phylink 52 	u8 link_port;			/* The current non-phy ethtool port */ 78 		if ((pl)->config->type == PHYLINK_NETDEV) \ 79 			netdev_printk(level, (pl)->netdev, fmt, ##__VA_ARGS__); \ 80 		else if ((pl)->config->type == PHYLINK_DEV) \ 81 			dev_printk(level, (pl)->dev, fmt, ##__VA_ARGS__); \ 93 	if ((pl)->config->type == PHYLINK_NETDEV)			\ 94 		netdev_dbg((pl)->netdev, fmt, ##__VA_ARGS__);		\ [all …] 
 | 
| D | phy_device.c | 1 // SPDX-License-Identifier: GPL-2.0+ 124 	/* 10/100 half/full*/  in features_init() 132 	/* 100 full, TP */  in features_init() 137 	/* 10/100 half/full + 1000 half/full */  in features_init() 148 	/* 10/100 half/full + 1000 half/full + fibre*/  in features_init() 162 	/* 10/100 half/full + 1000 half/full + TP/MII/FIBRE/AUI/BNC/Backplane*/  in features_init() 173 	/* 10/100 half/full + 1000 half/full + 10G full*/  in features_init() 187 	/* 10/100/1000/10G full */  in features_init() 202 	put_device(&phydev->mdio.dev);  in phy_device_free() 236 	struct device_driver *drv = phydev->mdio.dev.driver;  in mdio_bus_phy_may_suspend() [all …] 
 | 
| /Linux-v5.4/arch/arm64/boot/dts/amlogic/ | 
| D | meson-gxl-s905d-p230.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 9 #include <dt-bindings/input/input.h> 11 #include "meson-gxl-s905d.dtsi" 12 #include "meson-gx-p23x-q20x.dtsi" 15 	compatible = "amlogic,p230", "amlogic,s905d", "amlogic,meson-gxl"; 18 	adc-keys { 19 		compatible = "adc-keys"; 20 		io-channels = <&saradc 0>; 21 		io-channel-names = "buttons"; [all …] 
 | 
| D | meson-g12a-x96-max.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "meson-g12a.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/gpio/meson-g12a-gpio.h> 11 #include <dt-bindings/sound/meson-g12a-tohdmitx.h> 14 	compatible = "amediatech,x96-max", "amlogic,g12a"; 22 	spdif_dit: audio-codec-1 { 23 		#sound-dai-cells = <0>; 24 		compatible = "linux,spdif-dit"; [all …] 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | am335x-baltos.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3  * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 12 #include <dt-bindings/pwm/pwm.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 20 			cpu0-supply = <&vdd1_reg>; 30 		compatible = "regulator-fixed"; 31 		regulator-name = "vbat"; 32 		regulator-min-microvolt = <5000000>; 33 		regulator-max-microvolt = <5000000>; 34 		regulator-boot-on; [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/ | 
| D | sxgbe_main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include <linux/dma-mapping.h> 54 static int debug = -1; 73  * sxgbe_verify_args - verify the driver parameters. 86 	if (!priv->tx_path_in_lpi_mode)  in sxgbe_enable_eee_mode() 87 		priv->hw->mac->set_eee_mode(priv->ioaddr);  in sxgbe_enable_eee_mode() 92 	/* Exit and disable EEE in case of we are are in LPI state. */  in sxgbe_disable_eee_mode() 93 	priv->hw->mac->reset_eee_mode(priv->ioaddr);  in sxgbe_disable_eee_mode() 94 	del_timer_sync(&priv->eee_ctrl_timer);  in sxgbe_disable_eee_mode() 95 	priv->tx_path_in_lpi_mode = false;  in sxgbe_disable_eee_mode() [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ | 
| D | stmmac_main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3   This is the driver for the ST MAC 10/100/1000 on-chip Ethernet controllers. 6 	Copyright(C) 2007-2011 STMicroelectronics Ltd 29 #include <linux/dma-mapping.h> 49 #define	TSO_MAX_BUFF_SIZE	(SZ_16K - 1) 57 static int debug = -1; 59 MODULE_PARM_DESC(debug, "Message Level (-1: default, 0: no output, 16: all)"); 61 static int phyaddr = -1; 95 MODULE_PARM_DESC(eee_timer, "LPI tx expiration time in msec"); 98 /* By default the driver will use the ring mode to manage tx and rx descriptors, [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/ | 
| D | tg3.c | 7  * Copyright (C) 2005-2016 Broadcom Corporation. 8  * Copyright (C) 2016-2017 Broadcom Limited. 14  *	Copyright (C) 2000-2016 Broadcom Corporation. 15  *	Copyright (C) 2016-2017 Broadcom Ltd. 52 #include <linux/dma-mapping.h> 56 #include <linux/hwmon-sysfs.h> 92 	_tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags) 94 	_tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags) 96 	_tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags) 121 #define TG3_GRC_LCLCTL_PWRSW_DELAY	100 [all …] 
 | 
| D | tg3.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8  * Copyright (C) 2007-2016 Broadcom Corporation. 9  * Copyright (C) 2016-2017 Broadcom Limited. 21 #define TG3_BDINFO_HOST_ADDR		0x0UL /* 64-bit */ 22 #define TG3_BDINFO_MAXLEN_FLAGS		0x8UL /* 32-bit */ 27 #define TG3_BDINFO_NIC_ADDR		0xcUL /* 32-bit */ 56 #define  TG3PCI_DEVICE_TIGON3_5785_F	 0x16a0 /* 10/100 only */ 78 /* 0x04 --> 0x2c unused */ 115 /* 0x30 --> 0x64 unused */ 117 /* 0x66 --> 0x68 unused */ [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/realtek/ | 
| D | r8169_main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6  * Copyright (c) 2003 - 2007 Francois Romieu <romieu@fr.zoreil.com> 28 #include <linux/dma-mapping.h> 38 #define FIRMWARE_8168D_1	"rtl_nic/rtl8168d-1.fw" 39 #define FIRMWARE_8168D_2	"rtl_nic/rtl8168d-2.fw" 40 #define FIRMWARE_8168E_1	"rtl_nic/rtl8168e-1.fw" 41 #define FIRMWARE_8168E_2	"rtl_nic/rtl8168e-2.fw" 42 #define FIRMWARE_8168E_3	"rtl_nic/rtl8168e-3.fw" 43 #define FIRMWARE_8168F_1	"rtl_nic/rtl8168f-1.fw" 44 #define FIRMWARE_8168F_2	"rtl_nic/rtl8168f-2.fw" [all …] 
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | ata_piix.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3  *    ata_piix.c - Intel PATA/SATA controllers 6  *    		    Please ALWAYS copy linux-ide@vger.kernel.org 9  *	Copyright 2003-2005 Red Hat Inc 10  *	Copyright 2003-2005 Jeff Garzik 14  *  Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer 15  *  Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org> 19  *  as Documentation/driver-api/libata.rst 40  *	PIIX4    errata #9	- Only on ultra obscure hw 41  *	ICH3	 errata #13     - Not observed to affect real hw [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/marvell/ | 
| D | sky2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7  * of the original driver such as link fail-over and link management because 19 #include <linux/dma-mapping.h> 54 #define RX_MAX_PENDING		(RX_LE_SIZE/6 - 2) 70 #define RING_NEXT(x, s)	(((x)+1) & ((s)-1)) 77 static int debug = -1;		/* defaults above */ 85 static int disable_msi = -1; 94 	{ PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) }, /* SK-9Sxx */ 95 	{ PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E00) }, /* SK-9Exx */ 96 	{ PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E01) }, /* SK-9E21M */ [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ | 
| D | igb_main.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2007 - 2018 Intel Corporation. */ 45 __stringify(BUILD) "-k" 62 				"Copyright (c) 2007-2014 Intel Corporation."; 240 MODULE_AUTHOR("Intel Corporation, <e1000-devel@lists.sourceforge.net>"); 246 static int debug = -1; 274 	/* TX Registers */ 291 /* igb_regdump - register printout routine */ 298 	switch (reginfo->ofs) {  in igb_regdump() 348 		pr_info("%-15s %08x\n", reginfo->name, rd32(reginfo->ofs));  in igb_regdump() [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_main.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 1999 - 2018 Intel Corporation. */ 59 #define DRV_VERSION "5.1.0-k" 62 				"Copyright (c) 1999-2016 Intel Corporation."; 77 /* ixgbe_pci_tbl - PCI Device ID Table 152 …"Maximum number of virtual functions to allocate per physical function - default is zero and maxim… 158 		 "Allow unsupported and untested SFP+ modules on 82599-based adapters"); 161 static int debug = -1; 179 	return dev && (dev->netdev_ops == &ixgbe_netdev_ops);  in netif_is_ixgbe() 188 	parent_bus = adapter->pdev->bus->parent;  in ixgbe_read_pci_cfg_word_parent() [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_main.c | 3  * Copyright (c) 2007-2013 Broadcom Corporation 37 #include <linux/dma-mapping.h> 77 #define FW_FILE_NAME_E1		"bnx2x/bnx2x-e1-" FW_FILE_VERSION ".fw" 78 #define FW_FILE_NAME_E1H	"bnx2x/bnx2x-e1h-" FW_FILE_VERSION ".fw" 79 #define FW_FILE_NAME_E2		"bnx2x/bnx2x-e2-" FW_FILE_VERSION ".fw" 85 	"QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver " 110 MODULE_PARM_DESC(int_mode, " Force interrupt mode other than MSI-X " 117 static int mrrs = -1; 365 	pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS, addr);  in bnx2x_reg_wr_ind() 366 	pci_write_config_dword(bp->pdev, PCICFG_GRC_DATA, val);  in bnx2x_reg_wr_ind() [all …] 
 | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | patch_realtek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 31 /* extra amp-initialization sequence types */ 152 	if (val != -1)  in alc_update_coefex_idx() 163 	struct alc_spec *spec = codec->spec;  in alc_get_coef0() 165 	if (!spec->coef0)  in alc_get_coef0() 166 		spec->coef0 = alc_read_coef_idx(codec, 0);  in alc_get_coef0() 167 	return spec->coef0;  in alc_get_coef0() 180 #define WRITE_COEFEX(_nid, _idx, _val) UPDATE_COEFEX(_nid, _idx, -1, _val) 187 	for (; fw->nid; fw++) {  in alc_process_coef_fw() 188 		if (fw->mask == (unsigned short)-1)  in alc_process_coef_fw() [all …] 
 |