Lines Matching refs:lcl_reason
7095 u8 lcl_reason, neigh_reason = 0; in handle_link_down() local
7114 lcl_reason = 0; in handle_link_down()
7150 lcl_reason = OPA_LINKDOWN_REASON_NEIGHBOR_UNKNOWN; in handle_link_down()
7153 lcl_reason = OPA_LINKDOWN_REASON_TRANSIENT; in handle_link_down()
7156 set_link_down_reason(ppd, lcl_reason, neigh_reason, 0); in handle_link_down()
7929 u8 lcl_reason = 0; in handle_dcc_err() local
7978 lcl_reason = in handle_dcc_err()
7992 lcl_reason = info + OPA_LINKDOWN_REASON_BAD_HEAD_DIST; in handle_dcc_err()
8044 lcl_reason = info + OPA_LINKDOWN_REASON_RCV_ERROR_0; in handle_dcc_err()
8074 if (lcl_reason == 0) in handle_dcc_err()
8075 lcl_reason = OPA_LINKDOWN_REASON_UNKNOWN; in handle_dcc_err()
8080 set_link_down_reason(ppd, lcl_reason, 0, lcl_reason); in handle_dcc_err()
10622 void set_link_down_reason(struct hfi1_pportdata *ppd, u8 lcl_reason, in set_link_down_reason() argument
10627 ppd->local_link_down_reason.latest = lcl_reason; in set_link_down_reason()