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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h635 u32 xri_limit; member in struct:lpfc_multixri_pool
H A Dlpfc_sli.c21585 * but make sure the new value is between xri_limit/2 and xri_limit.
21592 u32 xri_limit; local
21602 xri_limit = multixri_pool->xri_limit;
21604 watermark_max = xri_limit;
21605 watermark_min = xri_limit / 2;
21844 * xri_limit. If cfg_xri_rebalancing==0, the IO buf is returned to
21856 u32 xri_limit; local
21896 xri_limit
[all...]
H A Dlpfc_init.c3562 multixri_pool->xri_limit = count_per_hwq;
3585 pvt_pool->high_watermark = multixri_pool->xri_limit / 2;

Completed in 335 milliseconds