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

/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c470 int fnz_idx = -1; local
480 if (fnz_idx == -1)
481 fnz_idx = i; /* first non-zero index */
500 if (fnz_idx == -1)
501 fnz_idx = 0;
503 ctx->pde.level = (ctx->qtbl[fnz_idx].level == PBL_LVL_2) ? PBL_LVL_2 :
504 ctx->qtbl[fnz_idx].level + 1;

Completed in 99 milliseconds