Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-cxl.c62 void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs, in pnv_cxl_release_hwirq_ranges()
82 int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs, in pnv_cxl_alloc_hwirq_ranges()
89 memset(irqs, 0, sizeof(struct cxl_irq_ranges)); in pnv_cxl_alloc_hwirq_ranges()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpnv-pci.h40 int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs,
42 void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs,
/OK3568_Linux_fs/kernel/include/misc/
H A Dcxl-base.h13 struct cxl_irq_ranges { struct
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dcxl.h568 struct cxl_irq_ranges irqs;
714 int cxl_pci_alloc_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter, unsigned int num);
715 void cxl_pci_release_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter);
1068 int (*alloc_irq_ranges)(struct cxl_irq_ranges *irqs,
1070 void (*release_irq_ranges)(struct cxl_irq_ranges *irqs,
H A Dguest.c305 static int guest_alloc_irq_ranges(struct cxl_irq_ranges *irqs, in guest_alloc_irq_ranges()
310 memset(irqs, 0, sizeof(struct cxl_irq_ranges)); in guest_alloc_irq_ranges()
338 static void guest_release_irq_ranges(struct cxl_irq_ranges *irqs, in guest_release_irq_ranges()
H A Dpci.c712 int cxl_pci_alloc_irq_ranges(struct cxl_irq_ranges *irqs, in cxl_pci_alloc_irq_ranges()
720 void cxl_pci_release_irq_ranges(struct cxl_irq_ranges *irqs, in cxl_pci_release_irq_ranges()