/Linux-v5.15/tools/testing/selftests/net/forwarding/ |
D | ethtool.sh | 55 # 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" 182 # Test that when one device advertises a subset of speeds and another 191 log_test "advertise subset of speeds" 196 # Check only speeds that h1 advertised. Remove the first speed. 211 log_test "advertise subset of speeds" 221 # Test that when one device advertises a subset of speeds, the other 262 # Test that when we configure links to advertise different speeds, [all …]
|
D | ethtool_lib.sh | 116 check_err 1 "cannot check different speeds. There are not enough speeds"
|
/Linux-v5.15/drivers/net/phy/ |
D | phy_led_triggers.c | 87 unsigned int speeds[50]; in phy_led_triggers_register() local 89 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register() 90 ARRAY_SIZE(speeds)); in phy_led_triggers_register() 117 speeds[i], in phy_led_triggers_register() 118 phy_speed_to_str(speeds[i])); in phy_led_triggers_register()
|
D | phy.c | 191 * phy_supported_speeds - return all speeds currently supported by a phy device 192 * @phy: The phy device to return supported speeds of. 193 * @speeds: buffer to store supported speeds in. 194 * @size: size of speeds buffer. 196 * Description: Returns the number of supported speeds, and fills the speeds 197 * buffer with the supported speeds. If speeds buffer is too small to contain 198 * all currently supported speeds, will return as many speeds as can fit. 201 unsigned int *speeds, in phy_supported_speeds() argument 204 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds() 226 * Description: Make sure the PHY is set to supported speeds and [all …]
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
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-v5.15/Documentation/hwmon/ |
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.
|
D | max31790.rst | 22 The MAX31790 controls the speeds of up to six fans using six independent 23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
|
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.
|
D | emc2103.rst | 23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
D | emc6w201.rst | 36 temperatures and fan speeds. Limits can be changed. Alarms are not
|
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
|
D | w83l786ng.rst | 38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
|
/Linux-v5.15/arch/mips/lantiq/ |
D | clk.h | 12 /* clock speeds */ 45 /* clock out speeds */
|
/Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
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-v5.15/drivers/usb/gadget/function/ |
D | u_audio.h | 61 /* Max packet size for all in_ep possible speeds */ 63 /* Max packet size for all out_ep possible speeds */
|
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/ |
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-v5.15/net/mpls/ |
D | Kconfig | 12 hardware speeds (before hardware was capable of routing ipv4 packets),
|
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
/Linux-v5.15/drivers/phy/hisilicon/ |
D | Kconfig | 52 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/ |
D | gpio-fan.txt | 9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
|
/Linux-v5.15/drivers/cpufreq/ |
D | speedstep-lib.h | 39 /* detect the low and high speeds of the processor. The callback
|
/Linux-v5.15/Documentation/devicetree/bindings/i2c/ |
D | i2c-exynos5.txt | 4 at various speeds ranging from 100khz to 3.4Mhz.
|
/Linux-v5.15/drivers/net/ethernet/atheros/atlx/ |
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-v5.15/Documentation/power/ |
D | opp.rst | 308 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL); 312 speeds[i] = freq; 318 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
|
/Linux-v5.15/arch/mips/dec/ |
D | kn02-irq.c | 19 * meaning. Hence we use a cache. It speeds up things a bit
|