| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 644 (ar_mac[i][4] << 8) | ar_mac[i][5]; in hw_atl2_hw_multicast_list_set() 703 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl2_hw_interrupt_moderation_set() 704 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl2_hw_interrupt_moderation_set() 705 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl2_hw_interrupt_moderation_set() 706 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl2_hw_interrupt_moderation_set() 707 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl2_hw_interrupt_moderation_set() 711 {0x6U, 0x38U},/* 10Gbit */ in hw_atl2_hw_interrupt_moderation_set() 712 {0xCU, 0x70U},/* 5Gbit */ in hw_atl2_hw_interrupt_moderation_set() 713 {0xCU, 0x70U},/* 5Gbit 5GS */ in hw_atl2_hw_interrupt_moderation_set() 714 {0x18U, 0xE0U},/* 2.5Gbit */ in hw_atl2_hw_interrupt_moderation_set() [all …]
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bgmac-bcma-mdio.c | 2 * Driver for (BCM4706)? GBit MAC core on BCMA bus. 85 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphywr */ 130 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphyinit */ 141 for (i = 0; i < 5; i++) { in bcma_mdio_phy_init() 157 for (i = 0; i < 5; i++) { in bcma_mdio_phy_init() 178 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphyreset */ 263 MODULE_DESCRIPTION("Broadcom iProc GBit BCMA MDIO helpers");
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | iavf.rst | 104 - 5 MSI-X interrupt vectors and corresponding i40e CSRs 159 to 1Gbit for tc0 and 3Gbit for tc1. 164 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit 165 max_rate 1Gbit 3Gbit 181 For example: min_rate 1Gbit 3Gbit: Verify bandwidth limit using network
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 28 * received 32768 MB (0 % mmap'ed) in 14.1157 s, 19.4732 Gbit 30 * received 32768 MB (0 % mmap'ed) in 14.6833 s, 18.7204 Gbit 32 * received 32768 MB (0 % mmap'ed) in 11.143 s, 24.6682 Gbit 34 * received 32768 MB (0 % mmap'ed) in 14.9056 s, 18.4413 Gbit 40 * received 32768 MB (99.9939 % mmap'ed) in 6.73792 s, 40.7956 Gbit 42 * received 32768 MB (99.9939 % mmap'ed) in 7.26732 s, 37.8238 Gbit 44 * received 32768 MB (99.9939 % mmap'ed) in 7.61661 s, 36.0893 Gbit 46 * received 32768 MB (99.9939 % mmap'ed) in 7.43764 s, 36.9577 Gbit 116 temp ^= *(unsigned long *)(zone + 5*sizeof(long)); in hash_zone() 303 printf("received %lg MB (%lg %% mmap'ed) in %lg s, %lg Gbit\n" in child_thread()
|
| /linux/Documentation/scsi/ |
| H A D | bnx2fc.rst | 44 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed 62 Speed: 10 Gbit 63 Supported Speed: 10 Gbit
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_b0.c | 304 /* the LRO timebase divider is 5 uS (0x61a), in hw_atl_b0_hw_offload_set() 548 (mac_addr[4] << 8) | mac_addr[5]; in hw_atl_b0_hw_mac_addr_set() 1089 (ar_mac[i][4] << 8) | ar_mac[i][5]; in hw_atl_b0_hw_multicast_list_set() 1143 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1144 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1145 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl_b0_hw_interrupt_moderation_set() 1146 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1147 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1152 {0x6U, 0x38U},/* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1153 {0xCU, 0x70U},/* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() [all …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_common.h | 50 #define HW_ATL_NIC_NAME "Marvell (aQuantia) AQtion 10Gbit Network Adapter" 61 #define AQ_NIC_RATE_10M BIT(5)
|
| /linux/drivers/edac/ |
| H A D | armada_xp_edac.c | 252 case 0: /* 2GBit */ in axp_mc_read_config() 261 case 3: /* 1GBit */ in axp_mc_read_config() 264 case 4: /* 4GBit */ in axp_mc_read_config() 267 case 5: /* 8GBit */ in axp_mc_read_config()
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | pmbus_core.c | 799 mantissa = ((s16)((sensor->data & 0x7ff) << 5)) >> 5; in pmbus_reg2data_linear() 856 val = div_s64(val + 5LL, 10L); /* round closest */ in pmbus_reg2data_direct() 881 rv = 250 + (val - 1) * 5; in pmbus_reg2data_vid() 897 rv = 195 + (val - 1) * 5; /* VID step is 5mv */ in pmbus_reg2data_vid() 988 /* Convert to sign, 5 bit exponent, 10 bit mantissa */ in pmbus_data2reg_ieee754() 1056 /* Convert to 5 bit exponent, 11 bit mantissa */ in pmbus_data2reg_linear() 1088 val = div_s64(val + 5LL, 10L); /* round closest */ in pmbus_data2reg_direct() 1522 u16 gbit; /* generic status bit */ member 1589 bool upper = !!(attr->gbit & 0xff00); /* need to check STATUS_WORD */ in pmbus_add_sensor_attrs_one() 1614 if (!ret && attr->gbit && in pmbus_add_sensor_attrs_one() [all …]
|
| /linux/drivers/media/pci/cobalt/ |
| H A D | cobalt-driver.c | 170 case 5: return 4096; in get_payload_size() 179 case 1: return "2.5 Gbit/s"; in get_link_speed() 180 case 2: return "5 Gbit/s"; in get_link_speed() 181 case 3: return "10 Gbit/s"; in get_link_speed() 204 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show() 450 s->video_channel = 5; in cobalt_stream_struct_init() 457 s->video_channel = 5; in cobalt_stream_struct_init()
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 200 | tap | vector | checksum, tso | > 8Gbit | 202 | hybrid | vector | checksum, tso, multipacket rx | > 6GBit | 204 | raw | vector | checksum, tso, multipacket rx, tx" | > 6GBit | 206 | EoGRE | vector | multipacket rx, tx | > 3Gbit | 208 | Eol2tpv3 | vector | multipacket rx, tx | > 3Gbit | 210 | bess | vector | multipacket rx, tx | > 3Gbit | 262 for most applications that need throughput in the 2-4 Gbit range. 1051 of 5 times or higher on some benchmarks.
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx95-libra-rdk-fpsc.dts | 84 reg_vdd_5v0: regulator-vdd-5v0 { 240 max-speed = <10000>; /* 10Gbit/s */
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_fc.c | 163 { FC_PORTSTATE_ERROR, "Error", 5 }, 253 { FC_PORTSPEED_1GBIT, "1 Gbit" }, 254 { FC_PORTSPEED_2GBIT, "2 Gbit" }, 255 { FC_PORTSPEED_4GBIT, "4 Gbit" }, 256 { FC_PORTSPEED_10GBIT, "10 Gbit" }, 257 { FC_PORTSPEED_8GBIT, "8 Gbit" }, 258 { FC_PORTSPEED_16GBIT, "16 Gbit" }, 259 { FC_PORTSPEED_32GBIT, "32 Gbit" }, 260 { FC_PORTSPEED_20GBIT, "20 Gbit" }, 261 { FC_PORTSPEED_40GBIT, "40 Gbit" }, [all …]
|
| H A D | scsi_transport_sas.c | 154 { SAS_LINK_RATE_1_5_GBPS, "1.5 Gbit" }, 155 { SAS_LINK_RATE_3_0_GBPS, "3.0 Gbit" }, 156 { SAS_LINK_RATE_6_0_GBPS, "6.0 Gbit" }, 157 { SAS_LINK_RATE_12_0_GBPS, "12.0 Gbit" }, 158 { SAS_LINK_RATE_22_5_GBPS, "22.5 Gbit" }, 1290 rdev->I_T_nexus_loss_timeout = (msdata[4] << 8) + msdata[5]; in sas_read_port_mode_page()
|
| /linux/drivers/ssb/ |
| H A D | scan.c | 80 return "GBit Ethernet"; in ssb_core_name() 145 return 5; in chipid_to_nrcores()
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/infra/ |
| H A D | qdiscs.json | 180 "verifyCmd": "$TC -s qdisc show dev $DUMMY | grep -A 5 'qdisc skbprio'", 321 "id": "5d0b", 404 "ping -c 5 -f -I $DUMMY 10.10.10.1 > /dev/null || true", 409 "verifyCmd": "$TC -s qdisc show dev $DUMMY | grep -A 5 'qdisc fq_codel'", 440 "verifyCmd": "$TC -s qdisc show dev $DUMMY | grep -A 5 'qdisc fq_codel'", 466 "ping -c 5 -f -I $DUMMY 10.10.10.1 > /dev/null || true", 471 "verifyCmd": "$TC -s qdisc show dev $DUMMY | grep -A 5 'qdisc fq_codel'", 497 "ping -c 5 -f -I $DUMMY 10.10.10.1 > /dev/null || true", 502 "verifyCmd": "$TC -s qdisc show dev $DUMMY | grep -A 5 'qdisc fq_codel'", 528 "ping -c 5 -f -I $DUMMY 10.10.10.1 > /dev/null || true", [all …]
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi_cnfg.h | 42 * Port Page 2, FC Port Page 4, FC Port Page 5 167 * Two new Manufacturing config pages (5 and 6). 189 * Added 5 new ControlFlags defines for SAS IO Unit 281 * Manufacturing Page 5. 680 U32 Reserved5; /* 5Ch */ 1102 /* IOC Page 5 HotSpare Flags */ 1772 …STATE_DIAGNOST (0x05) /*(SNIA)HBA_PORTSTATE_DIAGNOSTICS 5 In diagnostics mode … 1782 …PAGE0_SUPPORT_1GBIT_SPEED (0x00000001) /* (SNIA)HBA_PORTSPEED_1GBIT 1 1 GBit/sec */ 1783 …PAGE0_SUPPORT_2GBIT_SPEED (0x00000002) /* (SNIA)HBA_PORTSPEED_2GBIT 2 2 GBit/sec */ 1784 …PAGE0_SUPPORT_10GBIT_SPEED (0x00000004) /* (SNIA)HBA_PORTSPEED_10GBIT 4 10 GBit/sec */ [all …]
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.h | 112 * GBIT = 125MHz => 8ns/clock => 8*64 ns / tick 745 u32 tbptr5; /* 0x.1ac - TxBD Pointer for ring 5 */ 762 u32 tbase5; /* 0x.22c - TxBD Base Address of ring 5 */ 796 u32 rbptr5; /* 0x.3ac - RxBD pointer for ring 5 */ 813 u32 rbase5; /* 0x.42c - RxBD base address of ring 5 */ 838 u32 mac05addr1; /* 0x.568 - MAC exact match address 5, part 1 */ 839 u32 mac05addr2; /* 0x.56c - MAC exact match address 5, part 2 */ 852 u32 mac12addr1; /* 0x.5a0 - MAC exact match address 12, part 1*/ 853 u32 mac12addr2; /* 0x.5a4 - MAC exact match address 12, part 2*/ 854 u32 mac13addr1; /* 0x.5a8 - MAC exact match address 13, part 1*/ [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice.h | 111 #define ICE_Q_WAIT_MAX_RETRY (5 * ICE_Q_WAIT_RETRY_LIMIT) 140 /* User can specify BW in either Kbit/Mbit/Gbit and OS converts it in bytes. 145 /* Default recipes have priority 4 and below, hence priority values between 5..7 157 #define ICE_SWITCH_FLTR_PRIO_VSI 5
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 300 fdb->mac[5] = (reg[1] >> MAC_BYTE_5) & MAC_BYTE_MASK; in mt7530_fdb_read() 322 reg[1] |= mac[5] << MAC_BYTE_5; in mt7530_fdb_write() 400 /* PLL frequency: 125MHz: 1.0GBit */ in mt7530_setup_port6() 405 } else { /* PLL frequency: 250MHz: 2.0Gbit */ in mt7530_setup_port6() 494 /* Step 5: set feedback divide ratio update signal to low */ in mt7531_pll_setup() 894 &rmon_stats->hist[5]); in mt7530_get_rmon_stats() 907 &rmon_stats->hist_tx[5]); in mt7530_get_rmon_stats() 1089 mt7530_write(priv, MT753X_PMCR_P(5), 0x56300); in mt7530_setup_port5() 1106 if (!dsa_is_dsa_port(priv->ds, 5) && in mt7530_setup_port5() 1128 /* In Clause 5 of IEEE Std 802-2014, two sublayers of the data link layer (DLL) [all …]
|
| H A D | vitesse-vsc73xx-core.c | 3 * Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch 5 * Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch 95 #define VSC73XX_MAC_CFG_MAC_RX_RST BIT(5) 129 #define VSC73XX_ADVPORTM_EXT_PORT BIT(5) 210 #define VSC73XX_HASH0_VID_FROM_MASK GENMASK(5, 0) 217 #define VSC73XX_HASH3_MAC3_FROM_MASK GENMASK(5, 0) 228 #define VSC73XX_HASH3_MAC3_TO_MASK GENMASK(10, 5) 249 #define VSC73XX_MACACCESS_CMD_CLEAR_TABLE 5 284 #define VSC73XX_MII_MPRES_PRESCALEVAL GENMASK(5, 0) 289 /* Arbiter block 5 registers */ [all …]
|
| /linux/drivers/net/usb/ |
| H A D | ax88179_178a.c | 126 #define GMII_LED1_ACTIVE BIT(5) 135 #define GMII_LED1_LINK_100 BIT(5) 146 #define LED1_ACTIVE BIT(5) 1511 u8 tmp[5], link_sts; in ax88179_link_reset() 1548 memcpy(tmp, &AX88179_BULKIN_SIZE[0], 5); in ax88179_link_reset() 1550 memcpy(tmp, &AX88179_BULKIN_SIZE[1], 5); in ax88179_link_reset() 1552 memcpy(tmp, &AX88179_BULKIN_SIZE[3], 5); in ax88179_link_reset() 1557 memcpy(tmp, &AX88179_BULKIN_SIZE[2], 5); in ax88179_link_reset() 1559 memcpy(tmp, &AX88179_BULKIN_SIZE[3], 5); in ax88179_link_reset() 1561 memcpy(tmp, &AX88179_BULKIN_SIZE[3], 5); in ax88179_link_reset() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | apple-gmux.c | 387 * eDP mux on retinas, the difference being support for 2.7 versus 5.4 Gbit/s. 420 * variable ``gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9`` (5th byte,
|
| /linux/drivers/net/ethernet/aeroflex/ |
| H A D | greth.c | 1033 dev->dev_addr[4] << 8 | dev->dev_addr[5]); in greth_set_mac_add() 1055 mc_filter[bitnr >> 5] |= 1 << (bitnr & 31); in greth_set_hash_filter() 1407 /* Check if we have GBIT capable MAC */ in greth_of_probe() 1471 macaddr[5]++; in greth_of_probe() 1482 dev->dev_addr[4] << 8 | dev->dev_addr[5]); in greth_of_probe()
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 50 u16 val[5]; 680 * 1Gbit/s. Since the PHY itself is a Fast Ethernet RMII PHY this leads in gswip_setup() 1172 mac_bridge.key[0] = addr[5] | (addr[4] << 8); in gswip_port_fdb() 1236 addr[5] = mac_bridge.key[0] & 0xff; in gswip_port_fdb_dump()
|