diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-08-20 14:06:05 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-05 10:41:57 -0400 |
commit | ac280b670e6d6666667aba02324e2fc50bd96ae7 (patch) | |
tree | 4d0d9187b26513ef9f820ab140f29a4f49f678b8 /drivers/scsi/qla2xxx/qla_mid.c | |
parent | cf53b069f52ae3f83dec1acd339e3c3a2e979478 (diff) |
[SCSI] qla2xxx: Add asynchronous-login support.
ISPs which support this feature include 23xx and above.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
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_mid.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_mid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mid.c b/drivers/scsi/qla2xxx/qla_mid.c index 6238be37d7bb..a748a95efb10 100644 --- a/drivers/scsi/qla2xxx/qla_mid.c +++ b/drivers/scsi/qla2xxx/qla_mid.c | |||
@@ -253,6 +253,8 @@ qla2x00_do_dpc_vp(scsi_qla_host_t *vha) | |||
253 | if (!(ha->current_topology & ISP_CFG_F)) | 253 | if (!(ha->current_topology & ISP_CFG_F)) |
254 | return 0; | 254 | return 0; |
255 | 255 | ||
256 | qla2x00_do_work(vha); | ||
257 | |||
256 | if (test_and_clear_bit(VP_IDX_ACQUIRED, &vha->vp_flags)) { | 258 | if (test_and_clear_bit(VP_IDX_ACQUIRED, &vha->vp_flags)) { |
257 | /* VP acquired. complete port configuration */ | 259 | /* VP acquired. complete port configuration */ |
258 | if (atomic_read(&base_vha->loop_state) == LOOP_READY) { | 260 | if (atomic_read(&base_vha->loop_state) == LOOP_READY) { |