isci: unify isci_port and scic_sds_port
Remove the distinction between these two implementations and unify on isci_port (local instances named iport). The duplicate '->owning_port' and '->isci_port' in both isci_phy and isci_remote_device will be fixed in a later patch... this is just the straightforward rename/unification. Reported-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Dan Williams <dan.j.williams@intel.com>
Showing
- drivers/scsi/isci/host.c 16 additions, 16 deletionsdrivers/scsi/isci/host.c
- drivers/scsi/isci/host.h 5 additions, 6 deletionsdrivers/scsi/isci/host.h
- drivers/scsi/isci/phy.c 5 additions, 5 deletionsdrivers/scsi/isci/phy.c
- drivers/scsi/isci/phy.h 5 additions, 5 deletionsdrivers/scsi/isci/phy.h
- drivers/scsi/isci/port.c 305 additions, 317 deletionsdrivers/scsi/isci/port.c
- drivers/scsi/isci/port.h 51 additions, 123 deletionsdrivers/scsi/isci/port.h
- drivers/scsi/isci/port_config.c 47 additions, 52 deletionsdrivers/scsi/isci/port_config.c
- drivers/scsi/isci/remote_device.c 30 additions, 31 deletionsdrivers/scsi/isci/remote_device.c
- drivers/scsi/isci/remote_device.h 1 addition, 9 deletionsdrivers/scsi/isci/remote_device.h
- drivers/scsi/isci/request.c 16 additions, 17 deletionsdrivers/scsi/isci/request.c
Loading
Please register or sign in to comment