| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | iavf.rst | 126 # ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24 127 # ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371 129 Where "24" and "371" are example VLAN IDs. 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/drivers/net/dsa/microchip/ |
| H A D | ksz9477.c | 786 data = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_fdb_add() 810 alu_table[3] = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_fdb_add() 843 data = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_fdb_del() 912 alu->mac[2] = (alu_table[3] >> 24) & 0xFF; in ksz9477_convert_alu() 989 mac_lo = ((mdb->addr[2] << 24) | (mdb->addr[3] << 16)); in ksz9477_mdb_add() 1069 mac_lo = ((mdb->addr[2] << 24) | (mdb->addr[3] << 16)); in ksz9477_mdb_del() 1207 bool gbit = false; in ksz9477_get_gbit() local 1216 gbit = true; in ksz9477_get_gbit() 1218 return gbit; in ksz9477_get_gbit() 1222 bool gbit) in ksz9477_get_xmii() argument [all …]
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx95-libra-rdk-fpsc.dts | 200 compatible = "atmel,24c02"; 240 max-speed = <10000>; /* 10Gbit/s */
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_fc.c | 190 #define FC_VPORTSTATE_MAX_NAMELEN 24 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 …]
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-rdma.rst | 17 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server 20 In our testing, we have obtained excellent performance results (full 10Gbit
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | pmbus_core.c | 34 #define PMBUS_NAME_SIZE 24 1625 u16 gbit; /* generic status bit */ member 1692 bool upper = !!(attr->gbit & 0xff00); /* need to check STATUS_WORD */ in pmbus_add_sensor_attrs_one() 1717 if (!ret && attr->gbit && in pmbus_add_sensor_attrs_one() 1723 attr->gbit); in pmbus_add_sensor_attrs_one() 1935 .gbit = PB_STATUS_VIN_UV, 1960 .gbit = PB_STATUS_VOUT_OV, 2055 .gbit = PB_STATUS_INPUT, 2066 .gbit = PB_STATUS_IOUT_OC, 2156 .gbit = PB_STATUS_INPUT, [all …]
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/infra/ |
| H A D | qdiscs.json | 13 "$IP addr add 10.10.10.10/24 dev $DUMMY || true", 32 "$IP addr del 10.10.10.10/24 dev $DUMMY" 46 "$IP addr add 10.10.10.10/24 dev $DUMMY || true", 62 "$IP addr del 10.10.10.10/24 dev $DUMMY" 76 "$IP addr add 10.10.10.10/24 dev $DUMMY || true", 95 "$IP addr del 10.10.10.10/24 dev $DUMMY" 109 "$IP addr add 10.10.10.10/24 dev $DUMMY || true", 127 "$IP addr del 10.10.10.10/24 dev $DUMMY" 142 "$IP addr add 10.10.11.10/24 dev $DUMMY || true", 169 "$IP addr add 10.10.10.10/24 dev $DUMMY || true", [all …]
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi_cnfg.h | 236 * 06-24-05 01.05.09 Added EEDP defines to IOC Page 1. 306 * 05-24-07 01.05.15 Added Hide Physical Disks with Non-Integrated RAID 802 MPI_MANPAGE7_CONNECTOR_INFO ConnectorInfo[MPI_MANPAGE7_CONNECTOR_INFO_MAX]; /* 24h */ 1145 U8 MetadataSize; /* 24h */ 1204 #define MPI_BIOSPAGE1_IOCSET_SHIFT_INITIAL_SPINUP_DELAY (24) 1258 U32 Reserved10; /* 24h */ 1281 U32 Reserved8; /* 24h */ 1303 U32 Reserved7; /* 24h */ 1326 U32 Reserved8; /* 24h */ 1345 U32 Reserved6; /* 24h */ [all …]
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_v3_hw.c | 274 #define CHL_INT1_DMAC_RX_FIFO_ERR_OFF 24 391 #define CMD_HDR_SG_MOD_OFF 24 575 #define TICKS_BIT_INDEX 24 2902 dev_err(dev, "intr_coal_ticks must be less than 2^24!\n"); in intr_coal_ticks_v3_hw_store() 4034 { SAS_LINK_RATE_1_5_GBPS, "1.5 Gbit" }, 4035 { SAS_LINK_RATE_3_0_GBPS, "3.0 Gbit" }, 4036 { SAS_LINK_RATE_6_0_GBPS, "6.0 Gbit" }, 4037 { SAS_LINK_RATE_12_0_GBPS, "12.0 Gbit" },
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.h | 85 #define FBTHR_SHIFT 24 112 * GBIT = 125MHz => 8ns/clock => 8*64 ns / tick 825 u8 gfar_mii_regs[24]; /* See gianfar_phy.h */
|
| /linux/drivers/net/ethernet/aeroflex/ |
| H A D | greth.c | 1032 GRETH_REGSAVE(regs->esa_lsb, dev->dev_addr[2] << 24 | dev->dev_addr[3] << 16 | in greth_set_mac_add() 1407 /* Check if we have GBIT capable MAC */ in greth_of_probe() 1481 GRETH_REGSAVE(regs->esa_lsb, dev->dev_addr[2] << 24 | dev->dev_addr[3] << 16 | in greth_of_probe()
|
| /linux/drivers/net/dsa/ |
| H A D | vitesse-vsc73xx-core.c | 205 #define VSC73XX_MACLDATA_MAC2 GENMASK(31, 24) 406 /* 22-24 are undefined */ 436 /* 21-24 are undefined */ 968 /* Take up the port in 1Gbit mode by default, this will be in vsc73xx_init_port()
|
| H A D | mt7530.c | 408 /* PLL frequency: 125MHz: 1.0GBit */ in mt7530_setup_port6() 413 } else { /* PLL frequency: 250MHz: 2.0Gbit */ in mt7530_setup_port6() 2312 REGMAP_IRQ_REG_LINE(24, 32), /* ARL_TBL_ERR */
|
| /linux/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac.c | 227 adr0 = dev->dev_addr[2] << 24 | in pasemi_mac_set_mac_addr() 1161 "Defaulting to 1Gbit full duplex\n"); in pasemi_mac_open()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_pcol.h | 68 * 0 7 8 16 20 22 23 24 31 111 #define MCDI_HEADER_XFLAGS_LBN 24 142 * 0 8 16 24 32 603 /* enum: VNI (when VXLAN or GENEVE) VSID (when NVGRE) Bottom 24 bits of Key 655 * structured with bits [31:24] reserved (0), [23:16] indicating which major 1227 #define MCDI_EVENT_LINKCHANGE_LINK_FLAGS_LBN 24 1231 #define MCDI_EVENT_PORT_LINKCHANGE_PORT_HANDLE_WIDTH 24 1233 #define MCDI_EVENT_PORT_LINKCHANGE_SEQ_NUM_LBN 24 1240 #define MCDI_EVENT_PORT_MODULECHANGE_PORT_HANDLE_WIDTH 24 1242 #define MCDI_EVENT_PORT_MODULECHANGE_SEQ_NUM_LBN 24 [all …]
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 456 * As our benchmarks shows, it adds 1.5 Gbit/sec to NIC's throughput. 1227 (ndev->dev_addr[3] << 24) | (ndev->dev_addr[2] << 16) | in tn40_restore_mac()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 427 (ndev->dev_addr[3] << 24)); in axienet_set_mac_address() 499 af0reg |= (ha->addr[3] << 24); in axienet_set_multicast_list() 588 /* Just less than 2^32 bytes at 2.5 GBit/s */ in axienet_refresh_stats() 2992 if ((axienet_ior(lp, XAE_ID_OFFSET) >> 24) >= 0x9) { in axienet_probe()
|
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 313 netdev_dbg(netdev, "connect %s to RGMII @ 1Gbit\n", in gmac_adjust_link() 504 .rel_threshold = 24, in gmac_init()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sungem.c | 82 MODULE_DESCRIPTION("Sun GEM Gbit ethernet driver"); 1781 crc >>= 24; in gem_setup_multicast()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 2097 * For 24-bit wrap-around, we would have to shift: in seq_greater() 2162 * Assume we have a 10 GBit connection, that is about 1<<30 byte per second, 2164 * for the 24bit wrap (historical atomic_t guarantee on some archs), and we have
|
| /linux/ |
| H A D | MAINTAINERS | 259 ACCES PCIe-IDIO-24 GPIO DRIVER 263 F: drivers/gpio/gpio-pcie-idio-24.c 1491 AD4030 ADC DRIVER (AD4030-24/AD4630-16/AD4630-24/AD4632-16/AD4632-24) 5496 BROADCOM IPROC GBIT ETHERNET DRIVER 18164 F: arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s-bit.dts 18165 F: arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s.dts
|