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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c467 unsigned int i, timeout, tmo_count; local
556 tmo_count = HWRM_SHORT_TIMEOUT_COUNTER;
558 tmo_count += DIV_ROUND_UP(timeout, HWRM_MIN_TIMEOUT);
563 i++ < tmo_count) {
596 for (i = 0; i < tmo_count; i++) {
641 if (i >= tmo_count) {

Completed in 265 milliseconds