linux-kernel-test/drivers/scsi/isci
Jacek Danecki d9def184b3 isci: Add support for user parameters in SCIC layer
Add support for the following parameters in SCIC:

     /**
       * This field specifies the NOTIFY (ENABLE SPIN UP) primitive
       * insertion frequency for this phy index.
       */
      u32  notify_enable_spin_up_insertion_frequency;

      /**
       * This method specifies the number of transmitted DWORDs within which
       * to transmit a single ALIGN primitive.  This value applies regardless
       * of what type of device is attached or connection state.  A value of
       * 0 indicates that no ALIGN primitives will be inserted.
       */
      u16  align_insertion_frequency;

      /**
       * This method specifies the number of transmitted DWORDs within which
       * to transmit 2 ALIGN primitives.  This applies for SAS connections
       * only.  A minimum value of 3 is required for this field.
       */
      u16  in_connection_align_insertion_frequency;

Signed-off-by: Krzysztof Wierzbicki <Krzysztof.Wierzbicki@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2011-07-03 03:55:27 -07:00
..
core isci: Add support for user parameters in SCIC layer 2011-07-03 03:55:27 -07:00
firmware
deprecated.c isci: kill SCI_IO_REQUEST_DATA_DIRECTION 2011-07-03 00:36:31 -07:00
events.c isci: remove SCI_INVALID_HANDLE 2011-07-03 00:36:31 -07:00
host.c isci: Move firmware loading to per PCI device 2011-07-03 03:55:27 -07:00
host.h isci: cleanup "starting" state handling 2011-07-03 03:55:27 -07:00
init.c isci: Move firmware loading to per PCI device 2011-07-03 03:55:27 -07:00
isci.h isci: Move firmware loading to per PCI device 2011-07-03 03:55:27 -07:00
Makefile
phy.c
phy.h
port.c isci: advertise linkrate 2011-07-03 03:55:27 -07:00
port.h
remote_device.c isci: debug fixes 2011-07-03 03:55:27 -07:00
remote_device.h
request.c isci: debug fixes 2011-07-03 03:55:27 -07:00
request.h isci: kill SCI_IO_REQUEST_DATA_DIRECTION 2011-07-03 00:36:31 -07:00
sata.c
sata.h
sci_environment.h
task.c isci: cleanup "starting" state handling 2011-07-03 03:55:27 -07:00
task.h
timers.c
timers.h