| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 48 0 = 1-2Gbps 49 1 = 2-4Gbps (1st tuple default) 50 2 = 4-8Gbps 51 3 = 8-15Gbps (2nd tuple default) 52 4 = 2.5-4Gbps 53 5 = 4-5Gbps 54 6 = 5-6Gbps 55 7 = 6-16Gbps (3rd tuple default)
|
| H A D | apm,xgene-phy.yaml | 7 title: APM X-Gene 15Gbps Multi-purpose PHY 13 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 146 0 = 1-2Gbps 147 1 = 2-4Gbps (1st tuple default) 148 2 = 4-8Gbps 149 3 = 8-15Gbps (2nd tuple default) 150 4 = 2.5-4Gbps 151 5 = 4-5Gbps 152 6 = 5-6Gbps 153 7 = 6-16Gbps (3rd tuple default).
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | opa_port_info.h | 69 #define OPA_LINKDOWN_REASON_RCV_ERROR_14 15 114 /* 3-7; 11-15 reserved; 8-15 cleared on Polling->LinkUp */ 123 #define OPA_LINK_SPEED_NOP 0x0000 /* Reserved (1-5 Gbps) */ 124 #define OPA_LINK_SPEED_12_5G 0x0001 /* 12.5 Gbps */ 125 #define OPA_LINK_SPEED_25G 0x0002 /* 25.78125? Gbps (EDR) */
|
| /freebsd/share/man/man4/ |
| H A D | ice.4 | 362 sysctl dev.ice.<interface #>.dscp2tc_map.8-15=4,0,0,0,0,0,0,0 506 0x4 - 1 Gbps 507 0x8 - 2.5 Gbps 508 0x10 - 5 Gbps 509 0x20 - 10 Gbps 510 0x80 - 25 Gbps 511 0x100 - 40 Gbps 512 0x200 - 50 Gbps 513 0x400 - 100 Gbps 514 0x800 - 200 Gbps [all …]
|
| /freebsd/contrib/ofed/libibverbs/examples/ |
| H A D | devinfo.c | 52 gid->raw[12] | gid->raw[13] | gid->raw[14] | gid->raw[15]); in null_gid() 139 case 1: return "2.5 Gbps"; in speed_str() 140 case 2: return "5.0 Gbps"; in speed_str() 143 case 8: return "10.0 Gbps"; in speed_str() 145 case 16: return "14.0 Gbps"; in speed_str() 146 case 32: return "25.0 Gbps"; in speed_str() 147 case 64: return "50.0 Gbps"; in speed_str() 148 case 128: return "100.0 Gbps"; in speed_str() 160 case 5: return "15"; in vl_str() 188 gid.raw[14], gid.raw[15]); in print_all_port_gids()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_helper.c | 86 "SubnAdmDelete", /* 15 */ 140 "RESERVED15", /* 15 */ 178 "PortInfo", /* 15 */ 217 "LinearForwardingTableRecord", /* 15 */ 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 */ [all …]
|
| H A D | osm_subnet.c | 1556 p_opt->force_link_speed = 15; in osm_subn_set_default_opt() 1888 if (!*max_vls || *max_vls > 15) { in subn_verify_max_vls() 1992 else if (vl < 0 || vl > 15) in subn_verify_sl2vl() 2027 if (15 < p_opts->sm_priority) { in osm_subn_verify_config() 2034 if ((15 < p_opts->force_link_speed) || in osm_subn_verify_config() 2035 (p_opts->force_link_speed > 7 && p_opts->force_link_speed < 15)) { in osm_subn_verify_config() 2374 "# 1: 2.5 Gbps\n" in osm_subn_output_conf() 2375 "# 3: 2.5 or 5.0 Gbps\n" in osm_subn_output_conf() 2376 "# 5: 2.5 or 10.0 Gbps\n" in osm_subn_output_conf() 2377 "# 7: 2.5 or 5.0 or 10.0 Gbps\n" in osm_subn_output_conf() [all …]
|
| H A D | osm_console.c | 384 if (0 > priority || 15 < priority) in priority_parse() 386 "Invalid sm-priority %d; must be between 0 and 15\n", in priority_parse() 985 fprintf(out, " %" PRIu64 " at 2.5 Gbps\n", fs.ports_sdr); in portstatus_parse() 987 fprintf(out, " %" PRIu64 " at 5.0 Gbps\n", fs.ports_ddr); in portstatus_parse() 989 fprintf(out, " %" PRIu64 " at 10.0 Gbps\n", fs.ports_qdr); in portstatus_parse() 991 fprintf(out, " %" PRIu64 " at 10.0 Gbps (FDR10)\n", fs.ports_fdr10); in portstatus_parse() 993 fprintf(out, " %" PRIu64 " at 14.0625 Gbps\n", fs.ports_fdr); in portstatus_parse() 995 fprintf(out, " %" PRIu64 " at 25.78125 Gbps\n", fs.ports_edr); in portstatus_parse()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_table.c | 128 {"1.5Gbps", 0x08}, 129 {"3.0Gbps", 0x09}, 130 {"6.0Gbps", 0x0a}, 131 {"12.0Gbps", 0x0b}, 266 "\15LsiDev" "\16AtapiDev" "\17SepDev", in mpr_describe_devinfo() 288 "\14TransRetry" "\15IR" "\16EventReplay" "\17RaidAccel" in mpr_print_iocfacts() 349 "\15LsiDev" "\16AtapiDev" "\17SepDev", in mpr_print_sasdev0() 383 "\14UnsupDevice" "\15TableSubLink" "\16MultiDomain" in mpr_print_evt_sas() 491 "\14Direct" "\15LSIdev" "\16ATAPIdev" "\17SEPdev", in mpr_print_expander1()
|
| /freebsd/contrib/ofed/libibmad/ |
| H A D | dump.c | 230 case 15: in mad_dump_linkwidthsup() 262 snprintf(buf, bufsz, "2.5 Gbps"); in mad_dump_linkspeed() 265 snprintf(buf, bufsz, "5.0 Gbps"); in mad_dump_linkspeed() 268 snprintf(buf, bufsz, "10.0 Gbps"); in mad_dump_linkspeed() 281 n += snprintf(buf + n, bufsz - n, "2.5 Gbps or "); in dump_linkspeed() 283 n += snprintf(buf + n, bufsz - n, "5.0 Gbps or "); in dump_linkspeed() 285 n += snprintf(buf + n, bufsz - n, "10.0 Gbps or "); in dump_linkspeed() 334 snprintf(buf, bufsz, "14.0625 Gbps"); in mad_dump_linkspeedext() 337 snprintf(buf, bufsz, "25.78125 Gbps"); in mad_dump_linkspeedext() 355 n += snprintf(buf + n, bufsz - n, "14.0625 Gbps or "); in dump_linkspeedext() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8040-puzzle-m801.dts | 49 gpio = <&cp0_gpio2 15 GPIO_ACTIVE_HIGH>; 108 /* SFP+ port 2: 10 Gbps indicator */ 115 /* SFP+ port 2: 1 Gbps indicator */ 122 /* SFP+ port 1: 10 Gbps indicator */ 129 /* SFP+ port 1: 1 Gbps indicator */
|
| /freebsd/sys/netinet/ |
| H A D | tcp_ratelimit.c | 156 1875000, /* 15Mbps - rate 6 */ 165 50000000, /* 400Mbps - rate 15 */ 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 */ [all …]
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_table.c | 118 {"1.5Gbps", 0x08}, 119 {"3.0Gbps", 0x09}, 120 {"6.0Gbps", 0x0a}, 245 "\15LsiDev" "\16AtapiDev" "\17SepDev", in mps_describe_devinfo() 268 "\14TransRetry" "\15IR" "\16EventReplay" "\17RaidAccel" in mps_print_iocfacts() 329 "\15LsiDev" "\16AtapiDev" "\17SepDev", in mps_print_sasdev0() 363 "\14UnsupDevice" "\15TableSubLink" "\16MultiDomain" in mps_print_evt_sas() 470 "\14Direct" "\15LSIdev" "\16ATAPIdev" "\17SEPdev", in mps_print_expander1()
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibportstate.c | 293 if (lse == 15) in get_link_speed() 342 ("Peer ports operating at active speed %d rather than 4 (10.0 Gbps)", in validate_speed() 347 ("Peer ports operating at active speed %d rather than 2 (5.0 Gbps)", in validate_speed() 352 ("Peer ports operating at active speed %d rather than 1 (2.5 Gbps)", in validate_speed() 362 ("Peer ports operating at active extended speed %d rather than 2 (25.78125 Gbps)", in validate_extended_speed() 367 ("Peer ports operating at active extended speed %d rather than 1 (14.0625 Gbps)", in validate_extended_speed() 457 if (val > 15) in main()
|
| /freebsd/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | titypes.h | 202 #define DIF_FLAG_RESERVED 0x0000F000 /* 12 - 15 */ 236 08h: 1,5 Gbps 237 09h: 3,0 Gbps 238 0ah: 6.0 Gbps
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | mcp_public.h | 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 395 #define DCBX_PFC_WILLING_OFFSET 15 560 u32 accum_ack; /* 0..15:PF, 16..207:VF, 256..271:IOV_DIS */ 1114 RESOURCE_LL2_QUEUE_E = 15, 1289 #define DRV_MSG_CODE_PHY_RAW_READ 0x000b0000 /* Param: [0:15] - Address, [16:18] - lane# (0/1/2/3 … 1290 #define DRV_MSG_CODE_PHY_RAW_WRITE 0x000c0000 /* Param: [0:15] - Address, [16:18] - lane# (0/1/2/3… 1291 #define DRV_MSG_CODE_PHY_CORE_READ 0x000d0000 /* Param: [0:15] - Address, [30:31] - port */ 1292 #define DRV_MSG_CODE_PHY_CORE_WRITE 0x000e0000 /* Param: [0:15] - Address, [30:31] - port */ [all …]
|
| H A D | ecore_init_fw_funcs.c | 72 /* Upper bound in MB, 10 * burst size of 1ms in 50Gbps */ 100 * added after seeing only 99% factor reached in a 25Gbps port with DPDK RFC 108 /* PF RL Upper bound is set to 10 * burst size of 1ms in 50Gbps */ 162 #define QM_STOP_CMD_GROUP_ID_MASK 15 1770 /* Enable validation for connection region 5: CCFC_CTX_VALID1[15:8] */ in ecore_enable_context_validation() 1774 /* Enable validation for connection region 1: TCFC_CTX_VALID0[15:8] */ in ecore_enable_context_validation()
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | armada-385-clearfog-gtr.dtsi | 11 1. 6141 switch (2.5Gbps capable) 481 gpios = <15 GPIO_ACTIVE_LOW>;
|
| /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) */ 418 uint32_t rsvd1:15; 430 uint32_t rsvd1:15; 861 IOCBMBX_SUBSYSTEM_DCBX = 15, 1386 uint32_t dw6rsvd1:15; 1408 uint32_t dw6rsvd1:15; 2929 uint32_t rx_dropped_too_small; /* dword 15*/
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-sparcv9.pl | 54 # or ~20.5GBps per 2.85GHz socket. 108 ldub [$inp+15],$nlo 109 ldub [$Xi+15],$xi0 207 ldub [$inp+15],$nlo 249 ldub [$Xi+15],$nlo
|
| /freebsd/crypto/openssl/crypto/md5/asm/ |
| H A D | md5-sparcv9.pl | 24 # single-process result on 8-core processor, or ~11GBps per 2.85GHz 181 my $rot = (6,10,15,21)[$i%4]; 351 for ($i=0;$i<15;$i++) { &R0($i,@V); unshift(@V,pop(@V)); }
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | draak.dtsi | 107 gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; 254 * 1Gbps communication using the KSZ9031RNX phy present on
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
| H A D | sa_spec.h | 135 #define SA_SATA_MAX_PM_PORTS 15 569 /* b2 : sataGen2Supported (3.0 Gbps) */ 570 /* b1 : sataGen1Supported (1.5 Gbps) */ 751 bit16 word112_126[15]; 772 bit16 word161_175[15];
|
| /freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | mediatek,mt7530.yaml | 41 achieve 2 Gbps routing in total. 118 There are 15 controllable pins.
|
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe-sysctl.c | 363 case 15: in fill_data() 869 strcpy(link_modes, "10Gbps/Full"); in sysctl_link_ksettings_handler() 873 strcpy(link_modes, "2.5Gbps/Full"); in sysctl_link_ksettings_handler() 877 strcpy(link_modes, "1Gbps/Full"); in sysctl_link_ksettings_handler()
|