/linux-6.12.1/drivers/crypto/caam/ |
D | dpseci.c | 207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue() 247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue() 392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification() 432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
|
D | dpseci_cmd.h | 84 __le32 dest_id; member 140 __le32 dest_id; member
|
D | dpseci.h | 113 int dest_id; member
|
/linux-6.12.1/drivers/dma/fsl-dpaa2-qdma/ |
D | dpdmai.c | 23 __le32 dest_id; member 272 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue() 318 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpdmai_get_rx_queue()
|
D | dpdmai.h | 124 int dest_id; member
|
/linux-6.12.1/arch/x86/kvm/ |
D | ioapic.c | 118 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 192 entry->fields.dest_id, in ioapic_lazy_update_eoi() 300 e->fields.dest_id, dm) || in kvm_ioapic_scan_entry() 347 old_dest_id = e->fields.dest_id; in ioapic_write_indirect() 414 irq.dest_id = e->fields.dest_id; in ioapic_write_indirect() 420 old_dest_id != e->fields.dest_id) { in ioapic_write_indirect() 426 irq.dest_id = old_dest_id; in ioapic_write_indirect() 453 irqe.dest_id = entry->fields.dest_id; in ioapic_service()
|
D | irq_comm.c | 59 irq->dest_id == 0xff && kvm_lowest_prio_delivery(irq)) { in kvm_irq_delivery_to_apic() 71 irq->dest_id, irq->dest_mode)) in kvm_irq_delivery_to_apic() 114 irq->dest_id = x86_msi_msg_get_destid(&msg, kvm->arch.x2apic_format); in kvm_set_msi_irq() 353 irq->dest_id, irq->dest_mode)) in kvm_intr_is_single_vcpu() 429 irq.dest_id, irq.dest_mode) || in kvm_scan_ioapic_routes()
|
D | lapic.c | 185 u32 dest_id, struct kvm_lapic ***cluster, u16 *mask) { in kvm_apic_map_get_logical_dest() argument 193 u32 offset = (dest_id >> 16) * 16; in kvm_apic_map_get_logical_dest() 201 *mask = dest_id & (0xffff >> (16 - cluster_size)); in kvm_apic_map_get_logical_dest() 210 *mask = dest_id & 0xff; in kvm_apic_map_get_logical_dest() 213 *cluster = map->xapic_cluster_map[(dest_id >> 4) & 0xf]; in kvm_apic_map_get_logical_dest() 214 *mask = dest_id & 0xf; in kvm_apic_map_get_logical_dest() 1066 static u32 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, in kvm_apic_mda() argument 1072 !ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target)) in kvm_apic_mda() 1075 return dest_id; in kvm_apic_mda() 1131 if ((irq->dest_id == APIC_BROADCAST && in kvm_apic_is_broadcast_dest() [all …]
|
D | ioapic.h | 70 u8 dest_id; member
|
D | trace.h | 518 TP_PROTO(__u32 icr_low, __u32 dest_id), 519 TP_ARGS(icr_low, dest_id), 523 __field( __u32, dest_id ) 528 __entry->dest_id = dest_id; 532 __entry->dest_id, (u8)__entry->icr_low,
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni-cmd.h | 471 __le32 dest_id; member 493 __le32 dest_id; member 632 __le32 dest_id; member
|
D | dpni.c | 1488 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification() 1540 cmd_params->dest_id = cpu_to_le32(queue->destination.id); in dpni_set_queue() 1597 queue->destination.id = le32_to_cpu(rsp_params->dest_id); in dpni_get_queue()
|
D | dpsw-cmd.h | 437 __le32 dest_id; member
|
D | dpsw.h | 226 int dest_id; member
|
D | dpni.h | 886 int dest_id; member
|
D | dpsw.c | 1189 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpsw_ctrl_if_set_queue()
|
/linux-6.12.1/drivers/scsi/ |
D | mesh.h | 51 unsigned char dest_id; member
|
D | mac53c94.h | 53 #define dest_id status macro
|
D | mac53c94.c | 165 writeb(cmd->device->id, ®s->dest_id); in mac53c94_start()
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | fs.c | 1606 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type) in raw_fs_rule_add() argument 1638 dst[dst_num++].tir_num = dest_id; in raw_fs_rule_add() 1643 dst[dst_num++].ft_num = dest_id; in raw_fs_rule_add() 1770 static bool is_flow_dest(void *obj, int *dest_id, int *dest_type) in is_flow_dest() argument 1778 *dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox, in is_flow_dest() 1784 *dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox, in is_flow_dest() 1793 struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id, in get_dests() argument 1843 if (!is_flow_dest(devx_obj, dest_id, dest_type)) in get_dests() 1863 *dest_id = mqp->rss_qp.tirn; in get_dests() 1865 *dest_id = mqp->raw_packet_qp.rq.tirn; in get_dests() [all …]
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 1313 uint64_t dest_id:1; member 1321 uint64_t dest_id:1; 1480 uint64_t dest_id:16; member 1496 uint64_t dest_id:16; 1509 uint64_t dest_id:16; member 1527 uint64_t dest_id:16;
|
/linux-6.12.1/include/linux/ |
D | dmar.h | 229 dest_id : 32; /* 32 - 63 */ member
|
/linux-6.12.1/drivers/iommu/intel/ |
D | irq_remapping.c | 1115 irte->dest_id = IRTE_DEST(dest); in prepare_irte() 1187 irte->dest_id = IRTE_DEST(cfg->dest_apicid); in intel_ir_reconfigure_irte() 1358 irte->avail, irte->vector, irte->dest_id, irte->sid, in intel_irq_remapping_prepare_irte()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | mxl5xx_defs.h | 499 u8 dest_id; /* Output port ID for the PID - Only for 568 Sku */ member
|
/linux-6.12.1/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 229 u8 dest_id; member 241 u8 dest_id; member 634 desc->data, desc->dest_id, desc->src_id, desc->flags, in debug_desc()
|