Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_mem.c88 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()
Dlpfc_scsi.c396 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()
Dlpfc.h725 uint32_t cfg_sg_dma_buf_size; member
Dlpfc_init.c5023 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()
Dlpfc_sli.c14539 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_scsi_sgl_block()