aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/isci/host.h')
-rw-r--r--drivers/scsi/isci/host.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h
index 04698dd75ad6..740350043d89 100644
--- a/drivers/scsi/isci/host.h
+++ b/drivers/scsi/isci/host.h
@@ -240,18 +240,6 @@ struct scic_sds_controller {
240 u32 logical_port_entries; 240 u32 logical_port_entries;
241 241
242 /** 242 /**
243 * This field is the minimum number of hardware supported completion queue
244 * entries and the software requested completion queue entries.
245 */
246 u32 completion_queue_entries;
247
248 /**
249 * This field is the minimum number of hardware supported event entries and
250 * the software requested event entries.
251 */
252 u32 completion_event_entries;
253
254 /**
255 * This field is the minimum number of devices supported by the hardware and 243 * This field is the minimum number of devices supported by the hardware and
256 * the number of devices requested by the software. 244 * the number of devices requested by the software.
257 */ 245 */
@@ -325,7 +313,6 @@ struct isci_host {
325 union scic_oem_parameters oem_parameters; 313 union scic_oem_parameters oem_parameters;
326 314
327 int id; /* unique within a given pci device */ 315 int id; /* unique within a given pci device */
328 void *core_ctrl_memory;
329 struct dma_pool *dma_pool; 316 struct dma_pool *dma_pool;
330 struct isci_phy phys[SCI_MAX_PHYS]; 317 struct isci_phy phys[SCI_MAX_PHYS];
331 struct isci_port ports[SCI_MAX_PORTS + 1]; /* includes dummy port */ 318 struct isci_port ports[SCI_MAX_PORTS + 1]; /* includes dummy port */