Searched refs:tmo_count (Results 1 – 1 of 1) sorted by relevance
427 unsigned int i, timeout, tmo_count; in __hwrm_send() local508 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in __hwrm_send()510 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in __hwrm_send()515 i++ < tmo_count) { in __hwrm_send()546 for (i = 0; i < tmo_count; i++) { in __hwrm_send()586 if (i >= tmo_count) { in __hwrm_send()