Home
last modified time | relevance | path

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

/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h229 struct timespec tout; in hinic_mutex_lock() local
231 (void)clock_gettime(CLOCK_TYPE, &tout); in hinic_mutex_lock()
233 tout.tv_sec += HINIC_MUTEX_TIMEOUT; in hinic_mutex_lock()
234 err = pthread_mutex_timedlock(pthreadmutex, &tout); in hinic_mutex_lock()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1661 int tout = 50; in bnx2x_func_wait_started() local
1682 ECORE_F_STATE_STARTED && tout--) { in bnx2x_func_wait_started()
1754 int tout = 5000; /* wait for 5 secs tops */ in bnx2x_wait_sp_comp() local
1756 while (tout--) { in bnx2x_wait_sp_comp()
8434 int tout = 5000; in bnx2x_get_device_info() local
8440 while (tout && REG_RD(sc, IGU_REG_RESET_MEMORIES)) { in bnx2x_get_device_info()
8441 tout--; in bnx2x_get_device_info()