Searched defs:try_counter (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c37 uint32_t try_counter, tcam_delay = 10; local
40 try_counter = TCAM_COMPLETION_TRY_COUNT;
45 while ((try_counter) &&
47 try_counter--;
52 if (!try_counter) {
64 while ((try_counter) &&
66 try_counter--;
71 if (!try_counter) {
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c227 uint32_t try_counter, tcam_delay = 10; local
230 try_counter = TCAM_COMPLETION_TRY_COUNT;
236 while ((try_counter) &&
238 try_counter--;
243 if (!try_counter) {
256 while ((try_counter) &&
258 try_counter--;
263 if (!try_counter) {

Completed in 170 milliseconds