Lines Matching refs:xri_limit
21572 * but make sure the new value is between xri_limit/2 and xri_limit.
21579 u32 xri_limit;
21589 xri_limit = multixri_pool->xri_limit;
21591 watermark_max = xri_limit;
21592 watermark_min = xri_limit / 2;
21831 * xri_limit. If cfg_xri_rebalancing==0, the IO buf is returned to
21843 u32 xri_limit;
21883 xri_limit = qp->p_multixri_pool->xri_limit;
21886 if (xri_owned <= xri_limit)
21893 * based on watermark and xri_limit
21896 (xri_owned < xri_limit &&