Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dpnv-pci.h25 int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs,
27 void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs,
/linux-4.4.14/include/misc/
Dcxl-base.h17 struct cxl_irq_ranges { struct
/linux-4.4.14/drivers/misc/cxl/
Dcxl.h442 struct cxl_irq_ranges irqs;
509 int cxl_alloc_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter, unsigned int num);
510 void cxl_release_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter);
Dpci.c492 int cxl_alloc_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter, unsigned int num) in cxl_alloc_irq_ranges()
499 void cxl_release_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter) in cxl_release_irq_ranges()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c2546 void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs, in pnv_cxl_release_hwirq_ranges()
2566 int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs, in pnv_cxl_alloc_hwirq_ranges()
2573 memset(irqs, 0, sizeof(struct cxl_irq_ranges)); in pnv_cxl_alloc_hwirq_ranges()