Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_init.c3894 phba->cfg_sg_dma_buf_size); in lpfc_sli4_nvmet_sgl_update()
6425 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
6440 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
6450 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
6469 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
6868 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
6890 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
6906 phba->cfg_sg_dma_buf_size = LPFC_DEFAULT_XPSGL_SIZE; in lpfc_sli4_driver_resource_setup()
6907 else if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup()
6908 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup()
[all …]
Dlpfc_scsi.c342 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3()
347 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
2074 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl()
2211 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
2339 phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
3176 phba->cfg_sg_dma_buf_size); in lpfc_scsi_prep_dma_buf_s4()
Dlpfc.h874 uint32_t cfg_sg_dma_buf_size; member
Dlpfc_nvme.c1539 phba->cfg_sg_dma_buf_size); in lpfc_nvme_prep_io_dma()
Dlpfc_attr.c6007 phba->cfg_sg_dma_buf_size, phba->cfg_total_seg_cnt); in lpfc_sg_seg_cnt_show()
Dlpfc_sli.c17182 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_io_sgl_block()
17256 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_sli4_post_io_sgl_list()