-
- Downloads
isci: retire scic_sds_ and scic_ prefixes
The distinction between scic_sds_ scic_ and sci_ are no longer relevant so just unify the prefixes on sci_. The distinction between isci_ and sci_ is historically significant, and useful for comparing the old 'core' to the current Linux driver. 'sci_' represents the former core as well as the routines that are closer to the hardware and protocol than their 'isci_' brethren. sci == sas controller interface. Also unwind the 'sds1' out of the parameter structs. Reported-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Dan Williams <dan.j.williams@intel.com>
Showing
- drivers/scsi/isci/host.c 281 additions, 461 deletionsdrivers/scsi/isci/host.c
- drivers/scsi/isci/host.h 45 additions, 48 deletionsdrivers/scsi/isci/host.h
- drivers/scsi/isci/init.c 2 additions, 2 deletionsdrivers/scsi/isci/init.c
- drivers/scsi/isci/isci.h 3 additions, 3 deletionsdrivers/scsi/isci/isci.h
- drivers/scsi/isci/phy.c 151 additions, 234 deletionsdrivers/scsi/isci/phy.c
- drivers/scsi/isci/phy.h 35 additions, 35 deletionsdrivers/scsi/isci/phy.h
- drivers/scsi/isci/port.c 207 additions, 344 deletionsdrivers/scsi/isci/port.c
- drivers/scsi/isci/port.h 31 additions, 37 deletionsdrivers/scsi/isci/port.h
- drivers/scsi/isci/port_config.c 66 additions, 66 deletionsdrivers/scsi/isci/port_config.c
- drivers/scsi/isci/probe_roms.c 3 additions, 13 deletionsdrivers/scsi/isci/probe_roms.c
- drivers/scsi/isci/probe_roms.h 7 additions, 31 deletionsdrivers/scsi/isci/probe_roms.h
- drivers/scsi/isci/remote_device.c 150 additions, 150 deletionsdrivers/scsi/isci/remote_device.c
- drivers/scsi/isci/remote_device.h 43 additions, 47 deletionsdrivers/scsi/isci/remote_device.h
- drivers/scsi/isci/remote_node_context.c 90 additions, 108 deletionsdrivers/scsi/isci/remote_node_context.c
- drivers/scsi/isci/remote_node_context.h 15 additions, 15 deletionsdrivers/scsi/isci/remote_node_context.h
- drivers/scsi/isci/remote_node_table.c 57 additions, 57 deletionsdrivers/scsi/isci/remote_node_table.c
- drivers/scsi/isci/remote_node_table.h 8 additions, 8 deletionsdrivers/scsi/isci/remote_node_table.h
- drivers/scsi/isci/request.c 180 additions, 180 deletionsdrivers/scsi/isci/request.c
- drivers/scsi/isci/request.h 26 additions, 26 deletionsdrivers/scsi/isci/request.h
- drivers/scsi/isci/sata.c 2 additions, 2 deletionsdrivers/scsi/isci/sata.c
Loading
Please register or sign in to comment