Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4445 int i, intr_process, rc, tmo_count; in bnxt_hwrm_do_send_msg() local
4537 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in bnxt_hwrm_do_send_msg()
4539 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in bnxt_hwrm_do_send_msg()
4546 i++ < tmo_count) { in bnxt_hwrm_do_send_msg()
4573 for (i = 0; i < tmo_count; i++) { in bnxt_hwrm_do_send_msg()
4591 if (i >= tmo_count) { in bnxt_hwrm_do_send_msg()

Completed in 17 milliseconds