Searched refs:trans1 (Results 1 – 3 of 3) sorted by relevance
1220 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie() argument1223 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()1225 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()1227 trans1->last_time_heard)) { in sctp_trans_elect_tie()1230 return trans1; in sctp_trans_elect_tie()
2598 int trans1, trans2; in dsi_compute_interleave_hs() local2599 trans1 = ddr_pre + enter_hs + exit_hs + max(enter_hs, 2) + 1; in dsi_compute_interleave_hs()2602 transition = max(trans1, trans2); in dsi_compute_interleave_hs()
3404 int trans1, trans2; in dsi_compute_interleave_hs() local3405 trans1 = ddr_pre + enter_hs + exit_hs + max(enter_hs, 2) + 1; in dsi_compute_interleave_hs()3408 transition = max(trans1, trans2); in dsi_compute_interleave_hs()