Searched refs:dest_id (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c19 __le32 dest_id; member in struct:dpdmai_cmd_queue
304 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
347 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id);
H A Ddpdmai.h120 * @dest_id: Either DPIO ID or DPCON ID, depending on the destination type
127 int dest_id; member in struct:dpdmai_dest_cfg
/linux-master/drivers/crypto/caam/
H A Ddpseci.c207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id);
392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id);
H A Ddpseci_cmd.h84 __le32 dest_id; member in struct:dpseci_cmd_queue
140 __le32 dest_id; member in struct:dpseci_cmd_congestion_notification
H A Ddpseci.h106 * @dest_id: Either DPIO ID or DPCON ID, depending on the destination type
113 int dest_id; member in struct:dpseci_dest_cfg
/linux-master/arch/x86/kvm/
H A Dioapic.c118 e->fields.dest_id,
192 entry->fields.dest_id,
300 e->fields.dest_id, dm) ||
347 old_dest_id = e->fields.dest_id;
414 irq.dest_id = e->fields.dest_id;
420 old_dest_id != e->fields.dest_id) {
426 irq.dest_id = old_dest_id;
453 irqe.dest_id = entry->fields.dest_id;
[all...]
H A Dirq_comm.c59 irq->dest_id == 0xff && kvm_lowest_prio_delivery(irq)) {
71 irq->dest_id, irq->dest_mode))
114 irq->dest_id = x86_msi_msg_get_destid(&msg, kvm->arch.x2apic_format);
353 irq->dest_id, irq->dest_mode))
436 irq.dest_id, irq.dest_mode) ||
H A Dioapic.h70 u8 dest_id; member in struct:kvm_ioapic_redirect_entry::__anon1
H A Dlapic.c175 u32 dest_id, struct kvm_lapic ***cluster, u16 *mask) {
183 u32 offset = (dest_id >> 16) * 16;
191 *mask = dest_id & (0xffff >> (16 - cluster_size));
200 *mask = dest_id & 0xff;
203 *cluster = map->xapic_cluster_map[(dest_id >> 4) & 0xf];
204 *mask = dest_id & 0xf;
1058 static u32 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, argument
1064 !ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target))
1067 return dest_id;
1123 if ((irq->dest_id
174 kvm_apic_map_get_logical_dest(struct kvm_apic_map *map, u32 dest_id, struct kvm_lapic ***cluster, u16 *mask) argument
1166 u32 dest_id = array_index_nospec(irq->dest_id, map->max_apic_id + 1); local
[all...]
H A Dtrace.h518 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-master/drivers/scsi/
H A Dmesh.h51 unsigned char dest_id; member in struct:mesh_regs
H A Dmac53c94.h53 #define dest_id status macro
H A Dmac53c94.c165 writeb(cmd->device->id, &regs->dest_id);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h471 __le32 dest_id; member in struct:dpni_rsp_get_queue
493 __le32 dest_id; member in struct:dpni_cmd_set_queue
632 __le32 dest_id; member in struct:dpni_cmd_set_congestion_notification
H A Ddpsw.h226 int dest_id; member in struct:dpsw_ctrl_if_dest_cfg
H A Ddpsw-cmd.h437 __le32 dest_id; member in struct:dpsw_cmd_ctrl_if_set_queue
H A Ddpni.c1488 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
1540 cmd_params->dest_id = cpu_to_le32(queue->destination.id);
1597 queue->destination.id = le32_to_cpu(rsp_params->dest_id);
H A Ddpni.h879 * @dest_id: Either DPIO ID or DPCON ID, depending on the destination type
886 int dest_id; member in struct:dpni_dest_cfg
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c1606 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type)
1638 dst[dst_num++].tir_num = dest_id;
1643 dst[dst_num++].ft_num = dest_id;
1770 static bool is_flow_dest(void *obj, int *dest_id, int *dest_type) argument
1778 *dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox,
1784 *dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox,
1793 struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id,
1843 if (!is_flow_dest(devx_obj, dest_id, dest_type))
1863 *dest_id = mqp->rss_qp.tirn;
1865 *dest_id
1603 raw_fs_rule_add( struct mlx5_ib_dev *dev, struct mlx5_ib_flow_matcher *fs_matcher, struct mlx5_flow_context *flow_context, struct mlx5_flow_act *flow_act, u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type) argument
1792 get_dests(struct uverbs_attr_bundle *attrs, struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id, int *dest_type, struct ib_qp **qp, u32 *flags) argument
1908 int dest_id, dest_type = -1, inlen, len, ret, i; local
[all...]
/linux-master/include/linux/
H A Ddmar.h229 dest_id : 32; /* 32 - 63 */ member in struct:irte::__anon590::__anon591::__anon592::__anon594
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h1313 uint64_t dest_id:1; member in struct:cvmx_sriox_rx_bell::cvmx_sriox_rx_bell_s
1321 uint64_t dest_id:1;
1480 uint64_t dest_id:16; member in struct:cvmx_sriox_tx_bell::cvmx_sriox_tx_bell_s
1496 uint64_t dest_id:16;
1509 uint64_t dest_id:16; member in struct:cvmx_sriox_tx_bell_info::cvmx_sriox_tx_bell_info_s
1527 uint64_t dest_id:16;
/linux-master/drivers/media/dvb-frontends/
H A Dmxl5xx_defs.h499 u8 dest_id; /* Output port ID for the PID - Only for 568 Sku */ member in struct:MXL_HYDRA_TS_PID_T
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1117 irte->dest_id = IRTE_DEST(dest);
1140 irte->dest_id = IRTE_DEST(cfg->dest_apicid);
1268 irte->avail, irte->vector, irte->dest_id,
H A Ddebugfs.c561 ri_entry->dest_id, ri_entry->vector,
/linux-master/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c229 u8 dest_id; member in struct:desc
241 u8 dest_id; member in struct:desc
634 desc->data, desc->dest_id, desc->src_id, desc->flags,

Completed in 207 milliseconds

12