Home
last modified time | relevance | path

Searched defs:vmd (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/
Dvmd.c114 static inline unsigned int index_from_irqs(struct vmd_dev *vmd, in index_from_irqs()
132 struct vmd_dev *vmd = irq_data_get_irq_handler_data(data); in vmd_compose_msi_msg() local
200 static struct vmd_irq_list *vmd_next_irq(struct vmd_dev *vmd, struct msi_desc *desc) in vmd_next_irq()
234 struct vmd_dev *vmd = vmd_from_bus(msi_desc_to_pci_dev(desc)->bus); in vmd_msi_init() local
272 struct vmd_dev *vmd = vmd_from_bus(pdev->bus); in vmd_msi_prepare() local
301 static int vmd_create_irq_domain(struct vmd_dev *vmd) in vmd_create_irq_domain()
318 static void vmd_remove_irq_domain(struct vmd_dev *vmd) in vmd_remove_irq_domain()
328 static char __iomem *vmd_cfg_addr(struct vmd_dev *vmd, struct pci_bus *bus, in vmd_cfg_addr()
349 struct vmd_dev *vmd = vmd_from_bus(bus); in vmd_pci_read() local
384 struct vmd_dev *vmd = vmd_from_bus(bus); in vmd_pci_write() local
[all …]
/kernel/linux/linux-6.6/drivers/pci/controller/
Dvmd.c151 static inline unsigned int index_from_irqs(struct vmd_dev *vmd, in index_from_irqs()
169 struct vmd_dev *vmd = irq_data_get_irq_handler_data(data); in vmd_compose_msi_msg() local
237 static struct vmd_irq_list *vmd_next_irq(struct vmd_dev *vmd, struct msi_desc *desc) in vmd_next_irq()
272 struct vmd_dev *vmd = vmd_from_bus(msi_desc_to_pci_dev(desc)->bus); in vmd_msi_init() local
307 struct vmd_dev *vmd = vmd_from_bus(pdev->bus); in vmd_msi_prepare() local
336 static void vmd_set_msi_remapping(struct vmd_dev *vmd, bool enable) in vmd_set_msi_remapping()
346 static int vmd_create_irq_domain(struct vmd_dev *vmd) in vmd_create_irq_domain()
363 static void vmd_remove_irq_domain(struct vmd_dev *vmd) in vmd_remove_irq_domain()
380 static void __iomem *vmd_cfg_addr(struct vmd_dev *vmd, struct pci_bus *bus, in vmd_cfg_addr()
399 struct vmd_dev *vmd = vmd_from_bus(bus); in vmd_pci_read() local
[all …]