Lines Matching refs:xri_limit
20415 * but make sure the new value is between xri_limit/2 and xri_limit.
20422 u32 xri_limit;
20432 xri_limit = multixri_pool->xri_limit;
20434 watermark_max = xri_limit;
20435 watermark_min = xri_limit / 2;
20674 * xri_limit. If cfg_xri_rebalancing==0, the IO buf is returned to
20686 u32 xri_limit;
20727 xri_limit = qp->p_multixri_pool->xri_limit;
20730 if (xri_owned <= xri_limit)
20737 * based on watermark and xri_limit
20740 (xri_owned < xri_limit &&