Lines Matching refs:lcl_reason
7089 u8 lcl_reason, neigh_reason = 0; in handle_link_down() local
7108 lcl_reason = 0; in handle_link_down()
7144 lcl_reason = OPA_LINKDOWN_REASON_NEIGHBOR_UNKNOWN; in handle_link_down()
7147 lcl_reason = OPA_LINKDOWN_REASON_TRANSIENT; in handle_link_down()
7150 set_link_down_reason(ppd, lcl_reason, neigh_reason, 0); in handle_link_down()
7922 u8 lcl_reason = 0; in handle_dcc_err() local
7971 lcl_reason = in handle_dcc_err()
7985 lcl_reason = info + OPA_LINKDOWN_REASON_BAD_HEAD_DIST; in handle_dcc_err()
8037 lcl_reason = info + OPA_LINKDOWN_REASON_RCV_ERROR_0; in handle_dcc_err()
8067 if (lcl_reason == 0) in handle_dcc_err()
8068 lcl_reason = OPA_LINKDOWN_REASON_UNKNOWN; in handle_dcc_err()
8073 set_link_down_reason(ppd, lcl_reason, 0, lcl_reason); in handle_dcc_err()
10569 void set_link_down_reason(struct hfi1_pportdata *ppd, u8 lcl_reason, in set_link_down_reason() argument
10574 ppd->local_link_down_reason.latest = lcl_reason; in set_link_down_reason()