Home
last modified time | relevance | path

Searched refs:dst_id (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/firewire/
H A Dpacket-serdes-test.c16 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_common() argument
20 async_header_set_destination(header, dst_id); in serialize_async_header_common()
29 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_request() argument
33 serialize_async_header_common(header, dst_id, tlabel, retry, tcode, priority, src_id); in serialize_async_header_request()
38 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_quadlet_request() argument
43 serialize_async_header_request(header, dst_id, tlabel, retry, tcode, priority, src_id, in serialize_async_header_quadlet_request()
48 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_block_request() argument
54 serialize_async_header_request(header, dst_id, tlabel, retry, tcode, priority, src_id, in serialize_async_header_block_request()
61 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_response() argument
66 serialize_async_header_common(header, dst_id, tlabel, retry, tcode, priority, src_id); in serialize_async_header_response()
[all …]
/linux/drivers/dma/dw/
H A Didma32.c51 u8 dst_id, src_id; in idma32_initialize_chan_xbar() local
114 dst_id = dwc->chan.chan_id; in idma32_initialize_chan_xbar()
118 dst_id = dwc->dws.dst_id; in idma32_initialize_chan_xbar()
130 cfghi |= IDMA32C_CFGH_DST_PER(dst_id & 0xf); in idma32_initialize_chan_xbar()
134 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dst_id >> 4 & 0x3); in idma32_initialize_chan_xbar()
150 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf); in idma32_initialize_chan_generic()
154 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dwc->dws.dst_id >> 4 & 0x3); in idma32_initialize_chan_generic()
H A Dof.c29 slave.dst_id = dma_spec->args[0]; in dw_dma_of_xlate()
36 slave.dst_id >= DW_DMA_MAX_NR_REQUESTS || in dw_dma_of_xlate()
H A Dacpi.c17 .dst_id = dma_spec->slave_id, in dw_dma_acpi_filter()
H A Ddw.c21 cfghi |= DWC_CFGH_DST_PER(dwc->dws.dst_id); in dw_dma_initialize_chan()
/linux/drivers/spi/
H A Dspi-pxa2xx-pci.c40 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 };
43 static struct dw_dma_slave mrfld3_tx_param = { .dst_id = 15 };
45 static struct dw_dma_slave mrfld5_tx_param = { .dst_id = 13 };
47 static struct dw_dma_slave mrfld6_tx_param = { .dst_id = 11 };
50 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 };
52 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 };
54 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 };
57 static struct dw_dma_slave lpt1_tx_param = { .dst_id = 0 };
59 static struct dw_dma_slave lpt0_tx_param = { .dst_id = 2 };
H A Dspi-dw-dma.c113 struct dw_dma_slave dma_tx = { .dst_id = 1 }, *tx = &dma_tx; in dw_spi_dma_init_mfld()
/linux/include/sound/
H A Dcontrol.h140 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
207 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument
211 *dst_id = src_kctl->id; in snd_ctl_build_ioff()
212 dst_id->index += offset; in snd_ctl_build_ioff()
213 dst_id->numid += offset; in snd_ctl_build_ioff()
214 return dst_id; in snd_ctl_build_ioff()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h305 u16 *dst_id);
318 u8 *dst_id);
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) in qed_fw_l2_queue() argument
4848 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue()
4853 int qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_vport() argument
4867 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport()
4872 int qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_rss_eng() argument
4886 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; in qed_fw_rss_eng()
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c411 static int ffa_msg_send_direct_req(u16 src_id, u16 dst_id, bool mode_32bit, in ffa_msg_send_direct_req() argument
414 u32 req_id, resp_id, src_dst_ids = PACK_TARGET_INFO(src_id, dst_id); in ffa_msg_send_direct_req()
448 static int ffa_msg_send2(u16 src_id, u16 dst_id, void *buf, size_t sz) in ffa_msg_send2() argument
450 u32 src_dst_ids = PACK_TARGET_INFO(src_id, dst_id); in ffa_msg_send2()
480 static int ffa_msg_send_direct_req2(u16 src_id, u16 dst_id, const uuid_t *uuid, in ffa_msg_send_direct_req2() argument
483 u32 src_dst_ids = PACK_TARGET_INFO(src_id, dst_id); in ffa_msg_send_direct_req2()
791 static int ffa_notification_bind_common(u16 dst_id, u64 bitmap, in ffa_notification_bind_common() argument
795 u32 func, src_dst_ids = PACK_TARGET_INFO(dst_id, drv_info->vm_id); in ffa_notification_bind_common()
814 int ffa_notification_set(u16 src_id, u16 dst_id, u32 flags, u64 bitmap) in ffa_notification_set() argument
817 u32 src_dst_ids = PACK_TARGET_INFO(dst_id, src_id); in ffa_notification_set()
[all …]
/linux/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) in icc_link_create() argument
/linux/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/drivers/tty/serial/8250/
H A D8250_lpss.c127 param->dst_id = 2; in byt_serial_setup()
133 param->dst_id = 4; in byt_serial_setup()
231 param->dst_id = 1; in qrk_serial_setup_dma()
/linux/security/safesetid/
H A Dlsm.h47 kid_t dst_id; member
H A Dlsm.c43 if (uid_eq(rule->dst_id.uid, dst.uid)) in _setid_policy_lookup()
51 if (gid_eq(rule->dst_id.gid, dst.gid)){ in _setid_policy_lookup()
/linux/include/linux/platform_data/
H A Ddma-dw.h35 u8 dst_id; member
/linux/tools/lib/bpf/
H A Dlinker.c37 int dst_id; member
1390 src_sec->dst_id = dst_sec->id; in linker_append_sec_data()
1396 src_sec->dst_id = dst_sec->id; in linker_append_sec_data()
1927 static int complete_extern_btf_info(struct btf *dst_btf, int dst_id, in complete_extern_btf_info() argument
1930 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id); in complete_extern_btf_info()
2022 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym()
2058 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym()
2233 dst_linked_sec = &linker->secs[src_linked_sec->dst_id]; in linker_append_elf_relos()
2236 src_sec->dst_id = dst_sec->id; in linker_append_elf_relos()
2531 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_btf()
[all …]
/linux/drivers/rapidio/
H A Drio_cm.c121 u32 dst_id; member
810 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send()
978 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect()
1033 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack()
1407 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1324 int src_id, dst_id; in perf_memcpy() local
1329 for_each_memory_region(dst_mr, i915, dst_id) { in perf_memcpy()
/linux/sound/core/
H A Dcontrol.c747 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() argument
758 kctl->id = *dst_id; in snd_ctl_rename_id()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h7576 __le16 dst_id; member
7664 __le32 dst_id; member
7991 __le16 dst_id; member
8184 __le16 dst_id; member
H A Dbnxt.c6063 req->dst_id = cpu_to_le16(fltr->base.fw_vnic_id); in bnxt_hwrm_l2_filter_alloc()
6150 req->dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_cfg_rfs_ring_tbl_idx()
6159 req->dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_cfg_rfs_ring_tbl_idx()
6168 req->dst_id = cpu_to_le16(rxq); in bnxt_cfg_rfs_ring_tbl_idx()
6197 req->dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_hwrm_cfa_ntuple_filter_alloc()