AX_HOST_EN_RETRIES
return i >= AX_HOST_EN_RETRIES ? -ETIMEDOUT : ret;
for (i = 0; i < AX_HOST_EN_RETRIES; ++i) {