linux/drivers/scsi/isci
Dan Williams 8f31550c77 isci: phy state machine cleanup step1
c99 the struct initializers:
	1/ allows grep to consistently show method name associations.  The
	   naming is mostly consistent (except when it isn't) so this guarantees
	   coverage of present and future exception cases.
	2/ let's the compiler guarantee that the state table array entry
	   correlates with an actual state name and detect accidental reordering or
	   deletion of states.
	/ allows default handler's to be identified easily

Signed-off-by: Jacek Danecki <Jacek.Danecki@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2011-07-03 03:55:27 -07:00
..
core isci: phy state machine cleanup step1 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