Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_init.c3528 phba->sli4_hba.io_xri_cnt); in lpfc_create_multixri_pools()
3534 count_per_hwq = phba->sli4_hba.io_xri_cnt / hwq_count; in lpfc_create_multixri_pools()
4409 uint16_t io_xri_cnt, io_xri_max; in lpfc_sli4_io_sgl_update() local
4425 phba->sli4_hba.io_xri_cnt, in lpfc_sli4_io_sgl_update()
4431 if (phba->sli4_hba.io_xri_cnt > phba->sli4_hba.io_xri_max) { in lpfc_sli4_io_sgl_update()
4433 io_xri_cnt = phba->sli4_hba.io_xri_cnt - in lpfc_sli4_io_sgl_update()
4436 for (i = 0; i < io_xri_cnt; i++) { in lpfc_sli4_io_sgl_update()
4446 phba->sli4_hba.io_xri_cnt -= io_xri_cnt; in lpfc_sli4_io_sgl_update()
4452 phba->sli4_hba.io_xri_cnt = cnt; in lpfc_sli4_io_sgl_update()
4500 phba->sli4_hba.io_xri_cnt = 0; in lpfc_new_io_buf()
[all …]
Dlpfc_sli4.h898 uint16_t io_xri_cnt; member
Dlpfc_sli.c7732 phba, &post_nblist, phba->sli4_hba.io_xri_cnt); in lpfc_sli4_repost_io_sgl_list()
8978 if (phba->sli4_hba.io_xri_cnt == 0) { in lpfc_sli4_hba_setup()