diff options
author | Bartek Nowakowski <bartek.nowakowski@intel.com> | 2012-01-04 04:33:20 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-01-16 02:45:43 -0500 |
commit | 7e629841b8f8f7bc84d74de994d748b0a3282225 (patch) | |
tree | 00c823b35c8c72f3b151c3eabef95255e59b4bc0 /drivers/scsi/isci/port.h | |
parent | d4ec1cf61fb081a9dde0c0e0b2d0201f4005f937 (diff) |
[SCSI] isci: enable wide port targets
Arrange for task_contexts prepared for the wide targets to account for
all the attached phys in the port.
Signed-off-by: Bartek Nowakowski <bartek.nowakowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/isci/port.h')
-rw-r--r-- | drivers/scsi/isci/port.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/isci/port.h b/drivers/scsi/isci/port.h index cb5ffbc38603..b3a7f12803f5 100644 --- a/drivers/scsi/isci/port.h +++ b/drivers/scsi/isci/port.h | |||
@@ -250,6 +250,10 @@ bool sci_port_link_detected( | |||
250 | struct isci_port *iport, | 250 | struct isci_port *iport, |
251 | struct isci_phy *iphy); | 251 | struct isci_phy *iphy); |
252 | 252 | ||
253 | enum sci_status sci_port_get_properties( | ||
254 | struct isci_port *iport, | ||
255 | struct sci_port_properties *prop); | ||
256 | |||
253 | enum sci_status sci_port_link_up(struct isci_port *iport, | 257 | enum sci_status sci_port_link_up(struct isci_port *iport, |
254 | struct isci_phy *iphy); | 258 | struct isci_phy *iphy); |
255 | enum sci_status sci_port_link_down(struct isci_port *iport, | 259 | enum sci_status sci_port_link_down(struct isci_port *iport, |