Searched refs:trycount (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.h174 uint8_t trycount; /* try this many times */ member in struct:malo_hal_txrate::__anon13641
/freebsd-12-stable/sys/net/
H A Dif_ipsec.c924 int trycount; local
930 trycount = IPSEC_REQID_TRYCNT;
931 while (--trycount > 0) {
936 if (trycount == 0)

Completed in 178 milliseconds