Home
last modified time | relevance | path

Searched refs:try_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c131 uint32_t try_count; in nxge_ipp_disable() local
144 try_count = NXGE_IPP_FIFO_SYNC_TRY_COUNT; in nxge_ipp_disable()
146 while ((try_count > 0) && (rd_ptr != wr_ptr)) { in nxge_ipp_disable()
149 try_count--; in nxge_ipp_disable()
152 if (try_count == 0) { in nxge_ipp_disable()
187 uint32_t try_count; in nxge_ipp_reset() local
205 try_count = NXGE_IPP_FIFO_SYNC_TRY_COUNT; in nxge_ipp_reset()
207 while ((try_count > 0) && (rd_ptr != wr_ptr)) { in nxge_ipp_reset()
210 try_count--; in nxge_ipp_reset()
213 if (try_count == 0) { in nxge_ipp_reset()
[all …]
/illumos-gate/usr/src/boot/efi/libefi/
H A Defiisaio.c1089 uint_t tries, try_count = 1000000; in efi_isa_setup() local
1173 } while (data & LSR_RXRDY && ++tries < try_count); in efi_isa_setup()
1175 if (tries == try_count) in efi_isa_setup()