aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_node_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-29scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2016-11-14scsi: isci: fix spelling mistakes in dev_warn messagesColin Ian King1-2/+2
2012-05-17isci: End the RNC resumption wait when the RNC is destroyed.Jeff Skirvin1-0/+4
2012-05-17isci: Fixed RNC bug that lost the suspension or resumption during destroyJeff Skirvin1-58/+38
2012-05-17isci: Fix RNC AWAIT_SUSPENSION->INVALIDATING transition.Jeff Skirvin1-5/+13
2012-05-17isci: Don't wait for an RNC suspend if it's being destroyed.Jeff Skirvin1-0/+5
2012-05-17isci: Added timeouts to RNC suspensions in the abort path.Jeff Skirvin1-4/+4
2012-05-17isci: Fix RNC suspend call for SCI_RESUMING state.Jeff Skirvin1-8/+4
2012-05-17isci: When in the abort path, defeat other resume calls until done.Jeff Skirvin1-46/+80
2012-05-17isci: Implement waiting for suspend in the abort path.Jeff Skirvin1-0/+21
2012-05-17isci: Manage the LLHANG timer enable/disable per-device.Jeff Skirvin1-2/+1
2012-05-17isci: Save the suspension hint for upcoming suspensions.Jeff Skirvin1-9/+7
2012-05-17isci: Distinguish between remote device suspension casesJeff Skirvin1-6/+13
2012-05-17isci: All pending TCs are terminated when the RNC is invalidated.Jeff Skirvin1-2/+2
2012-05-17isci: Add suspension cases for RNC INVALIDATING, POSTING states.Jeff Skirvin1-48/+97
2012-05-17isci: Redesign device suspension, abort, cleanup.Jeff Skirvin1-17/+6
2012-05-17isci: Terminate outstanding TCs on TX/RX RNC suspensions.Jeff Skirvin1-0/+56
2012-05-17isci: Handle all suspending TC completionsJeff Skirvin1-23/+51
2012-05-17isci: Fixed bug in resumption from RNC Tx/Rx suspend state.Jeff Skirvin1-5/+7
2012-05-17isci: Manage the link layer hang detect timer for RNC suspensions.Jeff Skirvin1-1/+14
2012-05-17isci: kill ->is_direct_attachedDan Williams1-19/+8
2012-05-17isci: improve 'invalid state' warningsDan Williams1-13/+20
2012-02-29[SCSI] isci: debug, provide state-enum-to-string conversionsDan Williams1-11/+8
2011-07-03isci: kill 'get/set' macrosDan Williams1-1/+1
2011-07-03isci: retire scic_sds_ and scic_ prefixesDan Williams1-108/+90
2011-07-03isci: unify isci_host and scic_sds_controllerDan Williams1-7/+7
2011-07-03isci: unify isci_remote_device and scic_sds_remote_deviceDan Williams1-24/+24
2011-07-03isci: unify isci_request and scic_sds_requestDan Williams1-2/+2
2011-07-03isci: Explicitly decode remote node ready and suspended statesJeff Skirvin1-2/+13
2011-07-03isci: additional state machine cleanupEdmund Nadolski1-6/+2
2011-07-03isci: state machine cleanupEdmund Nadolski1-84/+70
2011-07-03isci: add some type safety to the state machine interfaceDan Williams1-22/+17
2011-07-03isci: unify rnc start{io|task} handlersDan Williams1-263/+43
2011-07-03isci: unify rnc suspend/resume handlersDan Williams1-210/+96
2011-07-03isci: unify rnc destruct handlersDan Williams1-70/+36
2011-07-03isci: unify rnc event handlersDan Williams1-257/+108
2011-07-03isci: uplevel port infrastructureDan Williams1-1/+0
2011-07-03isci: uplevel request infrastructureDan Williams1-1/+0
2011-07-03isci: uplevel state machineDan Williams1-1/+1
2011-07-03isci: move core/controller to hostDan Williams1-2/+1
2011-07-03isci: rnc state machine table c99 conversionJacek Danecki1-67/+57
2011-07-03isci: Removed sci_base_object from scic_sds_remote_node_context.Maciej Patelczyk1-24/+9
2011-07-03isci: Removed struct sci_base_object from state machine.Maciej Patelczyk1-14/+8
2011-07-03isci: remove scic_sds_remote_device_get_port_indexDan Williams1-6/+4
2011-07-03isci: remove usage of sci_sas_address in scic_sds_remote_deviceDan Williams1-3/+5
2011-07-03isci: kill smp_discover_responseDan Williams1-2/+3
2011-07-03isci: kill smp_discover_response_protocols in favor of domain_device.dev_typeDan Williams1-41/+22
2011-07-03isci: move remote_device handling out of the coreDan Williams1-0/+1226