Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnge/
A Dbnge_hwrm.c255 unsigned int i, timeout, tmo_count; in __hwrm_send_ctx() local
308 tmo_count = BNGE_HWRM_SHORT_TIMEOUT_COUNTER; in __hwrm_send_ctx()
311 tmo_count += DIV_ROUND_UP(timeout, BNGE_HWRM_MIN_TIMEOUT); in __hwrm_send_ctx()
316 i++ < tmo_count) { in __hwrm_send_ctx()
339 for (i = 0; i < tmo_count; i++) { in __hwrm_send_ctx()
369 if (i >= tmo_count) { in __hwrm_send_ctx()
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_hwrm.c467 unsigned int i, timeout, tmo_count; in __hwrm_send() local
556 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in __hwrm_send()
558 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in __hwrm_send()
563 i++ < tmo_count) { in __hwrm_send()
596 for (i = 0; i < tmo_count; i++) { in __hwrm_send()
641 if (i >= tmo_count) { in __hwrm_send()

Completed in 6 milliseconds