Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c4344 int i, intr_process, rc, tmo_count; in bnxt_hwrm_do_send_msg() local
4436 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in bnxt_hwrm_do_send_msg()
4438 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in bnxt_hwrm_do_send_msg()
4445 i++ < tmo_count) { in bnxt_hwrm_do_send_msg()
4472 for (i = 0; i < tmo_count; i++) { in bnxt_hwrm_do_send_msg()
4490 if (i >= tmo_count) { in bnxt_hwrm_do_send_msg()