Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_init.c4226 phba->cfg_sg_dma_buf_size); in lpfc_sli4_nvmet_sgl_update()
7797 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7812 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7822 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
7841 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
8234 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
8256 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
8272 phba->cfg_sg_dma_buf_size = LPFC_DEFAULT_XPSGL_SIZE; in lpfc_sli4_driver_resource_setup()
8273 else if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup()
8274 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup()
[all …]
Dlpfc_scsi.c265 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3()
270 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
2059 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl()
2199 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
2326 phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
3192 phba->cfg_sg_dma_buf_size); in lpfc_scsi_prep_dma_buf_s4()
Dlpfc.h1158 uint32_t cfg_sg_dma_buf_size; member
Dlpfc_nvme.c1457 phba->cfg_sg_dma_buf_size); in lpfc_nvme_prep_io_dma()
Dlpfc_attr.c5660 phba->cfg_sg_dma_buf_size, phba->cfg_total_seg_cnt); in lpfc_sg_seg_cnt_show()
Dlpfc_sli.c18166 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_io_sgl_block()
18242 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_sli4_post_io_sgl_list()