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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c133 uint32_t try_count; local
146 try_count = NXGE_IPP_FIFO_SYNC_TRY_COUNT;
148 while ((try_count > 0) && (rd_ptr != wr_ptr)) {
151 try_count--;
154 if (try_count == 0) {
189 uint32_t try_count; local
207 try_count = NXGE_IPP_FIFO_SYNC_TRY_COUNT;
209 while ((try_count > 0) && (rd_ptr != wr_ptr)) {
212 try_count--;
215 if (try_count
292 uint32_t try_count; local
604 uint32_t try_count; local
[all...]

Completed in 58 milliseconds