Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_init.c4054 phba->cfg_sg_dma_buf_size); in lpfc_sli4_nvmet_sgl_update()
7643 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7658 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7668 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
7687 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
8066 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
8088 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
8104 phba->cfg_sg_dma_buf_size = LPFC_DEFAULT_XPSGL_SIZE; in lpfc_sli4_driver_resource_setup()
8105 else if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup()
8106 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup()
[all …]
Dlpfc_scsi.c329 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3()
334 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
2104 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl()
2244 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
2371 phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
3339 phba->cfg_sg_dma_buf_size); in lpfc_scsi_prep_dma_buf_s4()
Dlpfc.h1139 uint32_t cfg_sg_dma_buf_size; member
Dlpfc_nvme.c1412 phba->cfg_sg_dma_buf_size); in lpfc_nvme_prep_io_dma()
Dlpfc_attr.c6202 phba->cfg_sg_dma_buf_size, phba->cfg_total_seg_cnt); in lpfc_sg_seg_cnt_show()
Dlpfc_sli.c18188 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_io_sgl_block()
18264 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_sli4_post_io_sgl_list()