Searched refs:max_path (Results 1 – 3 of 3) sorted by relevance
293 int max_path = 5, max_nss = 4; in mt7996_eeprom_parse_hw_cap() local301 if (!path || path > max_path) in mt7996_eeprom_parse_hw_cap()302 path = max_path; in mt7996_eeprom_parse_hw_cap()
696 uint64_t max_path; in sctp_cwnd_update_after_sack_common() local706 max_path = 0; in sctp_cwnd_update_after_sack_common()719 if (tmp > max_path) { in sctp_cwnd_update_after_sack_common()720 max_path = tmp; in sctp_cwnd_update_after_sack_common()725 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()
505 u32 max_path; /* 32bit is wasty, but this will be used often */ member