Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_init.c4232 phba->cfg_sg_dma_buf_size); in lpfc_sli4_nvmet_sgl_update()
7800 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7815 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7825 phba->cfg_sg_seg_cnt, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
7844 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size, in lpfc_sli_driver_resource_setup()
8240 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
8262 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli4_driver_resource_setup()
8278 phba->cfg_sg_dma_buf_size = LPFC_DEFAULT_XPSGL_SIZE; in lpfc_sli4_driver_resource_setup()
8279 else if (phba->cfg_sg_dma_buf_size <= LPFC_MIN_SG_SLI4_BUF_SZ) in lpfc_sli4_driver_resource_setup()
8280 phba->cfg_sg_dma_buf_size = LPFC_MIN_SG_SLI4_BUF_SZ; in lpfc_sli4_driver_resource_setup()
[all …]
Dlpfc_scsi.c263 bpl_size = phba->cfg_sg_dma_buf_size - in lpfc_new_scsi_buf_s3()
268 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
2048 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl()
2186 sgl->sge_len = cpu_to_le32(phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
2313 phba->cfg_sg_dma_buf_size); in lpfc_bg_setup_sgl_prot()
3176 phba->cfg_sg_dma_buf_size); in lpfc_scsi_prep_dma_buf_s4()
Dlpfc.h1131 uint32_t cfg_sg_dma_buf_size; member
Dlpfc_nvme.c1459 phba->cfg_sg_dma_buf_size); in lpfc_nvme_prep_io_dma()
Dlpfc_attr.c5795 phba->cfg_sg_dma_buf_size, phba->cfg_total_seg_cnt); in lpfc_sg_seg_cnt_show()
Dlpfc_sli.c18252 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) in lpfc_sli4_post_io_sgl_block()
18328 sgl_size = phba->cfg_sg_dma_buf_size; in lpfc_sli4_post_io_sgl_list()