| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool.sh | 56 # Check that when each of the reported speeds is forced, the links come 78 # Test that when we force different speeds, links are not up and ping 92 check_fail $? "ping with different speeds" 94 log_test "force of different speeds autoneg off" 181 # Test that when one device advertises a subset of speeds and another 190 log_test "advertise subset of speeds" 195 # Check only speeds that h1 advertised. Remove the first speed. 219 # Test that when one device advertises a subset of speeds, the other 260 # Test that when we configure links to advertise different speeds, 264 local -a speeds=($(different_speeds_get $h1 $h2 1 1)) [all …]
|
| H A D | ethtool_lib.sh | 116 check_err 1 "cannot check different speeds. There are not enough speeds"
|
| /linux/drivers/net/phy/ |
| H A D | phy_led_triggers.c | 89 unsigned int speeds[50]; in phy_led_triggers_register() local 91 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register() 92 ARRAY_SIZE(speeds)); in phy_led_triggers_register() 115 speeds[i], in phy_led_triggers_register() 116 phy_speed_to_str(speeds[i])); in phy_led_triggers_register()
|
| H A D | phy.c | 217 * phy_supported_speeds - return all speeds currently supported by a phy device 218 * @phy: The phy device to return supported speeds of. 219 * @speeds: buffer to store supported speeds in. 220 * @size: size of speeds buffer. 222 * Description: Returns the number of supported speeds, and fills the speeds 223 * buffer with the supported speeds. If speeds buffer is too small to contain 224 * all currently supported speeds, wil 227 phy_supported_speeds(struct phy_device * phy,unsigned int * speeds,unsigned int size) phy_supported_speeds() argument [all...] |
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_ct.c | 2813 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local 2828 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2830 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2832 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2835 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2837 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2839 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2841 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed() 2844 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2846 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() [all …]
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpmac.h | 93 /* Advertised link speeds */ 109 * @supported: Speeds capability of the phy (bitmap) 110 * @advertising: Speeds that are advertised for autoneg (bitmap)
|
| /linux/Documentation/hwmon/ |
| H A D | pc87427.rst | 38 Fan rotation speeds are reported as 14-bit values from a gated clock 39 signal. Speeds down to 83 RPM can be measured.
|
| H A D | adm1026.rst | 57 Fan rotation speeds are reported in RPM (rotations per minute) but measured 84 divisor. It can take as long as 1.5 seconds to measure all fan speeds.
|
| H A D | aquacomputer_d5next.rst | 32 speed (in RPM), power, voltage and current. Temperature offsets and fan speeds 69 and fan IC. It also exposes pump and fan speeds (in RPM), voltages, as well as pump
|
| H A D | f71805f.rst | 113 Fan rotation speeds are reported as 12-bit values from a gated clock 114 signal. Speeds down to 366 RPM can be measured. There is no theoretical
|
| H A D | emc2103.rst | 23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | nct6775.rst | 119 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is 253 higher fan speeds with increasing temperature. The last data point reflects
|
| H A D | emc6w201.rst | 36 temperatures and fan speeds. Limits can be changed. Alarms are not
|
| /linux/arch/mips/lantiq/ |
| H A D | clk.h | 12 /* clock speeds */ 45 /* clock out speeds */
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | opp.rst | 277 speeds = kcalloc(num_available, sizeof(u32), GFP_KERNEL); 281 speeds[i] = freq; 287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| H A D | thermal-cooling-devices.yaml | 32 dissipated heat, e.g. regulating fan speeds. 37 different fan speeds possible. Cooling states are referred to by single
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | t4vf_common.h | 150 /* Return true if the Link Configuration supports "High Speeds" (those greater 155 fw_port_cap32_t speeds, high_speeds; in is_x_10g_port() local 157 speeds = FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_G(lc->pcaps)); in is_x_10g_port() 159 speeds & ~(FW_PORT_CAP32_SPEED_100M | FW_PORT_CAP32_SPEED_1G); in is_x_10g_port()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_audio.h | 70 /* Max packet size for all in_ep possible speeds */ 72 /* Max packet size for all out_ep possible speeds */
|
| /linux/net/mpls/ |
| H A D | Kconfig | 12 hardware speeds (before hardware was capable of routing ipv4 packets),
|
| /linux/Documentation/power/ |
| H A D | opp.rst | 308 speeds = kcalloc(num_available, sizeof(u32), GFP_KERNEL); 312 speeds[i] = freq; 318 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atlx.h | 415 * all speeds. 466 #define AUTONEG_ADVERTISE_10_100_ALL 0x000F /* All 10/100 speeds */ 467 #define AUTONEG_ADVERTISE_10_ALL 0x0003 /* 10Mbps Full & Half speeds */
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
| /linux/Documentation/networking/ |
| H A D | eql.rst | 284 A single line running at the lower speeds and with large packets 286 speeds (as predicted by the Cirrus databook) to an aggregate of 293 speeds. Once established, the connection seemed robust enough.)
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | |
| /linux/drivers/phy/hisilicon/ |
| H A D | Kconfig | 62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|