| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/ |
| 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
|
| D | i40e.rst | 242 | 31 28 24 20 16 | 15 12 8 4 0 | 479 ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24 480 ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371 482 Where "24" and "371" are example VLAN IDs. 668 to 1Gbit for tc0 and 3Gbit for tc1. 673 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit 674 max_rate 1Gbit 3Gbit 690 For example: min_rate 1Gbit 3Gbit: Verify bandwidth limit using network
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| D | hw_atl_b0.c | 357 l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | in hw_atl_b0_hw_mac_addr_set() 404 * Value 24 in 256byte units in hw_atl_b0_hw_init() 406 aq_hw_write_reg(self, HW_ATL_TX_DMA_TOTAL_REQ_LIMIT_ADR, 24); in hw_atl_b0_hw_init() 488 (buff->len_l2 << 24) | in hw_atl_b0_hw_ring_tx_xmit() 807 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl_b0_hw_multicast_list_set() 862 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 863 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 864 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl_b0_hw_interrupt_moderation_set() 865 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 866 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() [all …]
|
| D | hw_atl_a0.c | 327 l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | in hw_atl_a0_hw_mac_addr_set() 450 (buff->len_l2 << 24) | in hw_atl_a0_hw_ring_tx_xmit() 785 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl_a0_hw_multicast_list_set() 828 0x01CU, /* 10Gbit */ in hw_atl_a0_hw_interrupt_moderation_set() 829 0x039U, /* 5Gbit */ in hw_atl_a0_hw_interrupt_moderation_set() 830 0x039U, /* 5Gbit 5GS */ in hw_atl_a0_hw_interrupt_moderation_set() 831 0x073U, /* 2.5Gbit */ in hw_atl_a0_hw_interrupt_moderation_set() 832 0x120U, /* 1Gbit */ in hw_atl_a0_hw_interrupt_moderation_set()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| D | hw_atl2.c | 629 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl2_hw_multicast_list_set() 689 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl2_hw_interrupt_moderation_set() 690 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl2_hw_interrupt_moderation_set() 691 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl2_hw_interrupt_moderation_set() 692 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl2_hw_interrupt_moderation_set() 693 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl2_hw_interrupt_moderation_set() 697 {0x6U, 0x38U},/* 10Gbit */ in hw_atl2_hw_interrupt_moderation_set() 698 {0xCU, 0x70U},/* 5Gbit */ in hw_atl2_hw_interrupt_moderation_set() 699 {0xCU, 0x70U},/* 5Gbit 5GS */ in hw_atl2_hw_interrupt_moderation_set() 700 {0x18U, 0xE0U},/* 2.5Gbit */ in hw_atl2_hw_interrupt_moderation_set() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
| D | ksz9477.c | 603 data = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_port_fdb_add() 627 alu_table[3] = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_port_fdb_add() 660 data = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_port_fdb_del() 729 alu->mac[2] = (alu_table[3] >> 24) & 0xFF; in ksz9477_convert_alu() 797 mac_lo = ((mdb->addr[2] << 24) | (mdb->addr[3] << 16)); in ksz9477_port_mdb_add() 868 mac_lo = ((mdb->addr[2] << 24) | (mdb->addr[3] << 16)); in ksz9477_port_mdb_del() 974 bool gbit; in ksz9477_get_gbit() local 977 gbit = !(data & PORT_MII_NOT_1GBIT); in ksz9477_get_gbit() 979 gbit = !!(data & PORT_MII_1000MBIT_S1); in ksz9477_get_gbit() 980 return gbit; in ksz9477_get_gbit() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| D | hw_atl_b0.c | 547 l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | in hw_atl_b0_hw_mac_addr_set() 593 * Value 24 in 256byte units in hw_atl_b0_hw_init() 595 aq_hw_write_reg(self, HW_ATL_TX_DMA_TOTAL_REQ_LIMIT_ADR, 24); in hw_atl_b0_hw_init() 689 (buff->len_l2 << 24); in hw_atl_b0_hw_ring_tx_xmit() 1081 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl_b0_hw_multicast_list_set() 1136 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1137 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1138 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl_b0_hw_interrupt_moderation_set() 1139 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() 1140 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl_b0_hw_interrupt_moderation_set() [all …]
|
| D | hw_atl_a0.c | 337 l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | in hw_atl_a0_hw_mac_addr_set() 462 (buff->len_l2 << 24) | in hw_atl_a0_hw_ring_tx_xmit() 795 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl_a0_hw_multicast_list_set() 838 0x01CU, /* 10Gbit */ in hw_atl_a0_hw_interrupt_moderation_set() 839 0x039U, /* 5Gbit */ in hw_atl_a0_hw_interrupt_moderation_set() 840 0x039U, /* 5Gbit 5GS */ in hw_atl_a0_hw_interrupt_moderation_set() 841 0x073U, /* 2.5Gbit */ in hw_atl_a0_hw_interrupt_moderation_set() 842 0x120U, /* 1Gbit */ in hw_atl_a0_hw_interrupt_moderation_set()
|
| /kernel/linux/linux-4.19/drivers/hwmon/pmbus/ |
| D | pmbus_core.c | 58 #define PMBUS_NAME_SIZE 24 1170 u16 gbit; /* generic status bit */ member 1237 bool upper = !!(attr->gbit & 0xff00); /* need to check STATUS_WORD */ in pmbus_add_sensor_attrs_one() 1261 if (!ret && attr->gbit && in pmbus_add_sensor_attrs_one() 1267 attr->gbit); in pmbus_add_sensor_attrs_one() 1440 .gbit = PB_STATUS_VIN_UV, 1465 .gbit = PB_STATUS_VOUT_OV, 1544 .gbit = PB_STATUS_INPUT, 1555 .gbit = PB_STATUS_IOUT_OC, 1629 .gbit = PB_STATUS_INPUT, [all …]
|
| /kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
| D | pmbus_core.c | 29 #define PMBUS_NAME_SIZE 24 1172 u16 gbit; /* generic status bit */ member 1239 bool upper = !!(attr->gbit & 0xff00); /* need to check STATUS_WORD */ in pmbus_add_sensor_attrs_one() 1264 if (!ret && attr->gbit && in pmbus_add_sensor_attrs_one() 1270 attr->gbit); in pmbus_add_sensor_attrs_one() 1470 .gbit = PB_STATUS_VIN_UV, 1495 .gbit = PB_STATUS_VOUT_OV, 1580 .gbit = PB_STATUS_INPUT, 1591 .gbit = PB_STATUS_IOUT_OC, 1671 .gbit = PB_STATUS_INPUT, [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/broadcom/ |
| D | bgmac.c | 2 * Driver for (BCM4706)? GBit MAC core on BCMA bus. 777 tmp = (addr[0] << 24) | (addr[1] << 16) | (addr[2] << 8) | addr[3]; in bgmac_write_mac_address() 827 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_speed */ 907 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipreset */ 990 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_reset in bgmac_chip_reset() 1046 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_enable */ 1100 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipinit */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| D | bgmac.c | 2 * Driver for (BCM4706)? GBit MAC core on BCMA bus. 775 tmp = (addr[0] << 24) | (addr[1] << 16) | (addr[2] << 8) | addr[3]; in bgmac_write_mac_address() 825 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_speed */ 905 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipreset */ 988 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_reset in bgmac_chip_reset() 1044 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_enable */ 1098 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipinit */
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | scsi_transport_fc.c | 179 #define FC_VPORTSTATE_MAX_NAMELEN 24 242 { FC_PORTSPEED_1GBIT, "1 Gbit" }, 243 { FC_PORTSPEED_2GBIT, "2 Gbit" }, 244 { FC_PORTSPEED_4GBIT, "4 Gbit" }, 245 { FC_PORTSPEED_10GBIT, "10 Gbit" }, 246 { FC_PORTSPEED_8GBIT, "8 Gbit" }, 247 { FC_PORTSPEED_16GBIT, "16 Gbit" }, 248 { FC_PORTSPEED_32GBIT, "32 Gbit" }, 249 { FC_PORTSPEED_20GBIT, "20 Gbit" }, 250 { FC_PORTSPEED_40GBIT, "40 Gbit" }, [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/ |
| D | scsi_transport_fc.c | 195 #define FC_VPORTSTATE_MAX_NAMELEN 24 258 { FC_PORTSPEED_1GBIT, "1 Gbit" }, 259 { FC_PORTSPEED_2GBIT, "2 Gbit" }, 260 { FC_PORTSPEED_4GBIT, "4 Gbit" }, 261 { FC_PORTSPEED_10GBIT, "10 Gbit" }, 262 { FC_PORTSPEED_8GBIT, "8 Gbit" }, 263 { FC_PORTSPEED_16GBIT, "16 Gbit" }, 264 { FC_PORTSPEED_32GBIT, "32 Gbit" }, 265 { FC_PORTSPEED_20GBIT, "20 Gbit" }, 266 { FC_PORTSPEED_40GBIT, "40 Gbit" }, [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/mt7621-eth/ |
| D | mtk_eth_soc.h | 66 #define MTK_PSE_BUF_DROP BIT(24) 370 #define TX_DMA_PN(_x) ((_x) << 24) 441 * @dma_ring_size: allow GBit SoCs to set bigger rings than FE SoCs 442 * @napi_weight: allow GBit SoCs to set bigger napi weight than FE SoCs
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | dccp.txt | 195 > ip route change 10.0.0.0/24 rto_min 250j dev wlan0 200 with very low RTTs (e.g., loopback, Gbit ethernet).
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | dccp.rst | 206 > ip route change 10.0.0.0/24 rto_min 250j dev wlan0 212 with very low RTTs (e.g., loopback, Gbit ethernet).
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/nfs/ |
| 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
|
| /kernel/linux/linux-4.19/Documentation/filesystems/nfs/ |
| D | nfs-rdma.txt | 24 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server 27 In our testing, we have obtained excellent performance results (full 10Gbit
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-meson8b.c | 69 #define PRG_ETH0_ADJ_SKEW GENMASK(24, 20) 333 * a register) based on the line-speed (125MHz for Gbit speeds, in meson8b_init_prg_eth()
|
| /kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
| 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 */ 1169 U8 MetadataSize; /* 24h */ 1228 #define MPI_BIOSPAGE1_IOCSET_SHIFT_INITIAL_SPINUP_DELAY (24) 1282 U32 Reserved10; /* 24h */ 1305 U32 Reserved8; /* 24h */ 1327 U32 Reserved7; /* 24h */ 1350 U32 Reserved8; /* 24h */ 1369 U32 Reserved6; /* 24h */ [all …]
|
| /kernel/linux/linux-4.19/drivers/message/fusion/lsi/ |
| 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 */ 1169 U8 MetadataSize; /* 24h */ 1228 #define MPI_BIOSPAGE1_IOCSET_SHIFT_INITIAL_SPINUP_DELAY (24) 1282 U32 Reserved10; /* 24h */ 1305 U32 Reserved8; /* 24h */ 1327 U32 Reserved7; /* 24h */ 1350 U32 Reserved8; /* 24h */ 1369 U32 Reserved6; /* 24h */ [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/ast/ |
| D | ast_post.c | 252 ast_moutdwm(ast, 0x1e6e0068, dlli | (dlli << 8) | (dlli << 16) | (dlli << 24)); in cbrdlli_ast2150() 269 ast_moutdwm(ast, 0x1e6e0068, dlli | (dlli << 8) | (dlli << 16) | (dlli << 24)); in cbrdlli_ast2150() 626 ast_moutdwm(ast, 0x1E6E0068, 0x00001400 | (dlli << 16) | (dlli << 24)); in finetuneDQI_L() 745 ast_moutdwm(ast, 0x1E6E0068, 0x00001300 | (dlli << 16) | (dlli << 24)); in finetuneDQSI() 818 ast_moutdwm(ast, 0x1E6E0068, 0x00001300 | (dlli << 16) | (dlli << 24)); in cbr_dll2() 1778 /* Check 8Gbit */ in check_dram_size_2500() 1781 reg_14 |= (tRFC >> 24) & 0xFF; in check_dram_size_2500() 1782 /* Check 4Gbit */ in check_dram_size_2500() 1786 /* Check 2Gbit */ in check_dram_size_2500() 1830 /* CLKIN = 24MHz */ in set_mpll_2500()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ast/ |
| D | ast_post.c | 251 ast_moutdwm(ast, 0x1e6e0068, dlli | (dlli << 8) | (dlli << 16) | (dlli << 24)); in cbrdlli_ast2150() 268 ast_moutdwm(ast, 0x1e6e0068, dlli | (dlli << 8) | (dlli << 16) | (dlli << 24)); in cbrdlli_ast2150() 625 ast_moutdwm(ast, 0x1E6E0068, 0x00001400 | (dlli << 16) | (dlli << 24)); in finetuneDQI_L() 744 ast_moutdwm(ast, 0x1E6E0068, 0x00001300 | (dlli << 16) | (dlli << 24)); in finetuneDQSI() 817 ast_moutdwm(ast, 0x1E6E0068, 0x00001300 | (dlli << 16) | (dlli << 24)); in cbr_dll2() 1777 /* Check 8Gbit */ in check_dram_size_2500() 1780 reg_14 |= (tRFC >> 24) & 0xFF; in check_dram_size_2500() 1781 /* Check 4Gbit */ in check_dram_size_2500() 1785 /* Check 2Gbit */ in check_dram_size_2500() 1829 /* CLKIN = 24MHz */ in set_mpll_2500()
|
| /kernel/linux/patches/linux-5.10/hi3516dv300_patch/ |
| D | hi3516dv300.patch | 59 @@ -24,10 +26,12 @@ endif 654 + dmas = <&hiedmacv310_0 25 25>, <&hiedmacv310_0 24 24>; 1032 + interrupts = <0 24 4>; 12662 + pr_debug("txdmac_curr_st:0x%2x\n", (tmp >> 24) & 0xf); 12664 + pr_debug("rxdmac_curr_st:0x%2x\n", (tmp >> 24) & 0xf); 12677 + (tmp >> 24) & 0xf, 12689 + pr_debug("link_curr_st:0x%2x\n", (tmp >> 24) & 0x1f); 12988 @@ -2248,12 +2378,24 @@ static void ahci_pmp_attach(struct ata_port *ap) 13360 + { HI3516DV300_FIXED_24M, "24m", NULL, 0, 24000000, }, 13388 + "24m", "200m", "300m" [all …]
|