mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
[SCSI] qla2xxx: Ensure PLOGI is sent to Fabric Management-Server upon request.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
5d2878b5eb
commit
58570ac535
@ -1131,7 +1131,7 @@ qla2x00_mgmt_svr_login(scsi_qla_host_t *vha)
|
||||
return ret;
|
||||
|
||||
rval = ha->isp_ops->fabric_login(vha, vha->mgmt_svr_loop_id, 0xff, 0xff,
|
||||
0xfa, mb, BIT_1|BIT_0);
|
||||
0xfa, mb, BIT_1);
|
||||
if (rval != QLA_SUCCESS || mb[0] != MBS_COMMAND_COMPLETE) {
|
||||
if (rval == QLA_MEMORY_ALLOC_FAILED)
|
||||
ql_dbg(ql_dbg_disc, vha, 0x2085,
|
||||
|
Loading…
Reference in New Issue
Block a user