Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_driver.h35 extern struct pci_dev *vmci_pdev;
H A Dvmci_guest.c77 struct pci_dev *vmci_pdev; variable
743 vmci_pdev = pdev; in vmci_guest_probe_device()
883 vmci_pdev = NULL; in vmci_guest_probe_device()
925 vmci_pdev = NULL; in vmci_guest_remove_device()
H A Dvmci_queue_pair.c257 dma_free_coherent(&vmci_pdev->dev, PAGE_SIZE, in qp_free_queue()
309 dma_alloc_coherent(&vmci_pdev->dev, PAGE_SIZE, in qp_alloc_queue()