Searched refs:irq_offset (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/misc/ocxl/ |
| H A D | file.c | 205 u64 irq_offset; in afu_ioctl() local 228 irq_offset = ocxl_irq_id_to_offset(ctx, irq_id); in afu_ioctl() 229 rc = copy_to_user((u64 __user *) args, &irq_offset, in afu_ioctl() 230 sizeof(irq_offset)); in afu_ioctl() 239 rc = copy_from_user(&irq_offset, (u64 __user *) args, in afu_ioctl() 240 sizeof(irq_offset)); in afu_ioctl() 243 irq_id = ocxl_irq_offset_to_id(ctx, irq_offset); in afu_ioctl() 254 irq_id = ocxl_irq_offset_to_id(ctx, irq_fd.irq_offset); in afu_ioctl()
|
| /linux/drivers/dma/xilinx/ |
| H A D | zynqmp_dma.c | 25 #define ZYNQMP_DMA_ISR (chan->irq_offset + 0x100) 26 #define ZYNQMP_DMA_IMR (chan->irq_offset + 0x104) 27 #define ZYNQMP_DMA_IER (chan->irq_offset + 0x108) 28 #define ZYNQMP_DMA_IDS (chan->irq_offset + 0x10c) 242 u32 irq_offset; member 938 chan->irq_offset = match_data->offset; in zynqmp_dma_chan_probe()
|
| /linux/include/uapi/misc/ |
| H A D | ocxl.h | 64 __u64 irq_offset; member
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine_types.h | 120 u16 irq_offset; member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | lmac_common.h | 72 u8 irq_offset; member
|
| H A D | rpm.c | 17 .irq_offset = 1, 52 .irq_offset = 1,
|
| H A D | cgx.c | 1665 cnt * mac_ops->irq_offset); in cgx_configure_interrupt() 1903 .irq_offset = 9,
|
| /linux/kernel/irq/ |
| H A D | chip.c | 94 int irq_set_msi_desc_off(unsigned int irq_base, unsigned int irq_offset, struct msi_desc *entry) in irq_set_msi_desc_off() argument 96 scoped_irqdesc_get_and_lock(irq_base + irq_offset, IRQ_GET_DESC_CHECK_GLOBAL) { in irq_set_msi_desc_off() 98 if (entry && !irq_offset) in irq_set_msi_desc_off()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 843 blk_mq_map_hw_queues(map, &vha->hw->pdev->dev, vha->irq_offset); in qla_nvme_map_queues()
|
| H A D | qla_mid.c | 509 vha->irq_offset = QLA_BASE_VECTORS; in qla24xx_create_vhost()
|
| H A D | qla_def.h | 5118 unsigned int irq_offset; member
|
| H A D | qla_isr.c | 4542 vha->irq_offset = desc.pre_vectors; in qla24xx_enable_msix()
|
| H A D | qla_os.c | 8087 vha->irq_offset); in qla2xxx_map_queues()
|