[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
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ qla2x00_mgmt_svr_login(scsi_qla_host_t *vha)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
rval = ha->isp_ops->fabric_login(vha, vha->mgmt_svr_loop_id, 0xff, 0xff,
|
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_SUCCESS || mb[0] != MBS_COMMAND_COMPLETE) {
|
||||||
if (rval == QLA_MEMORY_ALLOC_FAILED)
|
if (rval == QLA_MEMORY_ALLOC_FAILED)
|
||||||
ql_dbg(ql_dbg_disc, vha, 0x2085,
|
ql_dbg(ql_dbg_disc, vha, 0x2085,
|
||||||
|
|
Loading…
Add table
Reference in a new issue