| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-trigger-netdev | 30 If set to 1, the LED's normal state reflects the link state 44 If set to 1, the LED will blink for the milliseconds specified 59 If set to 1, the LED will blink for the milliseconds specified 75 If 1, the LED blinking in requested mode is offloaded to 83 Signal the link speed state of 10Mbps of the named network device. 87 If set to 1, the LED's normal state reflects the link state 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. 102 If set to 1, the LED's normal state reflects the link state [all …]
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | rx.h | 25 * 1) The target generates an interrupt each time a new packet is received. 36 #define WL1251_RX_ALIGN(len) (((len) + WL1251_RX_ALIGN_TO - 1) & \ 37 ~(WL1251_RX_ALIGN_TO - 1)) 68 * 1 - 802.3 76 * 0x0A - 1MBPS 77 * 0x14 - 2MBPS 79 * 0x0B - 6MBPS 80 * 0x0F - 9MBPS 81 * 0x6E - 11MBPS 82 * 0x0A - 12MBPS [all …]
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | tx.c | 21 * units (500 Kb/s) into Marvell WLAN format (see Table 8 in Section 3.2.1) 29 case 2: /* 1 Mbps */ in convert_radiotap_rate_to_mv() 30 return 0 | (1 << 4); in convert_radiotap_rate_to_mv() 31 case 4: /* 2 Mbps */ in convert_radiotap_rate_to_mv() 32 return 1 | (1 << 4); in convert_radiotap_rate_to_mv() 33 case 11: /* 5.5 Mbps */ in convert_radiotap_rate_to_mv() 34 return 2 | (1 << 4); in convert_radiotap_rate_to_mv() 35 case 22: /* 11 Mbps */ in convert_radiotap_rate_to_mv() 36 return 3 | (1 << 4); in convert_radiotap_rate_to_mv() 37 case 12: /* 6 Mbps */ in convert_radiotap_rate_to_mv() [all …]
|
| H A D | rx.c | 55 * returns: 0 or -1 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() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | mii.h | 18 #define MII_PHYSID1 0x02 /* PHYS ID 1 */ 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 */ [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | rate.c | 28 const u8 rate_info[BRCM_MAXRATE + 1] = { 29 /* 0 1 2 3 4 5 6 7 8 9 */ 45 /* MCS 0: SS 1, MOD: BPSK, CR 1/2 */ 48 /* MCS 1: SS 1, MOD: QPSK, CR 1/2 */ 51 /* MCS 2: SS 1, MOD: QPSK, CR 3/4 */ 54 /* MCS 3: SS 1, MOD: 16QAM, CR 1/2 */ 57 /* MCS 4: SS 1, MOD: 16QAM, CR 3/4 */ 60 /* MCS 5: SS 1, MOD: 64QAM, CR 2/3 */ 63 /* MCS 6: SS 1, MOD: 64QAM, CR 3/4 */ 66 /* MCS 7: SS 1, MOD: 64QAM, CR 5/6 */ [all …]
|
| /linux/include/linux/ |
| H A D | brcmphy.h | 219 #define BCM54XX_SHD_LEDS1 0x0d /* 01101: LED Selector 1 */ 223 /* LED1 / ~LINKSPD[1] selector */ 237 #define BCM54XX_SHD_INTF_SEL_MASK GENMASK(2, 1) /* INTERF_SEL[1:0] */ 265 #define BCM54XX_TOP_MISC_IDDQ_LP (1 << 0) 266 #define BCM54XX_TOP_MISC_IDDQ_SD (1 << 2) 267 #define BCM54XX_TOP_MISC_IDDQ_SR (1 << 3) 270 #define BCM54XX_LED4_SEL_INTR BIT(1) 284 #define MII_BCM54XX_LREPHYSID1 0x02 /* LRE PHYS ID 1 */ 302 #define LRECR_SPEED100 0x0200 /* Select 100 Mbps */ 303 #define LRECR_SPEED10 0x0000 /* Select 10 Mbps */ [all …]
|
| H A D | smc91x.h | 15 #define SMC91X_USE_8BIT (1 << 0) 16 #define SMC91X_USE_16BIT (1 << 1) 17 #define SMC91X_USE_32BIT (1 << 2) 19 #define SMC91X_NOWAIT (1 << 3) 23 #define SMC91X_IO_SHIFT_1 (1 << 4) 28 #define SMC91X_USE_DMA (1 << 6) 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/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 35 . Red Hat v7.1 (kernel 2.4.7) 43 1. make all 179 1. Copy dl2k.o to the network modules directory, typically 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. [all …]
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_param.c | 12 #define OPTION_UNSET -1 14 #define OPTION_ENABLED 1 38 * - 10: only link at 10 Mbps 39 * - 100: only link at 100 Mbps 40 * - 1000: only link at 1000 Mbps 51 * - 1: only link at half duplex 59 #define HALF_DUPLEX 1 70 * Bit 7 6 5 4 3 2 1 0 71 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 92 * - 1: Rx only, respond to PAUSE frames but do not generate them [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_sta.c | 21 "1 Mbps", "2 Mbps", "5.5 Mbps", "6 Mbps", in ath12k_dbg_sta_dump_rate_stats() 22 "9 Mbps", "11 Mbps", "12 Mbps", "18 Mbps", in ath12k_dbg_sta_dump_rate_stats() 23 "24 Mbps", "36 Mbps", "48 Mbps", "54 Mbps"}; in ath12k_dbg_sta_dump_rate_stats() 33 (i + 1) % 8 ? "\t" : "\n"); in ath12k_dbg_sta_dump_rate_stats() 39 (i + 1) % 6 ? "\t" : "\n"); in ath12k_dbg_sta_dump_rate_stats() 45 (i + 1) % 5 ? "\t" : "\n"); in ath12k_dbg_sta_dump_rate_stats() 51 (i + 1) % 8 ? "\t" : "\n"); in ath12k_dbg_sta_dump_rate_stats() 58 (i + 1) % 4 ? "\t" : "\n"); in ath12k_dbg_sta_dump_rate_stats() 63 "%dx%d: %llu ", i + 1, i + 1, in ath12k_dbg_sta_dump_rate_stats() 69 stats->gi_count[1], in ath12k_dbg_sta_dump_rate_stats() [all …]
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.h | 25 #define WSM_PHY_BAND_5G (1) 28 /* 1 Mbps ERP-DSSS */ 31 /* 2 Mbps ERP-DSSS */ 32 #define WSM_TRANSMIT_RATE_2 (1) 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 */ [all …]
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_param.c | 12 #define OPTION_UNSET -1 14 #define OPTION_ENABLED 1 23 static int X[E1000_MAX_NIC+1] = E1000_PARAM_INIT; \ 50 * - 10 - only link at 10 Mbps 51 * - 100 - only link at 100 Mbps 52 * - 1000 - only link at 1000 Mbps 62 * - 1 - only link at half duplex 77 * Bit 7 6 5 4 3 2 1 0 78 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 90 * - 1 - Rx only, respond to PAUSE frames but do not generate them [all …]
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | 21142.c | 55 if (tulip_debug > 1) in t21142_media_task() 62 if (csr12 & 2) { /* No 100mbps link beat, revert to 10mbps. */ in t21142_media_task() 63 if (tulip_debug > 1) in t21142_media_task() 72 if (tulip_debug > 1) 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() 90 iowrite32(1, ioaddr + CSR13); in t21142_media_task() 92 if (tulip_debug > 1) in t21142_media_task() 116 ((tp->sym_advertise & 0x0020) << 1) | 0xffbf; in t21142_start_nway() 119 tp->nway = tp->mediasense = 1; in t21142_start_nway() [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. 223 control memory (128K-1KVC, 512K-4KVC), the size of the packet 224 memory (128K, 512K, 1M), and the PHY type (Single/Multi mode OC3,
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 10 1. Overview 24 1. Overview 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) 163 be done in accordance with JEDEC spec UFS2.1 paragraph 10.7.
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_utils_fw.c | 87 mdelay(1); in hw_atl2_shared_buffer_read_block() 108 hw_atl2_mif_host_finished_write_set(self, 1U); in hw_atl2_shared_buffer_finish_ack() 132 hw_atl2_mif_host_finished_write_set(self, 1U); in aq_a2_fw_init() 229 link_options.link_up = 1U; in aq_a2_fw_set_link_speed() 265 link_options.link_up = 1U; in aq_a2_fw_set_state() 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() [all …]
|
| /linux/drivers/net/phy/mscc/ |
| H A D | mscc_ptp.c | 165 #define MAC_ADDRESS_BYTE(x) ((x) + (35 - ETH_ALEN + 1)) 173 for (i = 1; i >= 0; i--) in vsc85xx_ts_fsb_init() 183 for (i = ETH_ALEN - 1; i >= 0; i--) in vsc85xx_ts_fsb_init() 208 1272, /* 1000Mbps */ 209 12516, /* 100Mbps */ 210 125444, /* 10Mbps */ 212 1277, /* 1000Mbps */ 213 12537, /* 100Mbps */ 218 3496, /* 1000Mbps */ 219 34760, /* 100Mbps */ [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | rx_desc.h | 15 RX_ATTENTION_FLAGS_LAST_MPDU = BIT(1), 67 * address 1 bit 0 is set indicating mcast/bcast and the BSSID 232 * ring 1. Field is filled in by the RX_DMA. 245 HTT_RX_MPDU_ENCRYPT_WEP104 = 1, 320 * 1: WEP104 334 * WEPSeed[1], pn1}. Only pn[47:0] is valid. 463 RX_MSDU_DECAP_NATIVE_WIFI = 1, 546 * 1: Native WiFi 783 * RSSI of RX PPDU on chain 1 of primary 20 MHz bandwidth. 787 * RSSI of RX PPDU on chain 1 of secondary 20 MHz bandwidth. [all …]
|
| H A D | wmi-tlv.h | 1710 WMI_TLV_HW_BD_QCA6174 = 1, 1864 WMI_TLV_VDEV_SUBTYPE_P2P_DEV = 1, 1887 WMI_TLV_PEER_TYPE_BSS = 1, 1947 WMI_TLV_DBGLOG_PARAM_LOG_LEVEL = 1, 2144 * b'28 indicate the version of rate-code (1 = RATECODE_V1) 2146 * b'10-b'8 indicate the preamble (0 OFDM, 1 CCK, 2 HT, 3 VHT) 2147 * b'7-b'5 indicate the NSS (0 - 1x1, 1 - 2x2, 2 - 3x3, 3 - 4x4) 2149 * OFDM : 0: OFDM 48 Mbps 2150 * 1: OFDM 24 Mbps 2151 * 2: OFDM 12 Mbps [all …]
|
| /linux/drivers/staging/octeon/ |
| H A D | ethernet-rgmii.c | 40 ipd_sub_port_fcs.s.port_bit |= 1ull << priv->port; in cvm_oct_set_hw_preamble() 43 0xffffffffull ^ (1ull << priv->port); in cvm_oct_set_hw_preamble() 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/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | Kconfig | 14 which comply with IEEE 802.11ac standards and support 1x1 15 433Mbps PHY rate. 26 which comply with IEEE 802.11ac standards and support 1x1 27 433Mbps PHY rate.
|
| /linux/drivers/phy/freescale/ |
| H A D | phy-fsl-imx8-mipi-dphy.c | 32 #define RFB BIT(1) 52 #define MBPS(x) ((x) * 1000000) macro 54 #define DATA_RATE_MAX_SPEED MBPS(1500) 55 #define DATA_RATE_MIN_SPEED MBPS(80) 67 #define CN(x) (((x) == 1) ? 0x1f : (((CN_BUF) >> ((x) - 1)) & 0x1f)) 72 #define PWR_OFF 1 164 u32 n[] = {0, 1}; in get_best_ratio() 165 u32 d[] = {1, 0}; in get_best_ratio() 167 unsigned int i = 1; in get_best_ratio() 170 i ^= 1; in get_best_ratio() [all …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils_fw2x.c | 99 /* check 10 times by 1ms */ in aq_fw2x_init() 260 link_status->mbps = 10000; in aq_fw2x_update_link_status() 262 link_status->mbps = 5000; in aq_fw2x_update_link_status() 264 link_status->mbps = 2500; in aq_fw2x_update_link_status() 266 link_status->mbps = 1000; in aq_fw2x_update_link_status() 268 link_status->mbps = 100; in aq_fw2x_update_link_status() 270 link_status->mbps = 10000; in aq_fw2x_update_link_status() 272 link_status->mbps = 0; in aq_fw2x_update_link_status() 293 mac_addr[1] = __swab32(mac_addr[1]); in aq_fw2x_get_mac_permanent() 317 1U, 10000U); in aq_fw2x_update_stats() [all …]
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_param.c | 19 #define OPTION_UNSET -1 21 #define OPTION_ENABLED 1 30 static int x[ATL1E_MAX_NIC + 1] = ATL1E_PARAM_INIT; \ 53 #define ATL1E_MAX_RX_MEM_SIZE 1024 /* 1MB */ 61 * - 1 - only link at 100Mbps Full Duplex 62 * - 2 - only link at 100Mbps Half Duplex 63 * - 3 - only link at 10Mbps Full Duplex 64 * - 4 - only link at 10Mbps Half Duplex 156 return -1; in atl1e_validate_option()
|