Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/
Dsgl.c38 dma_addr_t sgl_dma; member
93 &block[i].sgl_dma, in hisi_acc_create_sgl_pool()
105 &block[i].sgl_dma, in hisi_acc_create_sgl_pool()
126 block[j].sgl_dma); in hisi_acc_create_sgl_pool()
152 block[i].sgl_dma); in hisi_acc_free_sgl_pool()
168 *hw_sgl_dma = block[block_index].sgl_dma + pool->sgl_size * offset; in acc_get_sgl()
/linux-6.12.1/drivers/vfio/pci/pds/
Dcmds.h23 u64 sgl_dma, u16 num_sge, u32 offset,
Dcmds.c480 u64 sgl_dma, u16 num_sge, u32 offset, in pds_vfio_dirty_seq_ack_cmd() argument
489 .sgl_addr = cpu_to_le64(sgl_dma), in pds_vfio_dirty_seq_ack_cmd()
/linux-6.12.1/drivers/scsi/mpi3mr/
Dmpi3mr_app.c1874 __le64 sgl_dma; in mpi3mr_build_nvme_sgl() local
1907 sgl_dma = cpu_to_le64(mrioc->ioctl_chain_sge.dma_addr); in mpi3mr_build_nvme_sgl()
1908 if (sgl_dma & sgemod_mask) { in mpi3mr_build_nvme_sgl()
1915 sgl_dma &= ~sgemod_mask; in mpi3mr_build_nvme_sgl()
1916 sgl_dma |= sgemod_val; in mpi3mr_build_nvme_sgl()
1923 nvme_sgl->base_addr = sgl_dma; in mpi3mr_build_nvme_sgl()
1931 sgl_dma = cpu_to_le64(drv_buf_iter->dma_desc[i].dma_addr); in mpi3mr_build_nvme_sgl()
1932 if (sgl_dma & sgemod_mask) { in mpi3mr_build_nvme_sgl()
1939 sgl_dma &= ~sgemod_mask; in mpi3mr_build_nvme_sgl()
1940 sgl_dma |= sgemod_val; in mpi3mr_build_nvme_sgl()
[all …]
/linux-6.12.1/drivers/message/fusion/
Dmptctl.c130 static void kfree_sgl(MptSge_t *sgl, dma_addr_t sgl_dma,
785 dma_addr_t sgl_dma; in mptctl_do_fw_download() local
858 &numfrags, &buflist, &sgl_dma, iocp)) == NULL) in mptctl_do_fw_download()
955 kfree_sgl(sgl, sgl_dma, buflist, iocp); in mptctl_do_fw_download()
984 kfree_sgl(sgl, sgl_dma, buflist, iocp); in mptctl_do_fw_download()
1158 kfree_sgl(MptSge_t *sgl, dma_addr_t sgl_dma, struct buflist *buflist, MPT_ADAPTER *ioc) in kfree_sgl() argument
1209 dma_free_coherent(&ioc->pcidev->dev, MAX_SGL_BYTES, sgl, sgl_dma); in kfree_sgl()
/linux-6.12.1/drivers/nvme/host/
Dpci.c693 dma_addr_t sgl_dma; in nvme_pci_setup_sgls() local
712 sg_list = dma_pool_alloc(pool, GFP_ATOMIC, &sgl_dma); in nvme_pci_setup_sgls()
719 iod->first_dma = sgl_dma; in nvme_pci_setup_sgls()
721 nvme_pci_sgl_set_seg(&cmd->dptr.sgl, sgl_dma, entries); in nvme_pci_setup_sgls()