Searched refs:val2_i (Results 1 – 1 of 1) sorted by relevance
681 int offer_i, answer_i, max_i, val1_i, val2_i, negotiated_i; in param_text_parse() local1131 val2_i = iscsi_atoi(val2); in param_text_parse()1134 negotiated_i = val2_i; in param_text_parse()1135 } else if (val2_i == 0) { in param_text_parse()1137 } else if (val1_i > val2_i) { in param_text_parse()1138 negotiated_i = val2_i; in param_text_parse()1143 if (val1_i > val2_i) { in param_text_parse()1144 negotiated_i = val2_i; in param_text_parse()