Home
last modified time | relevance | path

Searched refs:cfg_sg_dma_buf_size (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_init.c4204 phba->cfg_sg_dma_buf_size); in lpfc_sli4_nvmet_sgl_update()
7820 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
7839 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
8272 phba->cfg_sg_dma_buf_size = LPFC_DEFAULT_XPSGL_SIZE; in lpfc_sli4_driver_resource_setup()
8276 phba->cfg_sg_dma_buf_size = in lpfc_sli4_driver_resource_setup()
8277 SLI4_PAGE_ALIGN(phba->cfg_sg_dma_buf_size); in lpfc_sli4_driver_resource_setup()
8279 phba->border_sge_num = phba->cfg_sg_dma_buf_size / in lpfc_sli4_driver_resource_setup()
8297 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli4_driver_resource_setup()
8301 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
8302 i = phba->cfg_sg_dma_buf_size; in lpfc_sli4_driver_resource_setup()
[all …]
H A Dlpfc_scsi.c258 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3()
263 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
2045 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl()
2183 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
2310 phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
3173 phba->cfg_sg_dma_buf_size); in lpfc_scsi_prep_dma_buf_s4()
H A Dlpfc.h1149 uint32_t cfg_sg_dma_buf_size; member
H A Dlpfc_nvme.c1461 phba->cfg_sg_dma_buf_size); in lpfc_nvme_prep_io_dma()
H A Dlpfc_attr.c5805 phba->cfg_sg_dma_buf_size, phba->cfg_total_seg_cnt); in lpfc_sg_seg_cnt_show()
H A Dlpfc_sli.c18266 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_io_sgl_block()
18342 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_sli4_post_io_sgl_list()