Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c4172 int i, intr_process, rc, tmo_count; in bnxt_hwrm_do_send_msg() local
4266 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in bnxt_hwrm_do_send_msg()
4268 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in bnxt_hwrm_do_send_msg()
4276 i++ < tmo_count) { in bnxt_hwrm_do_send_msg()
4299 for (i = 0; i < tmo_count; i++) { in bnxt_hwrm_do_send_msg()
4313 if (i >= tmo_count) { in bnxt_hwrm_do_send_msg()