/linux/include/uapi/linux/ |
H A D | mii.h | 37 #define MII_TPISTATUS 0x1b /* TPI status for 10mbps */ 49 #define BMCR_SPEED100 0x2000 /* Select 100Mbps */ 52 #define BMCR_SPEED10 0x0000 /* Select 10Mbps */ 65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ 67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */ 69 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */ 74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */ 76 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-trigger-netdev | 83 Signal the link speed state of 10Mbps of the named network device. 88 speed of 10MBps of the named network device. 91 Present only if the named network device supports 10Mbps link speed. 98 Signal the link speed state of 100Mbps of the named network device. 103 speed of 100Mbps of the named network device. 106 Present only if the named network device supports 100Mbps link speed. 113 Signal the link speed state of 1000Mbps of the named network device. 118 speed of 1000Mbps of the named network device. 121 Present only if the named network device supports 1000Mbps link speed. 128 Signal the link speed state of 2500Mbps of the named network device. [all …]
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | rx.h | 76 * 0x0A - 1MBPS 77 * 0x14 - 2MBPS 79 * 0x0B - 6MBPS 80 * 0x0F - 9MBPS 81 * 0x6E - 11MBPS 82 * 0x0A - 12MBPS 83 * 0x0E - 18MBPS 84 * 0xDC - 22MBPS 85 * 0x09 - 24MBPS 86 * 0x0D - 36MBPS [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rs.h | 233 char mbps[IWL_MAX_MCS_DISPLAY_SIZE]; member 336 * 0) 6 Mbps 337 * 1) 12 Mbps 338 * 2) 18 Mbps 339 * 3) 24 Mbps 340 * 4) 36 Mbps 341 * 5) 48 Mbps 342 * 6) 54 Mbps 343 * 7) 60 Mbps 347 * 5: Value of 0x20 in bits 7:0 indicates 6 Mbps HT40 duplicate data [all …]
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | tx.c | 29 case 2: /* 1 Mbps */ in convert_radiotap_rate_to_mv() 31 case 4: /* 2 Mbps */ in convert_radiotap_rate_to_mv() 33 case 11: /* 5.5 Mbps */ in convert_radiotap_rate_to_mv() 35 case 22: /* 11 Mbps */ in convert_radiotap_rate_to_mv() 37 case 12: /* 6 Mbps */ in convert_radiotap_rate_to_mv() 39 case 18: /* 9 Mbps */ in convert_radiotap_rate_to_mv() 41 case 24: /* 12 Mbps */ in convert_radiotap_rate_to_mv() 43 case 36: /* 18 Mbps */ in convert_radiotap_rate_to_mv() 45 case 48: /* 24 Mbps */ in convert_radiotap_rate_to_mv() 47 case 72: /* 36 Mbps */ in convert_radiotap_rate_to_mv() [all …]
|
H A D | rx.c | 168 case 0: /* 1 Mbps */ in convert_mv_rate_to_radiotap() 170 case 1: /* 2 Mbps */ in convert_mv_rate_to_radiotap() 172 case 2: /* 5.5 Mbps */ in convert_mv_rate_to_radiotap() 174 case 3: /* 11 Mbps */ in convert_mv_rate_to_radiotap() 177 case 5: /* 6 Mbps */ in convert_mv_rate_to_radiotap() 179 case 6: /* 9 Mbps */ in convert_mv_rate_to_radiotap() 181 case 7: /* 12 Mbps */ in convert_mv_rate_to_radiotap() 183 case 8: /* 18 Mbps */ in convert_mv_rate_to_radiotap() 185 case 9: /* 24 Mbps */ in convert_mv_rate_to_radiotap() 187 case 10: /* 36 Mbps */ in convert_mv_rate_to_radiotap() [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | rate.c | 162 * 0 = 1Mbps; 1 = 2Mbps; 2 = 5.5Mbps; 3 = 11Mbps 166 {BRCM_RATE_1M, 0x00}, /* CCK 1Mbps, data rate 0 */ 167 {BRCM_RATE_2M, 0x08}, /* CCK 2Mbps, data rate 1 */ 168 {BRCM_RATE_5M5, 0x10}, /* CCK 5.5Mbps, data rate 2 */ 169 {BRCM_RATE_11M, 0x18}, /* CCK 11Mbps, data rate 3 */ 170 /* OFDM 6Mbps, code rate 1/2, BPSK, 1 spatial stream */ 172 /* OFDM 9Mbps, code rate 3/4, BPSK, 1 spatial stream */ 174 /* OFDM 12Mbps, code rate 1/2, QPSK, 1 spatial stream */ 176 /* OFDM 18Mbps, code rate 3/4, QPSK, 1 spatial stream */ 178 /* OFDM 24Mbps, code rate 1/2, 16-QAM, 1 spatial stream */ [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 215 10mbps_hd 10Mbps half duplex. 216 10mbps_fd 10Mbps full duplex. 217 100mbps_hd 100Mbps half duplex. 218 100mbps_fd 100Mbps full duplex. 219 1000mbps_fd 1000Mbps full duplex. 220 1000mbps_hd 1000Mbps half duplex. 222 1 10Mbps half duplex. 223 2 10Mbps full duplex. 224 3 100Mbps half duplex. 225 4 100Mbps full duplex. [all …]
|
/linux/include/linux/ |
H A D | brcmphy.h | 295 #define LRECR_SPEED100 0x0200 /* Select 100 Mbps */ 296 #define LRECR_SPEED10 0x0000 /* Select 10 Mbps */ 304 #define LRESR_100_1PAIR 0x2000 /* Can do 100Mbps 1 Pair */ 305 #define LRESR_100_4PAIR 0x1000 /* Can do 100Mbps 4 Pairs */ 306 #define LRESR_100_2PAIR 0x0800 /* Can do 100Mbps 2 Pairs */ 307 #define LRESR_10_2PAIR 0x0400 /* Can do 10Mbps 2 Pairs */ 308 #define LRESR_10_1PAIR 0x0200 /* Can do 10Mbps 1 Pair */ 322 #define LREANAA_100_1PAIR 0x0020 /* Can do 100Mbps 1 Pair */ 323 #define LREANAA_100_4PAIR 0x0010 /* Can do 100Mbps 4 Pair */ 324 #define LREANAA_100_2PAIR 0x0008 /* Can do 100Mbps 2 Pair */ [all …]
|
H A D | smc91x.h | 30 #define RPC_LED_100_10 (0x00) /* LED = 100Mbps OR's with 10Mbps link detect */ 32 #define RPC_LED_10 (0x02) /* LED = 10Mbps link detect */ 35 #define RPC_LED_100 (0x05) /* LED = 100Mbps link detect */
|
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_param.c | 38 * - 10: only link at 10 Mbps 39 * - 100: only link at 100 Mbps 40 * - 1000: only link at 1000 Mbps 71 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 356 "10 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options() 358 "Using Autonegotiation at 10 Mbps only\n"); in pch_gbe_check_copper_options() 366 netdev_dbg(adapter->netdev, "Forcing to 10 Mbps Half Duplex\n"); in pch_gbe_check_copper_options() 373 netdev_dbg(adapter->netdev, "Forcing to 10 Mbps Full Duplex\n"); in pch_gbe_check_copper_options() 381 "100 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options() 383 "Using Autonegotiation at 100 Mbps only\n"); in pch_gbe_check_copper_options() [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | mscc,vsc7514-serdes.yaml | 22 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.
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | wsm.h | 28 /* 1 Mbps ERP-DSSS */ 31 /* 2 Mbps ERP-DSSS */ 34 /* 5.5 Mbps ERP-CCK */ 37 /* 11 Mbps ERP-CCK */ 40 /* 22 Mbps ERP-PBCC (Not supported) */ 43 /* 33 Mbps ERP-PBCC (Not supported) */ 46 /* 6 Mbps (3 Mbps) ERP-OFDM, BPSK coding rate 1/2 */ 49 /* 9 Mbps (4.5 Mbps) ERP-OFDM, BPSK coding rate 3/4 */ 52 /* 12 Mbps (6 Mbps) ERP-OFDM, QPSK coding rate 1/2 */ 55 /* 18 Mbps (9 Mbps) ERP-OFDM, QPSK coding rate 3/4 */ [all …]
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_param.c | 50 * - 10 - only link at 10 Mbps 51 * - 100 - only link at 100 Mbps 52 * - 1000 - only link at 1000 Mbps 78 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 667 e_dev_info("10 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options() 668 e_dev_info("Using Autonegotiation at 10 Mbps only\n"); in e1000_check_copper_options() 674 e_dev_info("Forcing to 10 Mbps Half Duplex\n"); in e1000_check_copper_options() 680 e_dev_info("Forcing to 10 Mbps Full Duplex\n"); in e1000_check_copper_options() 686 e_dev_info("100 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options() 687 e_dev_info("Using Autonegotiation at 100 Mbps only\n"); in e1000_check_copper_options() [all …]
|
/linux/drivers/atm/ |
H A D | Kconfig | 45 Power155 155 Mbps ATM adapters. Both, the versions with 512KB and 85 Intel 440FX board, a drop from 135 Mbps to 103 Mbps was observed 154 25 and for 155 Mbps, including IDT cards and the Fore ForeRunnerLE 161 bool "Use suni PHY driver (155Mbps)" 165 found in most 155Mbps NICStAR based ATM cards, namely in the 173 bool "Use IDT77105 PHY driver (25Mbps)" 180 loss, so if you have a 25Mbps NICStAR based ATM card you must say Y.
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | 21142.c | 62 if (csr12 & 2) { /* No 100mbps link beat, revert to 10mbps. */ in t21142_media_task() 76 if (!(csr12 & 4)) { /* 10mbps link beat good. */ in t21142_media_task() 84 /* Select 100mbps port to check for link beat. */ in t21142_media_task() 160 /* If partner cannot negotiate, it is 10Mbps Half Duplex */ in t21142_lnk_change() 238 } else if (!(csr12 & 4)) { /* 10mbps link beat good. */ in t21142_lnk_change() 240 dev_info(&dev->dev, "21143 10mbps sensed media\n"); in t21142_lnk_change() 246 } else { /* 100mbps link beat good. */ in t21142_lnk_change()
|
/linux/Documentation/scsi/ |
H A D | ufs.rst | 41 - Support for Gear1 is mandatory (rate A: 1248Mbps, rate B: 1457.6Mbps) 42 - Support for Gear2 is optional (rate A: 2496Mbps, rate B: 2915.2Mbps) 46 - Gear3 (rate A: 4992Mbps, rate B: 5830.4Mbps)
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 293 self->aq_link_status.mbps = 10000; in aq_a2_fw_update_link_status() 296 self->aq_link_status.mbps = 5000; in aq_a2_fw_update_link_status() 299 self->aq_link_status.mbps = 2500; in aq_a2_fw_update_link_status() 302 self->aq_link_status.mbps = 1000; in aq_a2_fw_update_link_status() 305 self->aq_link_status.mbps = 100; in aq_a2_fw_update_link_status() 308 self->aq_link_status.mbps = 10; in aq_a2_fw_update_link_status() 311 self->aq_link_status.mbps = 0; in aq_a2_fw_update_link_status() 353 if (self->aq_link_status.mbps) { in aq_a2_fill_a0_stats() 395 if (self->aq_link_status.mbps) { in aq_a2_fill_b0_stats()
|
/linux/drivers/net/phy/mscc/ |
H A D | mscc_ptp.c | 207 1272, /* 1000Mbps */ 208 12516, /* 100Mbps */ 209 125444, /* 10Mbps */ 211 1277, /* 1000Mbps */ 212 12537, /* 100Mbps */ 217 3496, /* 1000Mbps */ 218 34760, /* 100Mbps */ 219 347844, /* 10Mbps */ 221 3502, /* 1000Mbps */ 222 34780, /* 100Mbps */ [all …]
|
/linux/drivers/staging/octeon/ |
H A D | ethernet-rgmii.c | 80 * We are getting preamble errors at 10Mbps. Most in cvm_oct_check_preamble_errors() 86 printk_ratelimited("%s: Using 10Mbps with software preamble removal\n", in cvm_oct_check_preamble_errors() 91 * Since the 10Mbps preamble workaround is allowed we need to in cvm_oct_check_preamble_errors() 93 * bits on every speed change. If errors occur during 10Mbps in cvm_oct_check_preamble_errors()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen4_tl.c | 43 /* PCIe write bandwidth[Mbps]. */ 46 /* PCIe read bandwidth[Mbps]. */ 115 /* PCIe write bandwidth[Mbps]. */ 118 /* PCIe read bandwidth[Mbps]. */
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | rx_desc.h | 845 * 0x8: OFDM 48 Mbps 846 * 0x9: OFDM 24 Mbps 847 * 0xA: OFDM 12 Mbps 848 * 0xB: OFDM 6 Mbps 849 * 0xC: OFDM 54 Mbps 850 * 0xD: OFDM 36 Mbps 851 * 0xE: OFDM 18 Mbps 852 * 0xF: OFDM 9 Mbps 854 * 0x8: CCK 11 Mbps long preamble 855 * 0x9: CCK 5.5 Mbps long preamble [all …]
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_config.h | 170 * 0x0 - 10Mbps/Half duplex; 171 * 0x8 - 10Mbps/Full duplex; 172 * 0x2 - 100Mbps/Half duplex; 173 * 0xa - 100Mbps/Full duplex;
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | Kconfig | 15 433Mbps PHY rate. 27 433Mbps PHY rate.
|
/linux/drivers/net/ipa/data/ |
H A D | ipa_data-v4.7.c | 371 .peak_bandwidth = 600000, /* 600 MBps */ 372 .average_bandwidth = 150000, /* 150 MBps */ 377 .peak_bandwidth = 450000, /* 450 MBps */ 378 .average_bandwidth = 75000, /* 75 MBps (unused?) */ 382 .peak_bandwidth = 171400, /* 171.4 MBps */
|