Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dasix_common.c12 #define AX_HOST_EN_RETRIES 30 macro
97 for (i = 0; i < AX_HOST_EN_RETRIES; ++i) { in asix_check_host_enable()
112 return i >= AX_HOST_EN_RETRIES ? -ETIMEDOUT : ret; in asix_check_host_enable()