Lines Matching defs:min
2276 "%s firmware reset event, data1: 0x%x, data2: 0x%x, min wait %u ms, max wait %u ms\n",
6718 /* min timer set to 1/2 of interrupt timer */
7406 u32 entries_sp, min;
7516 min = ctx->tqm_min_entries_per_ring;
7518 2 * (extra_qps + ctx->qp_min_qp1_entries) + min;
7522 entries = clamp_t(u32, entries, min, ctx->tqm_max_entries_per_ring);
9134 int i, total_vecs, max, rc = 0, min = 1, ulp_msix;
9155 min = 2;
9157 total_vecs = pci_enable_msix_range(bp->pdev, msix_ent, min, total_vecs);
9172 total_vecs - ulp_msix, min == 1);
9176 bp->cp_nr_rings = (min == 1) ?
11226 min(max_rss_ctxs - 1, max_vnics - 1));