Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_hwrm.c467 unsigned int i, timeout, tmo_count; in __hwrm_send() local
554 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in __hwrm_send()
556 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in __hwrm_send()
561 i++ < tmo_count) { in __hwrm_send()
594 for (i = 0; i < tmo_count; i++) { in __hwrm_send()
639 if (i >= tmo_count) { in __hwrm_send()

Completed in 4 milliseconds