Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpci-epf.c159 struct nvmet_pci_epf *nvme_epf; member
254 static inline int nvmet_pci_epf_mem_map(struct nvmet_pci_epf *nvme_epf, in nvmet_pci_epf_mem_map() argument
257 struct pci_epf *epf = nvme_epf->epf; in nvmet_pci_epf_mem_map()
263 static inline void nvmet_pci_epf_mem_unmap(struct nvmet_pci_epf *nvme_epf, in nvmet_pci_epf_mem_unmap() argument
266 struct pci_epf *epf = nvme_epf->epf; in nvmet_pci_epf_mem_unmap()
288 static void nvmet_pci_epf_init_dma(struct nvmet_pci_epf *nvme_epf) in nvmet_pci_epf_init_dma() argument
290 struct pci_epf *epf = nvme_epf->epf; in nvmet_pci_epf_init_dma()
306 nvme_epf->dma_rx_chan = chan; in nvmet_pci_epf_init_dma()
313 nvme_epf->dma_tx_chan = chan; in nvmet_pci_epf_init_dma()
315 nvme_epf->dma_enabled = true; in nvmet_pci_epf_init_dma()
[all …]