aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_node_context.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-03isci: make function declaration match implementationDan Carpenter1-1/+1
2012-05-17isci: End the RNC resumption wait when the RNC is destroyed.Jeff Skirvin1-3/+3
2012-05-17isci: Don't wait for an RNC suspend if it's being destroyed.Jeff Skirvin1-0/+7
2012-05-17isci: Implement waiting for suspend in the abort path.Jeff Skirvin1-0/+3
2012-05-17isci: Save the suspension hint for upcoming suspensions.Jeff Skirvin1-3/+2
2012-05-17isci: Distinguish between remote device suspension casesJeff Skirvin1-2/+3
2012-05-17isci: Add suspension cases for RNC INVALIDATING, POSTING states.Jeff Skirvin1-3/+7
2012-05-17isci: Redesign device suspension, abort, cleanup.Jeff Skirvin1-1/+3
2012-05-17isci: Terminate outstanding TCs on TX/RX RNC suspensions.Jeff Skirvin1-0/+2
2012-05-17isci: Handle all suspending TC completionsJeff Skirvin1-4/+9
2012-02-29[SCSI] isci: debug, provide state-enum-to-string conversionsDan Williams1-54/+43
2011-07-03isci: kill 'get/set' macrosDan Williams1-3/+0
2011-07-03isci: retire scic_sds_ and scic_ prefixesDan Williams1-15/+15
2011-07-03isci: unify isci_remote_device and scic_sds_remote_deviceDan Williams1-1/+1
2011-07-03isci: unify isci_request and scic_sds_requestDan Williams1-3/+3
2011-07-03isci: additional state machine cleanupEdmund Nadolski1-1/+1
2011-07-03isci: state machine cleanupEdmund Nadolski1-9/+9
2011-07-03isci: unify rnc start{io|task} handlersDan Williams1-36/+4
2011-07-03isci: unify rnc suspend/resume handlersDan Williams1-24/+8
2011-07-03isci: unify rnc destruct handlersDan Williams1-10/+3
2011-07-03isci: unify rnc event handlersDan Williams1-13/+3
2011-07-03isci: uplevel state machineDan Williams1-2/+1
2011-07-03isci: rnc state machine table c99 conversionJacek Danecki1-4/+1
2011-07-03isci: Removed sci_base_object from scic_sds_remote_node_context.Maciej Patelczyk1-5/+0
2011-07-03isci: move remote_device handling out of the coreDan Williams1-0/+301