| /kernel/linux/linux-5.10/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 | 82 check_err 1 "cannot check different speeds. There are not enough speeds"
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| D | umc8672.c | 57 * Default speeds. These can be changed with "auto-tune" and/or hdparm. 59 #define UMC_DRIVE0 1 /* DOS measured drive speeds */ 86 static void umc_set_speeds(u8 speeds[]) in umc_set_speeds() argument 92 out_umc(0xd7, (speedtab[0][speeds[2]] | (speedtab[0][speeds[3]]<<4))); in umc_set_speeds() 93 out_umc(0xd6, (speedtab[0][speeds[0]] | (speedtab[0][speeds[1]]<<4))); in umc_set_speeds() 96 tmp = (tmp << 2) | speedtab[1][speeds[i]]; in umc_set_speeds() 99 out_umc(0xd0 + i, speedtab[2][speeds[i]]); in umc_set_speeds() 100 out_umc(0xd8 + i, speedtab[2][speeds[i]]); in umc_set_speeds() 104 printk("umc8672: drive speeds [0 to 11]: %d %d %d %d\n", in umc_set_speeds() 105 speeds[0], speeds[1], speeds[2], speeds[3]); in umc_set_speeds()
|
| D | Kconfig | 359 speeds and to configure the chip to optimum performance. 383 change PIO, DMA and UDMA speeds and to configure the chip to 392 This allows the kernel to change PIO, DMA and UDMA speeds 506 This allows the kernel to change PIO, DMA and UDMA speeds and to 632 This allows the kernel to change PIO, DMA and UDMA speeds and to 796 I/O speeds to be set as well. 807 of the DTC-2278 card, and permits faster I/O speeds to be set as 818 of the Holtek card, and permits faster I/O speeds to be set as well. 828 boot parameter. It permits faster I/O speeds to be set. See the 839 of the UMC-8672, and permits faster I/O speeds to be set as well.
|
| /kernel/linux/linux-6.6/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"
|
| /kernel/linux/linux-6.6/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 | 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 …]
|
| /kernel/linux/linux-5.10/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() 122 speeds[i]); in phy_led_triggers_register()
|
| D | phy.c | 225 * phy_supported_speeds - return all speeds currently supported by a phy device 226 * @phy: The phy device to return supported speeds of. 227 * @speeds: buffer to store supported speeds in. 228 * @size: size of speeds buffer. 230 * Description: Returns the number of supported speeds, and fills the speeds 231 * buffer with the supported speeds. If speeds buffer is too small to contain 232 * all currently supported speeds, will return as many speeds as can fit. 235 unsigned int *speeds, in phy_supported_speeds() argument 238 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds() 260 * Description: Make sure the PHY is set to supported speeds and [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 2800 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local 2815 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2817 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2819 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2822 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2824 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2826 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2828 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed() 2831 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2833 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpmac.h | 108 * Advertised link speeds 127 * @supported: Speeds capability of the phy (bitmap) 128 * @advertising: Speeds that are advertised for autoneg (bitmap)
|
| /kernel/linux/linux-6.6/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)
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/mips/lantiq/ |
| D | clk.h | 12 /* clock speeds */ 45 /* clock out speeds */
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| D | u_audio.h | 35 /* Max packet size for all in_ep possible speeds */ 37 /* Max packet size for all out_ep possible speeds */
|
| /kernel/linux/linux-6.6/arch/mips/lantiq/ |
| D | clk.h | 12 /* clock speeds */ 45 /* clock out speeds */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_sriov.c | 99 /* Virtchnl speeds are not defined for every speed supported in in ice_conv_link_speed_to_virtchnl() 102 * resolved to the closest known virtchnl speeds in ice_conv_link_speed_to_virtchnl()
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/power/ |
| 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);
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|