Searched refs:max_attempts (Results 1 – 2 of 2) sorted by relevance
26 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte() argument50 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
408 static const unsigned int max_attempts = 128; in nf_nat_l4proto_unique_tuple() local494 if (attempts > max_attempts) in nf_nat_l4proto_unique_tuple()495 attempts = max_attempts; in nf_nat_l4proto_unique_tuple()