Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dthunderbolt.c32 #define TBNET_LOGIN_RETRIES 60 macro
433 if (net->login_retries >= TBNET_LOGIN_RETRIES || in tbnet_handle_packet()
645 if (net->login_retries++ < TBNET_LOGIN_RETRIES) { in tbnet_login_work()