summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/host.h
diff options
context:
space:
mode:
authorJeff Skirvin <jeffrey.d.skirvin@intel.com>2012-03-04 12:44:53 +0000
committerDan Williams <dan.j.williams@intel.com>2012-05-17 14:33:44 -0700
commitf8381807ebdfffa34c2c5aa38eda33673d1a7adf (patch)
treee91cfb2d072f416fa5c5b72acb267e4945fffe94 /drivers/scsi/isci/host.h
parent397497dd61948b0d59d1d21812b93c97b0eeb2dd (diff)
downloadop-kernel-dev-f8381807ebdfffa34c2c5aa38eda33673d1a7adf.zip
op-kernel-dev-f8381807ebdfffa34c2c5aa38eda33673d1a7adf.tar.gz
isci: Remove obviated host callback list.
Since the callbacks to libsas now occur under scic_lock, there is no longer any reason to save the completed requests in a separate list for completion to libsas. Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/host.h')
-rw-r--r--drivers/scsi/isci/host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h
index eaa13c0..8e8b463 100644
--- a/drivers/scsi/isci/host.h
+++ b/drivers/scsi/isci/host.h
@@ -204,7 +204,6 @@ struct isci_host {
unsigned long flags;
wait_queue_head_t eventq;
struct tasklet_struct completion_tasklet;
- struct list_head requests_to_complete;
spinlock_t scic_lock;
struct isci_request *reqs[SCI_MAX_IO_REQUESTS];
struct isci_remote_device devices[SCI_MAX_REMOTE_DEVICES];
@@ -473,6 +472,7 @@ void isci_host_scan_start(struct Scsi_Host *);
u16 isci_alloc_tag(struct isci_host *ihost);
enum sci_status isci_free_tag(struct isci_host *ihost, u16 io_tag);
void isci_tci_free(struct isci_host *ihost, u16 tci);
+void ireq_done(struct isci_host *ihost, struct isci_request *ireq, struct sas_task *task);
int isci_host_init(struct isci_host *);
void isci_host_completion_routine(unsigned long data);
OpenPOWER on IntegriCloud