linux_dsm_epyc7002/drivers/scsi/isci
Edmund Nadolski e301370ac5 isci: state machine cleanup
This cleans up several areas of the state machine mechanism:

 o Rename sci_base_state_machine_change_state to sci_change_state
 o Remove sci_base_state_machine_get_state function
 o Rename 'state_machine' struct member to 'sm' in client structs
 o Shorten the name of request states
 o Shorten state machine state names as follows:
        SCI_BASE_CONTROLLER_STATE_xxx to SCIC_xxx
        SCI_BASE_PHY_STATE_xxx to SCI_PHY_xxx
        SCIC_SDS_PHY_STARTING_SUBSTATE_xxx to SCI_PHY_SUB_xxx
        SCI_BASE_PORT_STATE_xxx to SCI_PORT_xxx and
        SCIC_SDS_PORT_READY_SUBSTATE_xxx to SCI_PORT_SUB_xxx
        SCI_BASE_REMOTE_DEVICE_STATE_xxx to SCI_DEV_xxx
        SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_xxx to SCI_STP_DEV_xxx
        SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATE_xxx to SCI_SMP_DEV_xxx
        SCIC_SDS_REMOTE_NODE_CONTEXT_xxx_STATE to SCI_RNC_xxx

Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2011-07-03 04:04:50 -07:00
..
firmware isci: namespacecheck cleanups 2011-07-03 04:00:36 -07:00
host.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
host.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
init.c isci: move core/controller to host 2011-07-03 04:04:47 -07:00
isci.h isci: replace isci_timer list with proper embedded timers 2011-07-03 04:04:49 -07:00
Makefile isci: remove isci_timer interface 2011-07-03 04:04:50 -07:00
phy.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
phy.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
pool.h isci: move core/controller to host 2011-07-03 04:04:47 -07:00
port_config.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
port.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
port.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
probe_roms.c isci: Retrieve the EFI variable for OEM parameter 2011-07-03 04:04:50 -07:00
probe_roms.h isci: Retrieve the EFI variable for OEM parameter 2011-07-03 04:04:50 -07:00
registers.h isci: uplevel register hardware data structures and unsolicited frame handling 2011-07-03 04:04:47 -07:00
remote_device.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
remote_device.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
remote_node_context.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
remote_node_context.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
remote_node_table.c isci: uplevel request infrastructure 2011-07-03 04:04:47 -07:00
remote_node_table.h isci: unify constants 2011-07-03 04:04:47 -07:00
request.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
request.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
sas.h isci: removing intel_*.h headers 2011-07-03 04:04:46 -07:00
sata.c isci: uplevel request infrastructure 2011-07-03 04:04:47 -07:00
sata.h isci: Convert ATA defines to Linux native defines 2011-07-03 04:04:46 -07:00
scu_completion_codes.h isci: uplevel register hardware data structures and unsolicited frame handling 2011-07-03 04:04:47 -07:00
scu_event_codes.h isci: uplevel register hardware data structures and unsolicited frame handling 2011-07-03 04:04:47 -07:00
scu_remote_node_context.h isci: move remote_device handling out of the core 2011-07-03 04:00:38 -07:00
scu_task_context.h isci: uplevel register hardware data structures and unsolicited frame handling 2011-07-03 04:04:47 -07:00
scu_unsolicited_frame.h isci: uplevel register hardware data structures and unsolicited frame handling 2011-07-03 04:04:47 -07:00
state_machine.c isci: state machine cleanup 2011-07-03 04:04:50 -07:00
state_machine.h isci: state machine cleanup 2011-07-03 04:04:50 -07:00
task.c isci: Removing unused variables compiler warnings 2011-07-03 04:04:50 -07:00
task.h isci: Remove tmf timeout_timer 2011-07-03 04:04:50 -07:00
unsolicited_frame_control.c isci: uplevel request infrastructure 2011-07-03 04:04:47 -07:00
unsolicited_frame_control.h isci: uplevel register hardware data structures and unsolicited frame handling 2011-07-03 04:04:47 -07:00