Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-cxl.c63 void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs, in pnv_cxl_release_hwirq_ranges()
83 int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs, in pnv_cxl_alloc_hwirq_ranges()
90 memset(irqs, 0, sizeof(struct cxl_irq_ranges)); in pnv_cxl_alloc_hwirq_ranges()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpnv-pci.h41 int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs,
43 void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs,
/openbmc/linux/include/misc/
H A Dcxl-base.h13 struct cxl_irq_ranges { struct
/openbmc/linux/drivers/misc/cxl/
H A Dcxl.h570 struct cxl_irq_ranges irqs;
716 int cxl_pci_alloc_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter, unsigned int num);
717 void cxl_pci_release_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter);
1070 int (*alloc_irq_ranges)(struct cxl_irq_ranges *irqs,
1072 void (*release_irq_ranges)(struct cxl_irq_ranges *irqs,
H A Dguest.c311 static int guest_alloc_irq_ranges(struct cxl_irq_ranges *irqs, in guest_alloc_irq_ranges()
316 memset(irqs, 0, sizeof(struct cxl_irq_ranges)); in guest_alloc_irq_ranges()
344 static void guest_release_irq_ranges(struct cxl_irq_ranges *irqs, in guest_release_irq_ranges()
H A Dpci.c704 int cxl_pci_alloc_irq_ranges(struct cxl_irq_ranges *irqs, in cxl_pci_alloc_irq_ranges()
712 void cxl_pci_release_irq_ranges(struct cxl_irq_ranges *irqs, in cxl_pci_release_irq_ranges()