Home
last modified time | relevance | path

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

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