Lines Matching refs:lcl_reason
7136 u8 lcl_reason, neigh_reason = 0; in handle_link_down() local
7155 lcl_reason = 0; in handle_link_down()
7191 lcl_reason = OPA_LINKDOWN_REASON_NEIGHBOR_UNKNOWN; in handle_link_down()
7194 lcl_reason = OPA_LINKDOWN_REASON_TRANSIENT; in handle_link_down()
7197 set_link_down_reason(ppd, lcl_reason, neigh_reason, 0); in handle_link_down()
7970 u8 lcl_reason = 0; in handle_dcc_err() local
8019 lcl_reason = in handle_dcc_err()
8033 lcl_reason = info + OPA_LINKDOWN_REASON_BAD_HEAD_DIST; in handle_dcc_err()
8085 lcl_reason = info + OPA_LINKDOWN_REASON_RCV_ERROR_0; in handle_dcc_err()
8115 if (lcl_reason == 0) in handle_dcc_err()
8116 lcl_reason = OPA_LINKDOWN_REASON_UNKNOWN; in handle_dcc_err()
8121 set_link_down_reason(ppd, lcl_reason, 0, lcl_reason); in handle_dcc_err()
10663 void set_link_down_reason(struct hfi1_pportdata *ppd, u8 lcl_reason, in set_link_down_reason() argument
10668 ppd->local_link_down_reason.latest = lcl_reason; in set_link_down_reason()