Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c34 #define TBNET_LOGIN_RETRIES 60 macro
463 if (net->login_retries >= TBNET_LOGIN_RETRIES || in tbnet_handle_packet()
705 if (net->login_retries++ < TBNET_LOGIN_RETRIES) { in tbnet_login_work()