Searched refs:cfg_sg_dma_buf_size (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 | 725 uint32_t cfg_sg_dma_buf_size; member
|
D | lpfc_init.c | 5023 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup() 5038 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup() 5048 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup() 5216 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup() 5230 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup() 5246 if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup() 5247 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup() 5249 phba->cfg_sg_dma_buf_size = in lpfc_sli4_driver_resource_setup() 5250 SLI4_PAGE_ALIGN(phba->cfg_sg_dma_buf_size); in lpfc_sli4_driver_resource_setup() 5254 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli4_driver_resource_setup()
|
D | lpfc_sli.c | 14539 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_scsi_sgl_block()
|