Searched refs:try_count (Results 1 – 1 of 1) sorted by relevance
133 uint32_t try_count; in nxge_ipp_disable() local146 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() local207 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 …]