Home
last modified time | relevance | path

Searched +full:2500 +full:mbps (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/share/man/man4/
H A Dure.469 Set 10Mbps operation.
78 Set 100Mbps (Fast Ethernet) operation.
88 The Realtek gigE chips support 1000Mbps in
91 .It Cm 2500base-T
92 Set 2500Base-T operation over twisted pair.
93 The Realtek 8156/8156B chips support 2500Mbps in
114 .Bl -column "Realtek RTL8168/8169/8110/8211 via rgephy(4)" "10, 100, 1000, and 2500"
115 .It Model: Ta Speed (Mbps):
116 .It Realtek RTL8156/RTL8156B/RTL8156BG Ta 10, 100, 1000, and 2500
H A Digc.453 Sets 10Mbps operation.
60 Sets 100Mbps operation.
67 Sets 1000Mbps operation.
71 .It Cm 2500baseT
72 Sets 2500Mbps operation.
H A Dbce.472 10/100/1000Mbps operation in full-duplex mode
74 10/100Mbps operation in half-duplex mode
87 Set 10Mbps operation.
97 Set 100Mbps (Fast Ethernet) operation.
107 Sets 1000Mbps operation.
116 .It Cm 2500BaseSX
117 Set 2500Mbps operation.
H A Dath.471 of 6 Mbps, 9 Mbps, 12 Mbps, 18 Mbps, 24 Mbps, 36 Mbps, 48 Mbps, and 54 Mbps.
74 1Mbps, 2Mbps, 5.5 Mbps and 11Mbps for 802.11b operation.
186 ssid tdma-test tmdaslot 0 tdmaslotlen 2500 \e
H A Duath.451 and an AR2112 Radio-on-a-Chip that can operate between 2300 and 2500 MHz
56 2500 MHz (802.11b/g) or 4900 and 5850 MHz (802.11a).
181 Atheros proprietary 108 Mbps mode (aka Super AG mode) is not supported.
/freebsd/sys/net/
H A Dif_media.h160 #define IFM_2500_SX 21 /* 2500BaseSX - multi-mode fiber */
177 #define IFM_2500_KX IFM_X(36) /* 2500Base-KX backplane */
178 #define IFM_2500_T IFM_X(37) /* 2500Base-T - RJ45 (NBaseT) */
204 #define IFM_2500_X IFM_X(63) /* 2500BaseX */
284 #define IFM_IEEE80211_FH1 3 /* Frequency Hopping 1Mbps */
285 #define IFM_IEEE80211_FH2 4 /* Frequency Hopping 2Mbps */
286 #define IFM_IEEE80211_DS1 5 /* Direct Sequence 1Mbps */
287 #define IFM_IEEE80211_DS2 6 /* Direct Sequence 2Mbps */
288 #define IFM_IEEE80211_DS5 7 /* Direct Sequence 5.5Mbps */
289 #define IFM_IEEE80211_DS11 8 /* Direct Sequence 11Mbps */
[all …]
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h58 E_ENET_SPEED_10 = 10, /**< 10 Mbps */
59 E_ENET_SPEED_100 = 100, /**< 100 Mbps */
60 E_ENET_SPEED_1000 = 1000, /**< 1000 Mbps = 1 Gbps */
61 E_ENET_SPEED_2500 = 2500, /**< 2500 Mbps = 2.5 Gbps */
62 E_ENET_SPEED_10000 = 10000 /**< 10000 Mbps = 10 Gbps */
181 10Mbps, 100Mbps or 1000Mbps */
187 /**< 10 Mbps MII */
189 /**< 100 Mbps MII */
191 /**< 10 Mbps RMII */
193 /**< 100 Mbps RMII */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-ocelot-serdes.txt12 There are two kinds of SerDes: SERDES1G supports 10/100Mbps in
13 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports
14 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode.
H A Dmscc,vsc7514-serdes.yaml22 There are two kinds of SerDes: SERDES1G supports 10/100Mbps in
23 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports
24 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmotorcomm,yt8xxx.yaml26 1800, 1900, 1950, 2050, 2100, 2200, 2250, 2350, 2500, 2650, 2800,
98 Transmit PHY Clock delay train configuration when speed is 10Mbps.
104 Transmit PHY Clock delay train configuration when speed is 100Mbps.
110 Transmit PHY Clock delay train configuration when speed is 1000Mbps.
/freebsd/sys/contrib/ncsw/inc/
H A Denet_ext.h88 at 10Mbps, 100Mbps or 1000Mbps */
104 e_ENET_SPEED_10 = E_ENET_SPEED_10, /**< 10 Mbps */
105 e_ENET_SPEED_100 = E_ENET_SPEED_100, /**< 100 Mbps */
106 e_ENET_SPEED_1000 = E_ENET_SPEED_1000, /**< 1000 Mbps = 1 Gbps */
107 e_ENET_SPEED_2500 = E_ENET_SPEED_2500, /**< 2500 Mbps = 2.5 Gbps */
108 e_ENET_SPEED_10000 = E_ENET_SPEED_10000 /**< 10000 Mbps = 10 Gbps */
117 … e_ENET_MODE_MII_10 = (e_ENET_IF_MII | e_ENET_SPEED_10), /**< 10 Mbps MII */
118 … e_ENET_MODE_MII_100 = (e_ENET_IF_MII | e_ENET_SPEED_100), /**< 100 Mbps MII */
119 … e_ENET_MODE_RMII_10 = (e_ENET_IF_RMII | e_ENET_SPEED_10), /**< 10 Mbps RMII */
120 … e_ENET_MODE_RMII_100 = (e_ENET_IF_RMII | e_ENET_SPEED_100), /**< 100 Mbps RMII */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Dcn9132-clearfog.dts161 * - LED[0]: link is 1000Mbps: On (yellow): 0111
207 phy-mode = "2500base-x";
212 speed = <2500>;
401 phy-mode = "2500base-x";
404 speed = <2500>;
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c149 case IBV_RATE_2_5_GBPS: return 2500; in ibv_rate_to_mbps()
176 enum ibv_rate __attribute__((const)) mbps_to_ibv_rate(int mbps) in mbps_to_ibv_rate() argument
178 switch (mbps) { in mbps_to_ibv_rate()
179 case 2500: return IBV_RATE_2_5_GBPS; in mbps_to_ibv_rate()
/freebsd/sys/dev/axgbe/
H A Dxgbe-mdio.c601 !(XGBE_ADV(&pdata->phy, 2500baseX_Full))) in xgbe_an73_incompat_link()
989 XGBE_ADV(&local_phy, 2500baseX_Full)) in xgbe_an73_init()
1055 return ("100Mbps"); in xgbe_phy_speed_string()
1462 axgbe_printf(2, "%s: KX 2500\n", __func__); in xgbe_phy_start()
1534 else if (XGBE_ADV(&pdata->phy, 2500baseX_Full)) in xgbe_phy_best_advertised_speed()
1536 else if (XGBE_ADV(&pdata->phy, 2500baseT_Full)) in xgbe_phy_best_advertised_speed()
H A Dxgbe-sysctl.c874 strcpy(speed_modes, "2500"); in sysctl_link_ksettings_handler()
881 strcpy(link_modes, "100Mbps/Full"); in sysctl_link_ksettings_handler()
885 strcpy(link_modes, "10Mbps/Full"); in sysctl_link_ksettings_handler()
/freebsd/share/misc/
H A Dusb_vendors54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
522 3711 PSC 2500
1703 0301 2500H Tracer Trainer
1971 010b 2500 series
2649 0374 UMAX Astra 2500
4584 0108 Coolpix 2500
4585 0109 Coolpix 2500 (ptp)
4776 0106 Stylus Scan 2500
4805 012b ES-H300 [GT-2500]
5535 0007 2500U IntelliTouch® Touchmonitor Interface
[all …]
H A Dpci_vendors31 8139 AT-2500TX V3 Ethernet
1708 1028 00d9 PowerEdge 2500
2578 13cc 3d22 MXRT-2500
2608 1462 2500 Radeon HD 6570
4883 00a6 ATM 155MBPS MM Controller (1410a600)
4887 00be ATM 622MBPS Controller (1410be00)
4897 015e 622Mbps ATM PCI Adapter
4925 01ff 10/100 Mbps Ethernet
7150 8400 ACX 100 22Mbps Wireless Interface
7152 1186 3b01 DWL-520+ 22Mbps PCI Wireless Adapter
[all …]
/freebsd/sys/dev/iavf/
H A Diavf_vc_common.c969 if (adv_link_speed >= 2500) in iavf_adv_speed_to_ext_speed()
1097 return "100 Mbps"; in iavf_ext_speed_to_str()
1099 return "10 Mbps"; in iavf_ext_speed_to_str()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1735 device_printf(dev, "Media supported: 2500baseKX\n"); in ixgbe_add_media_types()
1736 device_printf(dev, "2500baseKX mapped to 2500baseSX\n"); in ixgbe_add_media_types()
4549 * string representations in conventional Gbps or Mbps.
4564 return "100 Mbps"; in ixgbe_link_speed_to_str()
4566 return "10 Mbps"; in ixgbe_link_speed_to_str()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h764 * ib_rate_to_mbps - Convert the IB rate enum to Mbps.
765 * For example, IB_RATE_2_5_GBPS will be converted to 2500.
/freebsd/sys/dev/ice/
H A Dice_lib.c911 return IF_Mbps(2500); in ice_aq_speed_to_rate()
957 return "100 Mbps"; in ice_aq_speed_to_str()
959 return "10 Mbps"; in ice_aq_speed_to_str()
1187 IF_Mbps(2500ULL), in ice_phy_types_to_max_rate()
1188 IF_Mbps(2500ULL), in ice_phy_types_to_max_rate()
1189 IF_Mbps(2500ULL), in ice_phy_types_to_max_rate()
/freebsd/sys/dev/igc/
H A Dif_igc.c1215 case 2500: in igc_if_media_status()
1418 device_printf(dev, "Link is up %d Mbps %s\n", in igc_if_update_admin_status()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4159 /* Send probe requests at 6Mbps. */ in wpi_scan()
4164 /* Send probe requests at 1Mbps. */ in wpi_scan()
5124 for (ntries = 0; ntries < 2500; ntries++) { in wpi_clock_wait()
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c2819 "100 Mbps", in ixl_link_speed_string()
3058 return IF_Mbps(2500); in ixl_max_aq_speed_to_value()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c4843 device_printf(softc->dev, "Link is UP %s %s, %s - %d Mbps \n", duplex, signal_mode, in bnxt_report_link()
5280 return IF_Mbps(2500); in bnxt_get_baudrate()

12