Searched refs:cfg_sg_dma_buf_size (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 94 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_mem_alloc() 95 i = phba->cfg_sg_dma_buf_size; in lpfc_mem_alloc() 102 phba->cfg_sg_dma_buf_size, in lpfc_mem_alloc() 110 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size, in lpfc_mem_alloc()
|
D | lpfc_nvme.c | 2004 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_nvme_sgl_block() 2077 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_post_nvme_sgl_list() 2243 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_new_nvme_buf()
|
D | lpfc_init.c | 3570 phba->cfg_sg_dma_buf_size); in lpfc_sli4_nvmet_sgl_update() 5753 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup() 5768 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup() 5778 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup() 5939 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup() 5954 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup() 5973 if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup() 5974 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup() 5976 phba->cfg_sg_dma_buf_size = in lpfc_sli4_driver_resource_setup() 5977 SLI4_PAGE_ALIGN(phba->cfg_sg_dma_buf_size); in lpfc_sli4_driver_resource_setup() [all …]
|
D | lpfc_scsi.c | 399 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3() 404 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3() 645 sgl_size = phba->cfg_sg_dma_buf_size - in lpfc_sli4_post_scsi_sgl_list() 810 sgl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s4() 815 num_to_alloc, phba->cfg_sg_dma_buf_size, sgl_size, in lpfc_new_scsi_buf_s4()
|
D | lpfc.h | 793 uint32_t cfg_sg_dma_buf_size; member
|
D | lpfc_sli.c | 16526 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_scsi_sgl_block()
|