Searched refs:cfg_sg_dma_buf_size (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 88 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_mem_alloc() 89 i = phba->cfg_sg_dma_buf_size; in lpfc_mem_alloc() 96 phba->cfg_sg_dma_buf_size, in lpfc_mem_alloc() 102 phba->pcidev, phba->cfg_sg_dma_buf_size, in lpfc_mem_alloc()
|
D | lpfc_scsi.c | 396 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3() 401 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3() 424 memset(psb->data, 0, phba->cfg_sg_dma_buf_size); in lpfc_new_scsi_buf_s3() 640 sgl_size = phba->cfg_sg_dma_buf_size - in lpfc_sli4_post_scsi_sgl_list() 805 sgl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s4() 810 num_to_alloc, phba->cfg_sg_dma_buf_size, sgl_size, in lpfc_new_scsi_buf_s4() 830 memset(psb->data, 0, phba->cfg_sg_dma_buf_size); in lpfc_new_scsi_buf_s4()
|
D | lpfc.h | 721 uint32_t cfg_sg_dma_buf_size; member
|
D | lpfc_init.c | 5004 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup() 5019 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup() 5029 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup() 5197 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup() 5211 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup() 5227 if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup() 5228 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup() 5230 phba->cfg_sg_dma_buf_size = in lpfc_sli4_driver_resource_setup() 5231 SLI4_PAGE_ALIGN(phba->cfg_sg_dma_buf_size); in lpfc_sli4_driver_resource_setup() 5235 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli4_driver_resource_setup()
|
D | lpfc_sli.c | 14563 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_scsi_sgl_block()
|