|
@@ -5950,12 +5950,12 @@ static void handle_qsfp_int(struct hfi1_devdata *dd, u32 src_ctx, u64 reg)
|
|
|
|
|
|
if ((ppd->offline_disabled_reason >
|
|
|
HFI1_ODR_MASK(
|
|
|
- OPA_LINKDOWN_REASONLOCAL_MEDIA_NOT_INSTALLED)) ||
|
|
|
+ OPA_LINKDOWN_REASON_LOCAL_MEDIA_NOT_INSTALLED)) ||
|
|
|
(ppd->offline_disabled_reason ==
|
|
|
HFI1_ODR_MASK(OPA_LINKDOWN_REASON_NONE)))
|
|
|
ppd->offline_disabled_reason =
|
|
|
HFI1_ODR_MASK(
|
|
|
- OPA_LINKDOWN_REASONLOCAL_MEDIA_NOT_INSTALLED);
|
|
|
+ OPA_LINKDOWN_REASON_LOCAL_MEDIA_NOT_INSTALLED);
|
|
|
|
|
|
if (ppd->host_link_state == HLS_DN_POLL) {
|
|
|
/*
|