The Linux Kernel
5.19.0
  • The Linux kernel user’s and administrator’s guide
  • Kernel Build System
  • The Linux kernel firmware guide
  • Open Firmware and Devicetree
  • The Linux kernel user-space API guide
  • Working with the kernel development community
  • Development tools for the kernel
  • How to write kernel documentation
  • Kernel Hacking Guides
  • Linux Tracing Technologies
  • Kernel Maintainer Handbook
  • fault-injection
  • Kernel Livepatching
  • The Linux driver implementer’s API guide
  • Core API Documentation
  • locking
  • Accounting
  • Block
  • cdrom
  • Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
  • Frame Buffer
  • fpga
  • Human Interface Devices (HID)
  • I2C/SMBus Subsystem
  • Industrial I/O
  • ISDN
  • InfiniBand
  • LEDs
  • NetLabel
  • Networking
  • pcmcia
  • Power Management
  • TCM Virtual Device
  • timers
  • Serial Peripheral Interface (SPI)
  • 1-Wire Subsystem
  • Linux Watchdog Support
  • Linux Virtualization Support
  • The Linux Input Documentation
  • Linux Hardware Monitoring
  • Linux GPU Driver Developer’s Guide
  • Security Documentation
  • Linux Sound Subsystem Documentation
  • Linux Kernel Crypto API
  • Filesystems in the Linux kernel
  • Linux Memory Management Documentation
  • BPF Documentation
  • USB support
  • Linux PCI Bus Subsystem
  • Linux SCSI Subsystem
    • The 53c700 Driver Notes
    • AACRAID Driver for Linux (take two)
    • AdvanSys Driver Notes
    • Adaptec AHA-1520/1522 SCSI driver for Linux (aha152x)
    • Adaptec Ultra320 Family Manager Set
    • Adaptec Aic7xxx Fast -> Ultra160 Family Manager Set v7.0
    • ARECA FIRMWARE SPEC
    • Usage of IOP331 adapter
    • RS-232 Interface for Areca Raid Controller
    • Linux driver for Brocade FC/FCOE adapters
    • Operating FCoE using bnx2fc
    • BusLogic MultiMaster and FlashPoint SCSI Driver for Linux
    • Chelsio S3 iSCSI Driver for Linux
    • README file for the dc395x SCSI driver
    • Adaptec dpti driver
    • The BusLogic FlashPoint SCSI Driver
    • README file for the Linux g_NCR5380 driver
    • HPSA - Hewlett Packard Smart Array driver
    • Highpoint RocketRAID 3xxx/4xxx Adapter Driver (hptiop)
    • SAS Layer
    • Link Power Managent Policy
    • LPFC Driver Release Notes
    • Notes on Management Module
    • The Linux NCR53C8XX/SYM53C8XX drivers README file
    • WorkBiT NinjaSCSI-3/32Bi driver for Linux
    • Terse where to get ZIP Drive help info
    • Qlogic FASXXX Family Driver Notes
    • README for the SCSI media changer driver
    • SCSI EH
    • SCSI FC Tansport
    • Notes on Linux SCSI Generic (sg) driver
    • SCSI mid_level - lower_level driver interface
    • SCSI Kernel Parameters
    • SCSI subsystem documentation
    • Linux SCSI Disk Driver (sd) Parameters
    • SMARTPQI - Microchip Smart Storage SCSI driver
    • The SCSI Tape Driver
    • The sym53c500_cs Driver
    • The Linux SYM-2 driver documentation file
    • tcm_qla2xxx Driver Notes
    • Universal Flash Storage
    • Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards
    • SCSI RDMA (SRP) transport class diagram
  • Assorted Miscellaneous Devices Documentation
  • Linux Scheduler
  • MHI
  • Linux PECI Subsystem
  • Assembler Annotations
  • CPU Architectures
  • Kernel tools
  • Unsorted Documentation
  • Atomic Types
  • Atomic bitops
  • Memory Barriers
  • Translations
The Linux Kernel
  • »
  • Linux SCSI Subsystem »
  • Link Power Managent Policy
  • View page source

Link Power Managent Policy¶

This parameter allows the user to set the link (interface) power management. There are 3 possible options:

Value

Effect

min_power

Tell the controller to try to make the link use the least possible power when possible. This may sacrifice some performance due to increased latency when coming out of lower power states.

max_performance

Generally, this means no power management. Tell the controller to have performance be a priority over power management.

medium_power

Tell the controller to enter a lower power state when possible, but do not enter the lowest power state, thus improving latency over min_power setting.

Previous Next

© Copyright The kernel development community.

Built with Sphinx using a theme provided by Read the Docs.