Home
last modified time | relevance | path

Searched refs:io_xri_cnt (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_init.c3157 phba->sli4_hba.io_xri_cnt); in lpfc_create_multixri_pools()
3163 count_per_hwq = phba->sli4_hba.io_xri_cnt / hwq_count; in lpfc_create_multixri_pools()
4001 uint16_t io_xri_cnt, io_xri_max; in lpfc_sli4_io_sgl_update() local
4017 phba->sli4_hba.io_xri_cnt, in lpfc_sli4_io_sgl_update()
4022 if (phba->sli4_hba.io_xri_cnt > phba->sli4_hba.io_xri_max) { in lpfc_sli4_io_sgl_update()
4024 io_xri_cnt = phba->sli4_hba.io_xri_cnt - in lpfc_sli4_io_sgl_update()
4027 for (i = 0; i < io_xri_cnt; i++) { in lpfc_sli4_io_sgl_update()
4037 phba->sli4_hba.io_xri_cnt -= io_xri_cnt; in lpfc_sli4_io_sgl_update()
4043 phba->sli4_hba.io_xri_cnt = cnt; in lpfc_sli4_io_sgl_update()
4090 phba->sli4_hba.io_xri_cnt = 0; in lpfc_new_io_buf()
[all …]
Dlpfc_sli4.h841 uint16_t io_xri_cnt; member
Dlpfc_sli.c7055 phba, &post_nblist, phba->sli4_hba.io_xri_cnt); in lpfc_sli4_repost_io_sgl_list()
7639 if (phba->sli4_hba.io_xri_cnt == 0) { in lpfc_sli4_hba_setup()