Searched refs:dst_id (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5711 req->dst_id = cpu_to_le16(fltr->base.fw_vnic_id);
5790 req->dst_id = cpu_to_le16(vnic->fw_vnic_id);
5799 req->dst_id = cpu_to_le16(rxq);
5828 req->dst_id = cpu_to_le16(vnic->fw_vnic_id);
H A Dbnxt_hsi.h7327 __le16 dst_id; member in struct:hwrm_cfa_l2_filter_alloc_input
7406 __le32 dst_id; member in struct:hwrm_cfa_l2_filter_cfg_input
7731 __le16 dst_id; member in struct:hwrm_cfa_ntuple_filter_alloc_input
7924 __le16 dst_id; member in struct:hwrm_cfa_decap_filter_alloc_input
/linux-master/drivers/interconnect/
H A Dcore.c890 * @dst_id: destination node id
893 * interconnect providers and the @dst_id node might not exist (if the
894 * provider driver has not probed yet). So just create the @dst_id node
900 int icc_link_create(struct icc_node *node, const int dst_id) argument
911 dst = node_find(dst_id);
913 dst = icc_node_create_nolock(dst_id);
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c307 static int ffa_msg_send_direct_req(u16 src_id, u16 dst_id, bool mode_32bit, argument
310 u32 req_id, resp_id, src_dst_ids = PACK_TARGET_INFO(src_id, dst_id);
652 static int ffa_notification_bind_common(u16 dst_id, u64 bitmap, argument
656 u32 func, src_dst_ids = PACK_TARGET_INFO(dst_id, drv_info->vm_id);
675 int ffa_notification_set(u16 src_id, u16 dst_id, u32 flags, u64 bitmap) argument
678 u32 src_dst_ids = PACK_TARGET_INFO(dst_id, src_id);
954 static int ffa_notification_bind(u16 dst_id, u64 bitmap, u32 flags) argument
956 return ffa_notification_bind_common(dst_id, bitmap, flags, true);
959 static int ffa_notification_unbind(u16 dst_id, u64 bitmap) argument
961 return ffa_notification_bind_common(dst_id, bitma
[all...]
/linux-master/sound/core/
H A Dcontrol.c724 * @dst_id: the new id
739 struct snd_ctl_elem_id *dst_id)
750 kctl->id = *dst_id;
738 snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id) argument
/linux-master/include/linux/
H A Dinterconnect-provider.h121 int icc_link_create(struct icc_node *node, const int dst_id);
148 static inline int icc_link_create(struct icc_node *node, const int dst_id) argument
/linux-master/sound/usb/
H A Dmixer_scarlett2.c2567 int dst_id = scarlett2_ports[port_type].id + port_idx; local
2570 if (!dst_id) {
2583 req.data[i++] = cpu_to_le32(dst_id |
2585 dst_id++;
/linux-master/drivers/spi/
H A Dspi-dw-dma.c113 struct dw_dma_slave dma_tx = { .dst_id = 1 }, *tx = &dma_tx;
H A Dspi-pxa2xx-pci.c34 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 };
37 static struct dw_dma_slave mrfld3_tx_param = { .dst_id = 15 };
39 static struct dw_dma_slave mrfld5_tx_param = { .dst_id = 13 };
41 static struct dw_dma_slave mrfld6_tx_param = { .dst_id = 11 };
44 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 };
46 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 };
48 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 };
51 static struct dw_dma_slave lpt1_tx_param = { .dst_id = 0 };
53 static struct dw_dma_slave lpt0_tx_param = { .dst_id = 2 };
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1324 int src_id, dst_id; local
1329 for_each_memory_region(dst_mr, i915, dst_id) {
/linux-master/tools/lib/bpf/
H A Dlinker.c31 int dst_id; member in struct:src_sec
1224 src_sec->dst_id = dst_sec->id;
1230 src_sec->dst_id = dst_sec->id;
1761 static int complete_extern_btf_info(struct btf *dst_btf, int dst_id, argument
1764 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id);
1856 dst_sec = &linker->secs[src_sec->dst_id];
1892 dst_sec = &linker->secs[src_sec->dst_id];
2067 dst_linked_sec = &linker->secs[src_linked_sec->dst_id];
2070 src_sec->dst_id = dst_sec->id;
2358 dst_sec = &linker->secs[src_sec->dst_id];
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_lpss.c127 param->dst_id = 2;
133 param->dst_id = 4;
231 param->dst_id = 1;
/linux-master/drivers/firmware/
H A Dti_sci.c1825 * @dst_id: Device ID of the IRQ destination
1839 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint,
1869 req->dst_id = dst_id;
1900 * @dst_id: Device ID of the IRQ destination
1912 u16 src_id, u16 src_index, u16 dst_id,
1918 dst_id, dst_host_irq, ia_id, vint, global_event,
1922 dst_id, dst_host_irq, ia_id, vint,
1934 * @dst_id: Device ID of the IRQ destination
1946 u16 src_id, u16 src_index, u16 dst_id,
1837 ti_sci_manage_irq(const struct ti_sci_handle *handle, u32 valid_params, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit, u8 s_host, u16 type) argument
1911 ti_sci_set_irq(const struct ti_sci_handle *handle, u32 valid_params, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit, u8 s_host) argument
1945 ti_sci_free_irq(const struct ti_sci_handle *handle, u32 valid_params, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, u16 global_event, u8 vint_status_bit, u8 s_host) argument
1972 ti_sci_cmd_set_irq(const struct ti_sci_handle *handle, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq) argument
2018 ti_sci_cmd_free_irq(const struct ti_sci_handle *handle, u16 src_id, u16 src_index, u16 dst_id, u16 dst_host_irq) argument
[all...]
/linux-master/security/safesetid/
H A Dlsm.c43 if (uid_eq(rule->dst_id.uid, dst.uid))
51 if (gid_eq(rule->dst_id.gid, dst.gid)){
/linux-master/drivers/rapidio/
H A Drio_cm.c121 u32 dst_id; member in struct:rio_ch_base_bhdr
810 hdr->bhdr.dst_id = htonl(ch->rem_destid);
978 hdr->bhdr.dst_id = htonl(peer->rdev->destid);
1033 hdr->bhdr.dst_id = htonl(ch->rem_destid);
1407 hdr->bhdr.dst_id = htonl(ch->rem_destid);
/linux-master/drivers/ata/
H A Dsata_dwc_460ex.c187 .dst_id = 0,
/linux-master/sound/soc/intel/skylake/
H A Dskl-messages.c1090 struct skl_module_inst_id dst_id = dst_mcfg->id; local
1098 src_index = skl_get_queue_index(src_mcfg->m_out_pin, dst_id, out_max);
/linux-master/include/sound/
H A Dcontrol.h140 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
209 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, argument
213 *dst_id = src_kctl->id;
214 dst_id->index += offset;
215 dst_id->numid += offset;
216 return dst_id;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h299 * @dst_id: Absolute per engine.
305 u16 *dst_id);
312 * @dst_id: Absolute per engine.
318 u8 *dst_id);
325 * @dst_id: Absolute per engine.
331 u8 *dst_id);
H A Dqed_dev.c4834 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, u16 src_id, u16 *dst_id) argument
4848 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id;
4853 int qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) argument
4867 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id;
4872 int qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) argument
4886 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id;
/linux-master/include/linux/soc/ti/
H A Dti_sci_protocol.h255 u16 src_index, u16 dst_id, u16 dst_host_irq);
260 u16 src_index, u16 dst_id, u16 dst_host_irq);
/linux-master/include/trace/events/
H A Dcgroup.h130 __field( u64, dst_id )
138 __entry->dst_id = cgroup_id(dst_cgrp);
145 TP_printk("dst_root=%d dst_id=%llu dst_level=%d dst_path=%s pid=%d comm=%s",
146 __entry->dst_root, __entry->dst_id, __entry->dst_level,
/linux-master/include/linux/platform_data/
H A Ddma-dw.h26 * @dst_id: dst request line
35 u8 dst_id; member in struct:dw_dma_slave
/linux-master/drivers/dma/dw/
H A Didma32.c51 u8 dst_id, src_id; local
114 dst_id = dwc->chan.chan_id;
118 dst_id = dwc->dws.dst_id;
130 cfghi |= IDMA32C_CFGH_DST_PER(dst_id & 0xf);
134 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dst_id >> 4 & 0x3);
150 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf);
154 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dwc->dws.dst_id >> 4 & 0x3);
H A Dof.c29 slave.dst_id = dma_spec->args[0];
36 slave.dst_id >= DW_DMA_MAX_NR_REQUESTS ||

Completed in 520 milliseconds

12