Home
last modified time | relevance | path

Searched full:speeds (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dethtool.sh55 # 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 …]
Dethtool_lib.sh116 check_err 1 "cannot check different speeds. There are not enough speeds"
/Linux-v5.15/drivers/net/phy/
Dphy_led_triggers.c87 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()
Dphy.c191 * 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/
Ddpmac.h93 /* 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/
Dpc87427.rst38 Fan rotation speeds are reported as 14-bit values from a gated clock
39 signal. Speeds down to 83 RPM can be measured.
Dmax31790.rst22 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
Dadm1026.rst57 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.
Demc2103.rst23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Demc6w201.rst36 temperatures and fan speeds. Limits can be changed. Alarms are not
Df71805f.rst113 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
Dw83l786ng.rst38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
/Linux-v5.15/arch/mips/lantiq/
Dclk.h12 /* clock speeds */
45 /* clock out speeds */
/Linux-v5.15/Documentation/devicetree/bindings/thermal/
Dthermal-cooling-devices.yaml32 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/
Du_audio.h61 /* 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/
Dt4vf_common.h150 /* 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/
DKconfig12 hardware speeds (before hardware was capable of routing ipv4 packets),
/Linux-v5.15/Documentation/devicetree/bindings/mmc/
Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
/Linux-v5.15/drivers/phy/hisilicon/
DKconfig52 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/
Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/Linux-v5.15/drivers/cpufreq/
Dspeedstep-lib.h39 /* detect the low and high speeds of the processor. The callback
/Linux-v5.15/Documentation/devicetree/bindings/i2c/
Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.
/Linux-v5.15/drivers/net/ethernet/atheros/atlx/
Datlx.h415 * 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/
Dopp.rst308 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/
Dkn02-irq.c19 * meaning. Hence we use a cache. It speeds up things a bit

12345678910>>...16