Home
last modified time | relevance | path

Searched +full:5 +full:gbit (Results 1 – 25 of 88) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c630 (ar_mac[i][4] << 8) | ar_mac[i][5]; 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-4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c358 (mac_addr[4] << 8) | mac_addr[5]; in hw_atl_b0_hw_mac_addr_set()
808 (ar_mac[i][4] << 8) | ar_mac[i][5]; 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()
871 {0x6U, 0x38U},/* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
872 {0xCU, 0x70U},/* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
873 {0xCU, 0x70U},/* 5Gbit 5GS */ in hw_atl_b0_hw_interrupt_moderation_set()
[all …]
Dhw_atl_a0.c328 (mac_addr[4] << 8) | mac_addr[5]; in hw_atl_a0_hw_mac_addr_set()
786 (ar_mac[i][4] << 8) | ar_mac[i][5]; 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-4.19/tools/testing/selftests/net/
Dtcp_mmap.c27 * received 32768 MB (0 % mmap'ed) in 14.1157 s, 19.4732 Gbit
29 * received 32768 MB (0 % mmap'ed) in 14.6833 s, 18.7204 Gbit
31 * received 32768 MB (0 % mmap'ed) in 11.143 s, 24.6682 Gbit
33 * received 32768 MB (0 % mmap'ed) in 14.9056 s, 18.4413 Gbit
39 * received 32768 MB (99.9939 % mmap'ed) in 6.73792 s, 40.7956 Gbit
41 * received 32768 MB (99.9939 % mmap'ed) in 7.26732 s, 37.8238 Gbit
43 * received 32768 MB (99.9939 % mmap'ed) in 7.61661 s, 36.0893 Gbit
45 * received 32768 MB (99.9939 % mmap'ed) in 7.43764 s, 36.9577 Gbit
121 temp ^= *(unsigned long *)(zone + 5*sizeof(long)); in hash_zone()
224 printf("received %lg MB (%lg %% mmap'ed) in %lg s, %lg Gbit\n" in child_thread()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbgmac-bcma-mdio.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
84 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphywr */
129 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphyinit */
140 for (i = 0; i < 5; i++) { in bcma_mdio_phy_init()
156 for (i = 0; i < 5; i++) { in bcma_mdio_phy_init()
177 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphyreset */
Dbgmac.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
777 tmp = (addr[4] << 8) | addr[5]; 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-4.19/drivers/net/ethernet/broadcom/
Dbgmac-bcma-mdio.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
84 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphywr */
129 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphyinit */
140 for (i = 0; i < 5; i++) { in bcma_mdio_phy_init()
156 for (i = 0; i < 5; i++) { in bcma_mdio_phy_init()
177 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipphyreset */
Dbgmac.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
779 tmp = (addr[4] << 8) | addr[5]; 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/tools/testing/selftests/net/
Dtcp_mmap.c28 * 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
109 temp ^= *(unsigned long *)(zone + 5*sizeof(long)); in hash_zone()
248 printf("received %lg MB (%lg %% mmap'ed) in %lg s, %lg Gbit\n" in child_thread()
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/
Diavf.rst104 - 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
Di40e.rst577 5 tx-usecs 5
580 maximum of 5 microseconds before indicating a receive or transmit was complete.
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/Documentation/scsi/
Dbnx2fc.txt40 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed
56 Speed: 10 Gbit
57 Supported Speed: 10 Gbit
/kernel/linux/linux-5.10/Documentation/scsi/
Dbnx2fc.rst44 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed
62 Speed: 10 Gbit
63 Supported Speed: 10 Gbit
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c304 /* 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()
1082 (ar_mac[i][4] << 8) | ar_mac[i][5]; 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()
1145 {0x6U, 0x38U},/* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
1146 {0xCU, 0x70U},/* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
[all …]
Dhw_atl_a0.c338 (mac_addr[4] << 8) | mac_addr[5]; in hw_atl_a0_hw_mac_addr_set()
796 (ar_mac[i][4] << 8) | ar_mac[i][5]; 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-5.10/drivers/net/dsa/microchip/
Dksz9477.c604 data |= ((addr[4] << 8) | addr[5]); in ksz9477_port_fdb_add()
628 alu_table[3] |= ((addr[4] << 8) | addr[5]); in ksz9477_port_fdb_add()
661 data |= ((addr[4] << 8) | addr[5]); in ksz9477_port_fdb_del()
732 alu->mac[5] = alu_table[3] & 0xFF; in ksz9477_convert_alu()
798 mac_lo |= ((mdb->addr[4] << 8) | mdb->addr[5]); in ksz9477_port_mdb_add()
869 mac_lo |= ((mdb->addr[4] << 8) | mdb->addr[5]); 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-4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_common.h47 #define HW_ATL_NIC_NAME "aQuantia AQtion 10Gbit Network Adapter"
58 #define AQ_NIC_RATE_100M BIT(5)
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_common.h48 #define HW_ATL_NIC_NAME "Marvell (aQuantia) AQtion 10Gbit Network Adapter"
59 #define AQ_NIC_RATE_100M BIT(5)
/kernel/linux/linux-4.19/drivers/hwmon/pmbus/
Dpmbus_core.c637 mantissa = ((s16)((sensor->data & 0x7ff) << 5)) >> 5; in pmbus_reg2data_linear()
694 val = div_s64(val + 5LL, 10L); /* round closest */ in pmbus_reg2data_direct()
719 rv = 250 + (val - 1) * 5; in pmbus_reg2data_vid()
819 /* Convert to 5 bit exponent, 11 bit mantissa */ in pmbus_data2reg_linear()
851 val64 = div_s64(val64 + 5LL, 10L); /* round closest */ in pmbus_data2reg_direct()
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,
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dpmbus_core.c597 mantissa = ((s16)((sensor->data & 0x7ff) << 5)) >> 5; in pmbus_reg2data_linear()
654 val = div_s64(val + 5LL, 10L); /* round closest */ in pmbus_reg2data_direct()
679 rv = 250 + (val - 1) * 5; in pmbus_reg2data_vid()
783 /* Convert to 5 bit exponent, 11 bit mantissa */ in pmbus_data2reg_linear()
815 val = div_s64(val + 5LL, 10L); /* round closest */ in pmbus_data2reg_direct()
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,
[all …]
/kernel/linux/linux-5.10/drivers/edac/
Darmada_xp_edac.c250 case 0: /* 2GBit */ in axp_mc_read_config()
259 case 3: /* 1GBit */ in axp_mc_read_config()
262 case 4: /* 4GBit */ in axp_mc_read_config()
265 case 5: /* 8GBit */ in axp_mc_read_config()
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
Dcobalt-driver.c169 case 5: return 4096; in get_payload_size()
178 case 1: return "2.5 Gbit/s"; in get_link_speed()
179 case 2: return "5 Gbit/s"; in get_link_speed()
180 case 3: return "10 Gbit/s"; in get_link_speed()
203 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
449 s->video_channel = 5; in cobalt_stream_struct_init()
456 s->video_channel = 5; in cobalt_stream_struct_init()
/kernel/linux/linux-4.19/drivers/media/pci/cobalt/
Dcobalt-driver.c169 case 5: return 4096; in get_payload_size()
178 case 1: return "2.5 Gbit/s"; in get_link_speed()
179 case 2: return "5 Gbit/s"; in get_link_speed()
180 case 3: return "10 Gbit/s"; in get_link_speed()
207 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
457 s->video_channel = 5; in cobalt_stream_struct_init()
464 s->video_channel = 5; in cobalt_stream_struct_init()
/kernel/linux/linux-5.10/drivers/net/phy/
DKconfig200 tristate "Marvell Alaska 10Gbit PHYs"
320 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
/kernel/linux/linux-5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst201 | tap | vector | checksum, tso | > 8Gbit |
203 | hybrid | vector | checksum, tso, multipacket rx | > 6GBit |
205 | raw | vector | checksum, tso, multipacket rx, tx" | > 6GBit |
207 | EoGRE | vector | multipacket rx, tx | > 3Gbit |
209 | Eol2tpv3 | vector | multipacket rx, tx | > 3Gbit |
211 | bess | vector | multipacket rx, tx | > 3Gbit |
284 for most applications that need throughput in the 2-4 Gbit range.
1040 of 5 times or higher on some benchmarks.

1234