Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4439 int i, intr_process, rc, tmo_count; in bnxt_hwrm_do_send_msg() local
4531 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER; in bnxt_hwrm_do_send_msg()
4533 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT); in bnxt_hwrm_do_send_msg()
4540 i++ < tmo_count) { in bnxt_hwrm_do_send_msg()
4567 for (i = 0; i < tmo_count; i++) { in bnxt_hwrm_do_send_msg()
4585 if (i >= tmo_count) { in bnxt_hwrm_do_send_msg()