diff options
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | 2009-12-02 19:36:54 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-10 15:54:18 +0100 |
commit | c45dd30551c371cb1e7a742136b8b36f6aba63f8 (patch) | |
tree | aaeb5ed7563dfd6d562393b4ba0eba5c7149cb95 /drivers/scsi/qla2xxx/qla_def.h | |
parent | [SCSI] qla2xxx: dpc thread can execute before scsi host has been added (diff) | |
download | linux-c45dd30551c371cb1e7a742136b8b36f6aba63f8.tar.xz linux-c45dd30551c371cb1e7a742136b8b36f6aba63f8.zip |
[SCSI] qla2xxx: Queue depth ramp up/down modification changes.
Removed the module parameters ql2xqfulltracking and ql2xqfullrampup
since the queue depth ramp up/down functionality is moved to scsi-ml.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 6b9bf23c7735..7a81e988fffe 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -1570,9 +1570,6 @@ typedef struct fc_port { struct fc_rport *rport, *drport; u32 supported_classes; - unsigned long last_queue_full; - unsigned long last_ramp_up; - uint16_t vp_idx; } fc_port_t; |