scsi: qla2xxx: Replace GPDB with async ADISC command
Replace call to Get Port DataBase MB with PDO_FORCE_ADISC flag with async ADISC command so driver can see ADISC command has error or not. Signed-off-by: Quinn Tran <quinn.tran@cavium.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
ad0a0b01f0
commit
f13515acdc
@@ -2277,6 +2277,7 @@ enum discovery_state {
|
||||
DSC_GPSC,
|
||||
DSC_UPD_FCPORT,
|
||||
DSC_LOGIN_COMPLETE,
|
||||
DSC_ADISC,
|
||||
DSC_DELETE_PEND,
|
||||
};
|
||||
|
||||
@@ -2303,6 +2304,7 @@ enum fcport_mgt_event {
|
||||
FCME_GPNID_DONE,
|
||||
FCME_GFFID_DONE,
|
||||
FCME_DELETE_DONE,
|
||||
FCME_ADISC_DONE,
|
||||
};
|
||||
|
||||
enum rscn_addr_format {
|
||||
|
||||
Reference in New Issue
Block a user