/Linux-v6.1/drivers/video/fbdev/ |
D | gbefb.c | 2 * SGI GBE frame buffer driver 31 #include <video/gbe.h> 33 static struct sgi_gbe *gbe; variable 58 #error GBE Framebuffer cannot use more than 8MB of memory 186 gbe->ctrlstat = 0x300aa000; in gbe_reset() 193 * Description: This should turn off the monitor and gbe. This is used 206 val = gbe->vt_xy; in gbe_turn_off() 211 val = gbe->ovr_control; in gbe_turn_off() 213 gbe->ovr_control = val; in gbe_turn_off() 215 val = gbe->frm_control; in gbe_turn_off() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 5 Ethernet packets. NetCP has a gigabit Ethernet (GbE) subsystem with a ethernet 29 | |-> GBE/XGBE Switch 65 1Gb/10Gb (gbe/xgbe) ethernet switch sub-module specifications. 67 - label: Must be "netcp-gbe" for 1Gb & "netcp-xgbe" for 10Gb. 69 "ti,netcp-gbe" for 1GbE on NetCP 1.4 70 "ti,netcp-gbe-5" for 1GbE N NetCP 1.5 (N=5) 71 "ti,netcp-gbe-9" for 1GbE N NetCP 1.5 (N=9) 72 "ti,netcp-gbe-2" for 1GbE N NetCP 1.5 (N=2) 73 "ti,netcp-xgbe" for 10 GbE 181 gbe@90000 { [all …]
|
D | amd-xgbe.txt | 1 * AMD 10GbE driver (amd-xgbe) 32 0 - 1GbE and 10GbE (default) 33 1 - 2.5GbE and 10GbE 40 the setting for the 1GbE speed, the second value for the 2.5GbE speed and 41 the third value for the 10GbE speed. All three values are required if the
|
D | apm-xgene-enet.txt | 20 This is supported only on SGMII based 1GbE and 10GbE interfaces.
|
/Linux-v6.1/drivers/net/ethernet/wangxun/ |
D | Kconfig | 20 tristate "Wangxun(R) GbE PCI Express adapters support" 23 This driver supports Wangxun(R) GbE PCI Express family of 33 tristate "Wangxun(R) 10GbE PCI Express adapters support" 36 This driver supports Wangxun(R) 10GbE PCI Express family of
|
/Linux-v6.1/drivers/infiniband/hw/cxgb4/ |
D | Kconfig | 10 1GbE, 10GbE adapters and T5 40GbE adapter.
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | armada3700-periph-clock.txt | 36 0 gbe-50 50 MHz parent clock for Gigabit Ethernet 37 1 gbe-core parent clock for Gigabit Ethernet core 38 2 gbe-125 125 MHz parent clock for Gigabit Ethernet 45 9 gbe-bm Gigabit Ethernet Buffer Manager
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | keystone-k2g-netcp.dtsi | 115 gbe: gbe@200000 { label 116 label = "netcp-gbe"; 117 compatible = "ti,netcp-gbe-2"; 144 netcp-gbe = <&gbe0>;
|
D | keystone-k2e-netcp.dtsi | 151 gbe@200000 { /* ETHSS */ 152 label = "netcp-gbe"; 153 compatible = "ti,netcp-gbe-9"; 228 netcp-gbe = <&gbe0>; 241 netcp-gbe = <&gbe1>;
|
D | keystone-k2l-netcp.dtsi | 150 gbe@200000 { /* ETHSS */ 151 label = "netcp-gbe"; 152 compatible = "ti,netcp-gbe-5"; 210 netcp-gbe = <&gbe0>; 223 netcp-gbe = <&gbe1>;
|
D | keystone-k2hk-netcp.dtsi | 168 gbe@90000 { /* ETHSS */ 171 label = "netcp-gbe"; 172 compatible = "ti,netcp-gbe"; 230 netcp-gbe = <&gbe0>; 243 netcp-gbe = <&gbe1>;
|
D | dove-cm-a510.dtsi | 56 * E1: PHY RTL8211D on internal GbE (SMI address 0x03) 73 * 1 GbE PHY reset (active low) 126 /* Optional RTL8211D GbE PHY on SMI address 0x03 */ 141 /* Optional RTL8111D GbE NIC on PCIe1 */
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/neterion/ |
D | s2io.rst | 4 Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver 7 Release notes for Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver. 41 eth3: Neterion Xframe I 10GbE adapter (rev 3), Version 2.0.9.1, Intr type INTA 42 eth4: Neterion Xframe II 10GbE adapter (rev 2), Version 2.0.9.1, Intr type INTA 180 device support ---> Ethernet (10000 Mbit) ---> S2IO 10Gbe Xframe NIC) to 195 For further support please contact either your 10GbE Xframe NIC vendor (IBM,
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_devids.h | 15 /* Intel(R) Ethernet Connection E823-L 1GbE */ 46 /* Intel(R) Ethernet Connection E823-C 1GbE */ 56 /* Intel(R) Ethernet Connection E822-C 1GbE */ 64 /* Intel(R) Ethernet Connection E822-L 1GbE */
|
/Linux-v6.1/drivers/staging/greybus/ |
D | audio_topology.c | 648 struct soc_enum *gbe; in gbaudio_tplg_create_enum_kctl() local 652 gbe = devm_kzalloc(gb->dev, sizeof(*gbe), GFP_KERNEL); in gbaudio_tplg_create_enum_kctl() 653 if (!gbe) in gbaudio_tplg_create_enum_kctl() 659 gbe->items = le32_to_cpu(gb_enum->items); in gbaudio_tplg_create_enum_kctl() 660 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_kctl() 661 if (!gbe->texts) in gbaudio_tplg_create_enum_kctl() 665 dev_dbg(gb->dev, "Max:%d, name_length:%d\n", gbe->items, in gbaudio_tplg_create_enum_kctl() 667 for (i = 0; i < gbe->items; i++) in gbaudio_tplg_create_enum_kctl() 668 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]); in gbaudio_tplg_create_enum_kctl() 671 SOC_ENUM_EXT(ctl->name, *gbe, gbcodec_enum_ctl_get, in gbaudio_tplg_create_enum_kctl() [all …]
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | ixgb.rst | 59 | 82597EX | Intel(R) PRO/10GbE LR/SR/CX4 | - 10G Base-LR (fiber) | 79 For example, with two 10GbE PCI adapters, entering:: 235 or device ID of 10GbE card" 236 # set mmrbc to 4k reads, modify only Intel 10GbE device IDs 237 # replace 1a48 with appropriate 10GbE device's ID installed on the system, 285 your ixgb driver is using and/or replace '1a48' with appropriate 10GbE device's 327 name, the name for the Linux Base Driver for the Intel 10GbE Family of 384 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4 387 The CRC errors may be received either by the Intel(R) PRO/10GbE CX4 393 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4 Server [all …]
|
/Linux-v6.1/drivers/net/ethernet/intel/ |
D | Kconfig | 143 tristate "Intel(R) PRO/10GbE support" 146 This driver supports Intel(R) PRO/10GbE family of adapters for 160 tristate "Intel(R) 10GbE PCI Express adapters support" 166 This driver supports Intel(R) 10GbE PCI Express family of 179 bool "Intel(R) 10GbE PCI Express adapters HWMON support" 215 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | phy-tegra194-p2u.yaml | 15 Tegra234 has three PHY bricks namely HSIO, NVHS and GBE (Gigabit Ethernet) 18 interface and PHY of HSIO/NVHS/GBE bricks. Each P2U instance represents one
|
D | phy-mvebu-comphy.txt | 20 * Lane 1 (PCIe/GbE) 21 * Lane 0 (USB3/GbE)
|
/Linux-v6.1/arch/sparc/vdso/ |
D | vdso2c.c | 100 #define GBE(x, bits, ifnot) \ macro 109 GBE(x, 64, GBE(x, 32, GBE(x, 16, LAST_GBE(x))))
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326_reg.h | 131 /* 10GbE MAC Block Registers */ 132 /* Note that those registers that are exactly the same for 10GbE as for 140 /* 10GbE specific, and different from tri-speed */ 141 #define REG_MISC_10G CRA(0x1,0xa,0x00) /* Misc 10GbE setup */ 165 /* pn = port number 0-9 for tri-speed, 10 for 10GbE */ 166 /* Both tri-speed and 10GbE */ 198 /* pn = port number, 0-a, a = 10GbE */ 269 #define REG_STAT_STICKY10G CRA(0x4,0xa,StatSticky1G) /* 10GbE sticky bits */
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 11 The driver supports a range of link-speed devices (10GbE, 25GbE, 40GbE, etc.).
|
/Linux-v6.1/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 3 * Keystone GBE and XGBE subsystem code 37 #define GBE_MODULE_NAME "netcp-gbe" 173 offsetof(struct gbe##_##rb, rn) 809 /* GBE module A */ 844 /* GBE module B */ 879 /* GBE module C */ 914 /* GBE module D */ 1626 /* GBE module 0 */ 2899 dev_dbg(gbe_dev->dev, "initializing gbe version %d.%d (%d) GBE identification value 0x%x\n", in gbe_open() 3335 "Can't translate of node(%pOFn) of gbe ss address at %d\n", in get_gbe_resource_version() [all …]
|
/Linux-v6.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-phy-v1.c | 212 * 1GbE, second for 2.5GbE and third for 10GbE 407 netif_dbg(pdata, link, pdata->netdev, "10GbE KR mode set\n"); in xgbe_phy_kr_mode() 450 netif_dbg(pdata, link, pdata->netdev, "2.5GbE KX mode set\n"); in xgbe_phy_kx_2500_mode() 493 netif_dbg(pdata, link, pdata->netdev, "1GbE KX mode set\n"); in xgbe_phy_kx_1000_mode()
|
/Linux-v6.1/drivers/net/ethernet/amd/ |
D | Kconfig | 160 tristate "AMD 10GbE Ethernet driver" 169 This driver supports the AMD 10GbE Ethernet device found on an
|