Sign in
android-kvm
/
linux
/
7f6ff935f74e8bb3257314f7e31182b6ad96198a
/
drivers
/
scsi
/
isci
/
remote_node_context.c
d2d480f
scsi: isci: remote_node_context: Demote kernel-doc abuse
by Lee Jones
· 3 years, 10 months ago
ad27604
scsi: isci: remote_node_context: Fix one function header and demote a couple more
by Lee Jones
· 3 years, 10 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
87be32b3
scsi: isci: remote_node_context: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
5cfa2a3
scsi: isci: avoid array subscript warning
by Arnd Bergmann
· 8 years ago
99c7b6a
scsi: isci: fix spelling mistakes in dev_warn messages
by Colin Ian King
· 8 years ago
de2eb4d
isci: End the RNC resumption wait when the RNC is destroyed.
by Jeff Skirvin
· 13 years ago
6c6aacb
isci: Fixed RNC bug that lost the suspension or resumption during destroy
by Jeff Skirvin
· 13 years ago
79cbab8
isci: Fix RNC AWAIT_SUSPENSION->INVALIDATING transition.
by Jeff Skirvin
· 13 years ago
1f05388
isci: Don't wait for an RNC suspend if it's being destroyed.
by Jeff Skirvin
· 13 years ago
8c73188
isci: Added timeouts to RNC suspensions in the abort path.
by Jeff Skirvin
· 13 years ago
d76689e
isci: Fix RNC suspend call for SCI_RESUMING state.
by Jeff Skirvin
· 13 years ago
0c3ce38
isci: When in the abort path, defeat other resume calls until done.
by Jeff Skirvin
· 13 years ago
31a38ef
isci: Implement waiting for suspend in the abort path.
by Jeff Skirvin
· 13 years ago
9608b64
isci: Manage the LLHANG timer enable/disable per-device.
by Jeff Skirvin
· 13 years ago
447bfbc
isci: Save the suspension hint for upcoming suspensions.
by Jeff Skirvin
· 13 years ago
c94fc1a
isci: Distinguish between remote device suspension cases
by Jeff Skirvin
· 13 years ago
aa20d93
isci: All pending TCs are terminated when the RNC is invalidated.
by Jeff Skirvin
· 13 years ago
59e3539
isci: Add suspension cases for RNC INVALIDATING, POSTING states.
by Jeff Skirvin
· 13 years ago
14aaa9f
isci: Redesign device suspension, abort, cleanup.
by Jeff Skirvin
· 13 years ago
726980d
isci: Terminate outstanding TCs on TX/RX RNC suspensions.
by Jeff Skirvin
· 13 years ago
ac78ed0
isci: Handle all suspending TC completions
by Jeff Skirvin
· 13 years ago
56d7c01
isci: Fixed bug in resumption from RNC Tx/Rx suspend state.
by Jeff Skirvin
· 13 years ago
6f48844
isci: Manage the link layer hang detect timer for RNC suspensions.
by Jeff Skirvin
· 13 years ago
11cc5183
isci: kill ->is_direct_attached
by Dan Williams
· 13 years ago
14e99b4
isci: improve 'invalid state' warnings
by Dan Williams
· 13 years ago
d7a0ccd
[SCSI] isci: debug, provide state-enum-to-string conversions
by Dan Williams
· 13 years ago
34a9915
isci: kill 'get/set' macros
by Dan Williams
· 14 years ago
89a7301
isci: retire scic_sds_ and scic_ prefixes
by Dan Williams
· 14 years ago
d9dcb4b
isci: unify isci_host and scic_sds_controller
by Dan Williams
· 14 years ago
78a6f06
isci: unify isci_remote_device and scic_sds_remote_device
by Dan Williams
· 14 years ago
5076a1a
isci: unify isci_request and scic_sds_request
by Dan Williams
· 14 years ago
fd53660
isci: Explicitly decode remote node ready and suspended states
by Jeff Skirvin
· 14 years ago
12ef654
isci: additional state machine cleanup
by Edmund Nadolski
· 14 years ago
e301370
isci: state machine cleanup
by Edmund Nadolski
· 14 years ago
9269e0e
isci: add some type safety to the state machine interface
by Dan Williams
· 14 years ago
f34d9e5
isci: unify rnc start{io|task} handlers
by Dan Williams
· 14 years ago
ed3efb7
isci: unify rnc suspend/resume handlers
by Dan Williams
· 14 years ago
c845ae9
isci: unify rnc destruct handlers
by Dan Williams
· 14 years ago
338e386
isci: unify rnc event handlers
by Dan Williams
· 14 years ago
e2f8db50
isci: uplevel port infrastructure
by Dan Williams
· 14 years ago
f1f52e7
isci: uplevel request infrastructure
by Dan Williams
· 14 years ago
3bff9d5
isci: uplevel state machine
by Dan Williams
· 14 years ago
cc9203b
isci: move core/controller to host
by Dan Williams
· 14 years ago
a98a742
isci: rnc state machine table c99 conversion
by Jacek Danecki
· 14 years ago
af23e85
isci: Removed sci_base_object from scic_sds_remote_node_context.
by Maciej Patelczyk
· 14 years ago
9a0fff7
isci: Removed struct sci_base_object from state machine.
by Maciej Patelczyk
· 14 years ago
1f4fa1f
isci: remove scic_sds_remote_device_get_port_index
by Dan Williams
· 14 years ago
a3d568f0
isci: remove usage of sci_sas_address in scic_sds_remote_device
by Dan Williams
· 14 years ago
00d680e
isci: kill smp_discover_response
by Dan Williams
· 14 years ago
a1a113b
isci: kill smp_discover_response_protocols in favor of domain_device.dev_type
by Dan Williams
· 14 years ago
88f3b62
isci: move remote_device handling out of the core
by Dan Williams
· 14 years ago
[Renamed (99%) from drivers/scsi/isci/core/scic_sds_remote_node_context.c]
9614395
isci: remove rnc->device back pointer
by Dan Williams
· 14 years ago
e2023b8
isci: replace this_* and the_* variables with more meaningful names
by Dave Jiang
· 14 years ago
35173d5
isci: namespacecheck cleanups
by Dan Williams
· 14 years ago
2462146
isci: Move transport layer registers from port to phy
by Henryk Dembkowski
· 14 years ago
7fbafaa
isci: remote device and node cleanup step1
by Henryk Dembkowski
· 14 years ago
6f231dd
isci: Intel(R) C600 Series Chipset Storage Control Unit Driver
by Dan Williams
· 14 years ago