/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A 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 …]
|
H A D | ethtool_lib.sh | 116 check_err 1 "cannot check different speeds. There are not enough speeds"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | Mode.interface.yaml | 42 The system performs at the highest speeds while utilization is 43 high and performs at reduced speeds when the utilization is low. 46 The system performs at reduced speeds at all utilizations to 52 The system performs at reduced speeds at all utilizations to 60 speeds possible. This mode should be used when performance is 68 This value shall indicate the system performs at reduced speeds
|
/openbmc/linux/drivers/net/phy/ |
H A 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()
|
H A D | phy.c | 233 * phy_supported_speeds - return all speeds currently supported by a phy device 234 * @phy: The phy device to return supported speeds of. 235 * @speeds: buffer to store supported speeds in. 236 * @size: size of speeds buffer. 238 * Description: Returns the number of supported speeds, and fills the speeds 239 * buffer with the supported speeds. If speeds buffer is too small to contain 240 * all currently supported speeds, will return as many speeds as can fit. 243 unsigned int *speeds, in phy_supported_speeds() argument 246 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds() 268 * Description: Make sure the PHY is set to supported speeds and [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | fan_utils.robot | 120 Get Target And Blade Speeds 155 ... Get Target And Blade Speeds ${fan_name} 318 ... Get Target And Blade Speeds ${fan_name} 325 # Check the fan speeds in the BMC file system. 337 # Run the BMC command which gets fan speeds from the file system. 343 ${speeds}= Evaluate map(int, $stdout.split(${\n})) 344 Rpvars speeds 345 # Count the number of speeds > ${min_speed}. 347 FOR ${speed} IN @{speeds} 352 # speeds may be reported by hwmon as 0. That is expected, [all …]
|
/openbmc/docs/designs/ |
H A D | thermal-control-modes.md | 41 undetectable configuration that alters the fan floor speeds unrelated to 67 technique would not be reliable in adjusting the floor speeds for only 69 of raising floor speeds for configurations where its unnecessary.
|
/openbmc/qemu/scripts/ |
H A D | mtest2make.py | 17 self.speeds = ['quick'] 20 return [base if speed == 'quick' else f'{base}-{speed}' for speed in self.speeds] 62 suites[s].speeds.append('slow') 65 suites[s].speeds.append('thorough')
|
/openbmc/phosphor-fan-presence/docs/control/fanctl/ |
H A D | README.md | 41 - Get the current fan target and feedback speeds for all rotors 63 using RPM or PWM fan speeds, and sets them to the value provided): 75 - Get the current fan target and feedback speeds for all rotors:
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 2812 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local 2827 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2829 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2831 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2834 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2836 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2838 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2840 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed() 2843 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2845 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | maxim,max31790.yaml | 14 The MAX31790 controls the speeds of up to six fans using six 15 independent PWM outputs. The desired fan speeds (or PWM duty cycles)
|
/openbmc/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 | 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
|
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.
|
/openbmc/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)
|
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | board_k2l.c | 70 speed = get_max_dev_speed(speeds); in get_pll_init_data() 74 speed = get_max_arm_speed(speeds); in get_pll_init_data()
|
H A D | board_k2e.c | 50 int speeds[DEVSPEED_NUMSPDS] = { variable 79 speed = get_max_dev_speed(speeds); in get_pll_init_data()
|
H A D | board_k2hk.c | 82 speed = get_max_dev_speed(speeds); in get_pll_init_data() 86 speed = get_max_arm_speed(speeds); in get_pll_init_data()
|
/openbmc/linux/arch/mips/lantiq/ |
H A D | clk.h | 12 /* clock speeds */ 45 /* clock out speeds */
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | fsl,fman-dtsec.yaml | 15 10/100/1000 MBit/s speeds, and the 10-Gigabit Ethernet Media Access Controller 16 (10GEC) for 10 Gbit/s speeds. Later versions of FMan use the Multirate 17 Ethernet Media Access Controller (mEMAC) to handle all speeds.
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | tach.hpp | 54 * tach sensor change. Query initial tach speeds. 70 * Query the tach speeds.
|
/openbmc/linux/Documentation/translations/zh_CN/power/ |
H A D | opp.rst | 277 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL); 281 speeds[i] = freq; 287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
|
/openbmc/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
|
/openbmc/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 */
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | +-bmc-gbmcbrusb.network | 6 # USB speeds tend to be better than 100mbit (100 cost) but worse
|