| /freebsd/sys/netinet/ |
| H A D | tcp_ratelimit.c | 170 8125000, /* 65Mbps - rate 21 */ 208 125000000, /* 1Gbps - rate 59 */ 212 250000000, /* 2Gbps - rate 63 */ 214 312500000, /* 2.5Gbps - rate 65 */ 215 343750000, /* 2.75Gbps - rate 66 */ 216 375000000, /* 3Gbps - rate 67 */ 217 500000000, /* 4Gbps - rate 68 */ 218 625000000, /* 5Gbps - rate 69 */ 219 750000000, /* 6Gbps - rate 70 */ 220 875000000, /* 7Gbps - rate 71 */ [all …]
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_helper.c | 297 "UNKNOWN", /* 65 */ 447 1, /* 2 - 2.5 Gbps */ 448 3, /* 3 - 10 Gbps */ 449 6, /* 4 - 30 Gbps */ 450 2, /* 5 - 5 Gbps */ 451 5, /* 6 - 20 Gbps */ 452 9, /* 7 - 40 Gbps */ 453 10, /* 8 - 60 Gbps */ 454 13, /* 9 - 80 Gbps */ 455 14, /* 10 - 120 Gbps */ [all …]
|
| /freebsd/sys/dev/oce/ |
| H A D | oce_hw.h | 130 #define PHY_LINK_SPEED_1GBPS 0x3 /* (1 Gbps) */ 131 #define PHY_LINK_SPEED_10GBPS 0x4 /* (10 Gbps) */ 143 #define PHY_LINK_SPEED_1GBPS 0x3 /* (1 Gbps) */ 144 #define PHY_LINK_SPEED_10GBPS 0x4 /* (10 Gbps) */ 2254 MGMT_TARGET_NOT_FOUND = 65, 2337 MGMT_ADDI_INVALID_INTERFACE_HANDLE = 65, 2979 uint32_t rx_input_fifo_overflow_drop; /* dword 65*/
|
| H A D | oce_if.c | 914 case 3: /* 1 Gbps */ in oce_media_status() 918 case 4: /* 10 Gbps */ in oce_media_status() 922 case 5: /* 20 Gbps */ in oce_media_status() 926 case 6: /* 25 Gbps */ in oce_media_status() 930 case 7: /* 40 Gbps */ in oce_media_status() 2365 set_eqd[num].delay_multiplier = (eqd * 65)/100; in oce_eqd_set_periodic()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | mcp_public.h | 122 u64 r127; /* 0x01 (Offset 0x08 ) RX 65 to 127 byte frame counter*/ 155 u64 t127; /* 0x41 (Offset 0xb0 ) TX 65 to 127 byte frame counter */ 215 * BB | 2x10/20Gbps | 0,1 | NA | No | 1 | 1 216 * BB | 2x40 Gbps | 0,1 | NA | Yes | 1 | 1 222 * AH | 2x10/20Gbps | 0,1 | NA | NA | 1 | NA
|
| H A D | reg_addr.h | 994 …0x1 = 50 us to 100 us. 0x2 = 1 ms to 10 ms. 0x3 = 16 ms to 55 ms. 0x6 = 65 ms to 210 ms. 0x9 =… 7523 …_TLDA_TRIG2_0TO1_MASK0 -- Trigger 2 rising edge mask bits [31:0] Register 65 :: IND_TLDA_TRIG2_0T… 7573 …_TLDA_TRIG2_0TO1_MASK0 -- Trigger 2 rising edge mask bits [31:0] Register 65 :: IND_TLDA_TRIG2_0T… 9058 … (0x1<<17) // Too many or too few RxDataValid deassertions in 65 clocks at Gen3. 11057 … 0x000178UL //Access:R DataWidth:0x20 // Frames of 65 to 127 octets receiv… 11058 … 0x00017cUL //Access:R DataWidth:0x20 // Frames of 65 to 127 octets receiv… 11109 … 0x000278UL //Access:R DataWidth:0x20 // Frames of 65 to 127 octets transm… 11110 … 0x00027cUL //Access:R DataWidth:0x20 // Frames of 65 to 127 octets transm… 14398 … setting. For example, the output clock will be 805.66406MHz for the DIV32 setting at 25.78125Gbps. 36397 …cess:RW DataWidth:0x1 // Set/clr general attention 17; this will set/clr bit 65 in AEU vector. [all …]
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 1057 {&stats->rx_size_127, "rx_frames_65_127", "65-127 byte frames received"}, in ixl_add_sysctls_mac_stats() 1070 {&stats->tx_size_127, "tx_frames_65_127", "65-127 byte frames transmitted"}, in ixl_add_sysctls_mac_stats() 2820 "1 Gbps", in ixl_link_speed_string() 2821 "10 Gbps", in ixl_link_speed_string() 2822 "40 Gbps", in ixl_link_speed_string() 2823 "20 Gbps", in ixl_link_speed_string() 2824 "25 Gbps", in ixl_link_speed_string() 2825 "2.5 Gbps", in ixl_link_speed_string() 2826 "5 Gbps" in ixl_link_speed_string()
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_lib.c | 937 return "200 Gbps"; in ice_aq_speed_to_str() 939 return "100 Gbps"; in ice_aq_speed_to_str() 941 return "50 Gbps"; in ice_aq_speed_to_str() 943 return "40 Gbps"; in ice_aq_speed_to_str() 945 return "25 Gbps"; in ice_aq_speed_to_str() 947 return "20 Gbps"; in ice_aq_speed_to_str() 949 return "10 Gbps"; in ice_aq_speed_to_str() 951 return "5 Gbps"; in ice_aq_speed_to_str() 953 return "2.5 Gbps"; in ice_aq_speed_to_str() 955 return "1 Gbps"; in ice_aq_speed_to_str() [all …]
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 646 1028 1f1c 6Gbps SAS HBA Adapter 795 1028 1f46 12Gbps HBA 6627 6325 65x/M650/740 PCI/AGP VGA Display Adapter 7357 3009 2Gbps Fibre Channel to PCI HBA 3009 7358 300a 4Gbps Fibre Channel to PCI-X HBA 300a 7359 300b 4Gbps Fibre Channel to PCI-X HBA 300b 7906 1077 0137 QLE2460 Single-Port 4Gbps FC-to-PCI-X/PCIe Host Bus Adapter 7907 1077 0138 QLE2462 Dual-Port 4Gbps FC-to-PCI-X/PCIe Host Bus Adapter 9644 9765 PEX9765 65-Lane, 17-Port PCIe Gen 3 (8.0 GT/s) ExpressFabric Switch 17031 8018 PM8018 Adaptec SAS Adaptor ASA-70165H PCIe Gen3 x8 6 Gbps 16-lane 4x SFF-8644 [all …]
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_ix.c | 2136 CTLFLAG_RD, &stats->prc127, "65-127 byte frames received"); in ixgbe_add_hw_stats() 2176 CTLFLAG_RD, &stats->ptc127, "65-127 byte frames transmitted"); in ixgbe_add_hw_stats() 4549 * string representations in conventional Gbps or Mbps. 4556 return "10 Gbps"; in ixgbe_link_speed_to_str() 4558 return "5 Gbps"; in ixgbe_link_speed_to_str() 4560 return "2.5 Gbps"; in ixgbe_link_speed_to_str() 4562 return "1 Gbps"; in ixgbe_link_speed_to_str()
|
| /freebsd/sys/dev/age/ |
| H A D | if_age.c | 1334 * at 1Gbps will draw more power than 375mA at 3.3V which is in age_setwol() 3202 printf("Transmit frames 65 to 127 bytes : %ju\n", in sysctl_age_stats() 3257 printf("Receive frames 65 to 127 bytes : %ju\n", in sysctl_age_stats()
|
| /freebsd/sys/dev/ale/ |
| H A D | if_ale.c | 853 &stats->rx_pkts_65_127, "65 to 127 bytes frames"); in ale_sysctl_node() 903 &stats->tx_pkts_65_127, "65 to 127 bytes frames"); in ale_sysctl_node() 1390 * If the renegotiation fail WOL may not work. Running at 1Gbps
|
| /freebsd/sys/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth.h | 624 * @param speed in mega bits, e.g 1000 stands for 1Gbps (relevant only in case 1755 /* Frames (good and bad) with 65 to 127 octets */
|
| H A D | al_hal_eth_main.c | 211 #define AL_ETH_RX_GPD_PARSE_RESULT_OUTER_L4_DST_PORT_LSB (106 + 65) 1848 al_err("eth [%s]: half duplex in 1Gbps is not supported.\n", in al_eth_mac_link_config()
|
| /freebsd/sys/dev/alc/ |
| H A D | if_alc.c | 1836 &stats->rx_pkts_65_127, "65 to 127 bytes frames"); in alc_sysctl_node() 1886 &stats->tx_pkts_65_127, "65 to 127 bytes frames"); in alc_sysctl_node() 2443 * If the renegotiation fail WOL may not work. Running at 1Gbps
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_phy.c | 55 44, 49, 53, 57, 61, 65, 68, 72, 75, 79, 82, 40, 45, 51, 56, 61, 3857 /* check if link is up and at 1Gbps */ in e1000_link_stall_workaround_hv()
|
| /freebsd/sys/dev/bce/ |
| H A D | if_bce.c | 734 case 1: printf("2.5Gbps); "); break; in bce_print_adapter_info() 735 case 2: printf("5Gbps); "); break; in bce_print_adapter_info() 6114 * Have to enable forced 2.5Gbps configuration. in bce_ifmedia_upd_locked() 6127 * Have to disable 2.5Gbps configuration. in bce_ifmedia_upd_locked() 9251 0, "Bytes received in 65 to 127 byte packets"); in bce_add_sysctls() 9286 0, "Bytes sent in 65 to 127 byte packets"); in bce_add_sysctls()
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 29312 /* Total Number of 65-127 Bytes frames transmitted */ 29454 /* Total Number of 65-127 Bytes frames received */ 76446 * 200 Gbps: 25,000 76447 * 100 Gbps: 12,500 76448 * 50 Gbps: 6,250 76449 * 25 Gbps: 3125 76450 * 10 Gbps: 1250 77282 * 200 Gbps: 25,000 77283 * 100 Gbps: 12,500 77284 * 50 Gbps: 6,250 [all …]
|