/Linux-v6.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-v6.1/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-v6.1/arch/x86/kvm/ |
D | ioapic.c | 117 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 191 entry->fields.dest_id, in ioapic_lazy_update_eoi() 299 e->fields.dest_id, dm) || in kvm_ioapic_scan_entry() 346 old_dest_id = e->fields.dest_id; in ioapic_write_indirect() 383 irq.dest_id = e->fields.dest_id; in ioapic_write_indirect() 389 old_dest_id != e->fields.dest_id) { in ioapic_write_indirect() 395 irq.dest_id = old_dest_id; in ioapic_write_indirect() 422 irqe.dest_id = entry->fields.dest_id; in ioapic_service()
|
D | irq_comm.c | 58 irq->dest_id == 0xff && kvm_lowest_prio_delivery(irq)) { in kvm_irq_delivery_to_apic() 70 irq->dest_id, irq->dest_mode)) in kvm_irq_delivery_to_apic() 113 irq->dest_id = x86_msi_msg_get_destid(&msg, kvm->arch.x2apic_format); in kvm_set_msi_irq() 347 irq->dest_id, irq->dest_mode)) in kvm_intr_is_single_vcpu() 430 irq.dest_id, irq.dest_mode)) in kvm_scan_ioapic_routes()
|
D | lapic.c | 170 u32 dest_id, struct kvm_lapic ***cluster, u16 *mask) { in kvm_apic_map_get_logical_dest() argument 173 u32 offset = (dest_id >> 16) * 16; in kvm_apic_map_get_logical_dest() 181 *mask = dest_id & (0xffff >> (16 - cluster_size)); in kvm_apic_map_get_logical_dest() 190 *mask = dest_id & 0xff; in kvm_apic_map_get_logical_dest() 193 *cluster = map->xapic_cluster_map[(dest_id >> 4) & 0xf]; in kvm_apic_map_get_logical_dest() 194 *mask = dest_id & 0xf; in kvm_apic_map_get_logical_dest() 887 static u32 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, in kvm_apic_mda() argument 893 !ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target)) in kvm_apic_mda() 896 return dest_id; in kvm_apic_mda() 953 if ((irq->dest_id == APIC_BROADCAST && in kvm_apic_is_broadcast_dest() [all …]
|
D | ioapic.h | 70 u8 dest_id; member
|
D | trace.h | 512 TP_PROTO(__u32 icr_low, __u32 dest_id), 513 TP_ARGS(icr_low, dest_id), 517 __field( __u32, dest_id ) 522 __entry->dest_id = dest_id; 526 __entry->dest_id, (u8)__entry->icr_low,
|
/Linux-v6.1/drivers/infiniband/hw/mlx5/ |
D | fs.c | 1609 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type) in raw_fs_rule_add() argument 1641 dst[dst_num++].tir_num = dest_id; in raw_fs_rule_add() 1646 dst[dst_num++].ft_num = dest_id; in raw_fs_rule_add() 1773 static bool is_flow_dest(void *obj, int *dest_id, int *dest_type) in is_flow_dest() argument 1781 *dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox, in is_flow_dest() 1787 *dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox, in is_flow_dest() 1796 struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id, in get_dests() argument 1846 if (!is_flow_dest(devx_obj, dest_id, dest_type)) in get_dests() 1866 *dest_id = mqp->rss_qp.tirn; in get_dests() 1868 *dest_id = mqp->raw_packet_qp.rq.tirn; in get_dests() [all …]
|
/Linux-v6.1/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
|
/Linux-v6.1/drivers/scsi/ |
D | mesh.h | 51 unsigned char dest_id; member
|
D | mac53c94.h | 53 #define dest_id status macro
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_tc_lib.h | 137 u16 dest_id; member
|
/Linux-v6.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-v6.1/include/linux/ |
D | dmar.h | 228 dest_id : 32; /* 32 - 63 */ member
|
/Linux-v6.1/drivers/iommu/intel/ |
D | irq_remapping.c | 1132 irte->dest_id = IRTE_DEST(dest); in prepare_irte() 1155 irte->dest_id = IRTE_DEST(cfg->dest_apicid); in intel_ir_reconfigure_irte() 1283 irte->avail, irte->vector, irte->dest_id, in intel_irq_remapping_prepare_irte()
|
/Linux-v6.1/arch/x86/include/uapi/asm/ |
D | kvm.h | 104 __u8 dest_id; member
|
/Linux-v6.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-v6.1/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 104 __u8 dest_id; member
|
/Linux-v6.1/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 221 u8 dest_id; member 233 u8 dest_id; member 626 desc->data, desc->dest_id, desc->src_id, desc->flags, in debug_desc()
|