Home
last modified time | relevance | path

Searched refs: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; in hpi_pfc_tcam_check_completion() local
40 try_counter = TCAM_COMPLETION_TRY_COUNT; in hpi_pfc_tcam_check_completion()
45 while ((try_counter) && in hpi_pfc_tcam_check_completion()
47 try_counter--; in hpi_pfc_tcam_check_completion()
52 if (!try_counter) { in hpi_pfc_tcam_check_completion()
64 while ((try_counter) && in hpi_pfc_tcam_check_completion()
66 try_counter--; in hpi_pfc_tcam_check_completion()
71 if (!try_counter) { in hpi_pfc_tcam_check_completion()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c227 uint32_t try_counter, tcam_delay = 10; in npi_fflp_tcam_check_completion() local
230 try_counter = TCAM_COMPLETION_TRY_COUNT; in npi_fflp_tcam_check_completion()
236 while ((try_counter) && in npi_fflp_tcam_check_completion()
238 try_counter--; in npi_fflp_tcam_check_completion()
243 if (!try_counter) { in npi_fflp_tcam_check_completion()
256 while ((try_counter) && in npi_fflp_tcam_check_completion()
258 try_counter--; in npi_fflp_tcam_check_completion()
263 if (!try_counter) { in npi_fflp_tcam_check_completion()