| /Linux-v5.15/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-v5.15/drivers/dma/fsl-dpaa2-qdma/ |
| D | dpdmai.c | 19 __le32 dest_id; member 304 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue() 347 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpdmai_get_rx_queue()
|
| D | dpdmai.h | 127 int dest_id; member
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | ioapic.c | 119 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 193 entry->fields.dest_id, in ioapic_lazy_update_eoi() 301 e->fields.dest_id, dm) || in kvm_ioapic_scan_entry() 348 old_dest_id = e->fields.dest_id; in ioapic_write_indirect() 385 irq.dest_id = e->fields.dest_id; in ioapic_write_indirect() 391 old_dest_id != e->fields.dest_id) { in ioapic_write_indirect() 397 irq.dest_id = old_dest_id; in ioapic_write_indirect() 424 irqe.dest_id = entry->fields.dest_id; in ioapic_service()
|
| D | irq_comm.c | 57 irq->dest_id == 0xff && kvm_lowest_prio_delivery(irq)) { in kvm_irq_delivery_to_apic() 69 irq->dest_id, irq->dest_mode)) in kvm_irq_delivery_to_apic() 112 irq->dest_id = x86_msi_msg_get_destid(&msg, kvm->arch.x2apic_format); in kvm_set_msi_irq() 334 irq->dest_id, irq->dest_mode)) in kvm_intr_is_single_vcpu() 417 irq.dest_id, irq.dest_mode)) in kvm_scan_ioapic_routes()
|
| D | lapic.c | 133 u32 dest_id, struct kvm_lapic ***cluster, u16 *mask) { in kvm_apic_map_get_logical_dest() argument 136 u32 offset = (dest_id >> 16) * 16; in kvm_apic_map_get_logical_dest() 144 *mask = dest_id & (0xffff >> (16 - cluster_size)); in kvm_apic_map_get_logical_dest() 153 *mask = dest_id & 0xff; in kvm_apic_map_get_logical_dest() 156 *cluster = map->xapic_cluster_map[(dest_id >> 4) & 0xf]; in kvm_apic_map_get_logical_dest() 157 *mask = dest_id & 0xf; in kvm_apic_map_get_logical_dest() 830 static u32 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, in kvm_apic_mda() argument 836 !ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target)) in kvm_apic_mda() 839 return dest_id; in kvm_apic_mda() 896 if ((irq->dest_id == APIC_BROADCAST && in kvm_apic_is_broadcast_dest() [all …]
|
| D | ioapic.h | 70 u8 dest_id; member
|
| D | trace.h | 493 TP_PROTO(__u32 icr_low, __u32 dest_id), 494 TP_ARGS(icr_low, dest_id), 498 __field( __u32, dest_id ) 503 __entry->dest_id = dest_id; 507 __entry->dest_id, (u8)__entry->icr_low,
|
| /Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpni-cmd.h | 464 __le32 dest_id; member 486 __le32 dest_id; member 625 __le32 dest_id; member
|
| D | dpni.c | 1484 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification() 1536 cmd_params->dest_id = cpu_to_le32(queue->destination.id); in dpni_set_queue() 1593 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 | 877 int dest_id; member
|
| /Linux-v5.15/drivers/scsi/ |
| D | mesh.h | 40 unsigned char dest_id; member
|
| D | mac53c94.h | 53 #define dest_id status macro
|
| /Linux-v5.15/drivers/infiniband/hw/mlx5/ |
| D | fs.c | 1477 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type) in raw_fs_rule_add() argument 1508 dst[dst_num++].tir_num = dest_id; in raw_fs_rule_add() 1513 dst[dst_num++].ft_num = dest_id; in raw_fs_rule_add() 1790 static bool is_flow_dest(void *obj, int *dest_id, int *dest_type) in is_flow_dest() argument 1798 *dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox, in is_flow_dest() 1804 *dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox, in is_flow_dest() 1813 struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id, in get_dests() argument 1863 if (!is_flow_dest(devx_obj, dest_id, dest_type)) in get_dests() 1883 *dest_id = mqp->rss_qp.tirn; in get_dests() 1885 *dest_id = mqp->raw_packet_qp.rq.tirn; in get_dests() [all …]
|
| /Linux-v5.15/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-v5.15/include/linux/ |
| D | dmar.h | 220 dest_id : 32; /* 32 - 63 */ member
|
| /Linux-v5.15/arch/x86/include/uapi/asm/ |
| D | kvm.h | 104 __u8 dest_id; member
|
| /Linux-v5.15/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 104 __u8 dest_id; member
|
| /Linux-v5.15/drivers/iommu/intel/ |
| D | irq_remapping.c | 1123 irte->dest_id = IRTE_DEST(dest); in prepare_irte() 1146 irte->dest_id = IRTE_DEST(cfg->dest_apicid); in intel_ir_reconfigure_irte() 1274 irte->avail, irte->vector, irte->dest_id, in intel_irq_remapping_prepare_irte()
|
| /Linux-v5.15/drivers/media/dvb-frontends/ |
| D | mxl5xx_defs.h | 503 u8 dest_id; /* Output port ID for the PID - Only for 568 Sku */ member
|
| /Linux-v5.15/drivers/net/ethernet/xscale/ |
| D | ixp4xx_eth.c | 206 u8 dest_id; member 218 u8 dest_id; member 614 desc->data, desc->dest_id, desc->src_id, desc->flags, in debug_desc()
|