| /linux-6.15/sound/core/seq/ |
| H A D | seq_ump_convert.c | 363 struct snd_seq_client_port *dest_port, in cvt_ump_midi1_to_midi2() argument 433 struct snd_seq_client_port *dest_port, in cvt_ump_midi2_to_midi1() argument 505 struct snd_seq_client_port *dest_port, in cvt_ump_to_any() argument 599 !dest_port->is_midi1; in snd_seq_deliver_from_ump() 608 if (dest_port->ump_group && in snd_seq_deliver_from_ump() 629 struct snd_seq_client_port *dest_port, in note_ev_to_ump_midi1() argument 657 struct snd_seq_client_port *dest_port, in ctrl_ev_to_ump_midi1() argument 685 struct snd_seq_client_port *dest_port, in ctrl14_ev_to_ump_midi1() argument 729 struct snd_seq_client_port *dest_port, in system_ev_to_ump_midi1() argument 767 struct snd_seq_client_port *dest_port, in note_ev_to_ump_midi2() argument [all …]
|
| H A D | seq_ump_convert.h | 13 struct snd_seq_client_port *dest_port, 18 struct snd_seq_client_port *dest_port,
|
| H A D | seq_ports.c | 578 struct snd_seq_client_port *dest_port, in snd_seq_port_connect() argument 601 err = check_and_subscribe_port(dest_client, dest_port, subs, false, in snd_seq_port_connect() 622 struct snd_seq_client_port *dest_port, in snd_seq_port_disconnect() argument 625 struct snd_seq_port_subs_info *dest = &dest_port->c_dest; in snd_seq_port_disconnect() 636 __delete_and_unsubscribe_port(dest_client, dest_port, in snd_seq_port_disconnect()
|
| H A D | seq_clientmgr.c | 639 struct snd_seq_client_port *dest_port, in __snd_seq_deliver_single_event() argument 649 if (!dest_port->event_input) in __snd_seq_deliver_single_event() 651 return dest_port->event_input(event, in __snd_seq_deliver_single_event() 653 dest_port->private_data, in __snd_seq_deliver_single_event() 671 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() local 681 if (dest_port == NULL) in snd_seq_deliver_single_event() 690 if (dest_port->timestamping) in snd_seq_deliver_single_event() 691 update_timestamp_of_queue(event, dest_port->time_queue, in snd_seq_deliver_single_event() 692 dest_port->time_real); in snd_seq_deliver_single_event() 718 if (dest_port) in snd_seq_deliver_single_event() [all …]
|
| H A D | seq_clientmgr.h | 92 struct snd_seq_client_port *dest_port,
|
| /linux-6.15/drivers/net/ethernet/airoha/ |
| H A D | airoha_ppe_debugfs.c | 11 u16 *src_port, u16 *dest_port, in airoha_debugfs_ppe_print_tuple() argument 33 if (dest_port) in airoha_debugfs_ppe_print_tuple() 34 seq_printf(m, ":%d", *dest_port); in airoha_debugfs_ppe_print_tuple() 61 u16 *src_port = NULL, *dest_port = NULL; in airoha_ppe_debugfs_foe_show() local 91 dest_port = &hwe->ipv4.orig_tuple.dest_port; in airoha_ppe_debugfs_foe_show() 99 dest_port = &hwe->ipv6.dest_port; in airoha_ppe_debugfs_foe_show() 114 src_port, dest_port, ipv6); in airoha_ppe_debugfs_foe_show() 121 dest_port = &hwe->ipv4.new_tuple.dest_port; in airoha_ppe_debugfs_foe_show() 128 src_port, dest_port, in airoha_ppe_debugfs_foe_show()
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe_debugfs.c | 14 u16 *src_port, *dest_port; member 72 if (ai->dest_port) in mtk_print_addr_info() 73 seq_printf(m, ":%d", *ai->dest_port); in mtk_print_addr_info() 111 ai.dest_port = &entry->ipv4.orig.dest_port; in mtk_ppe_debugfs_foe_show() 119 ai.dest_port = &entry->ipv6.dest_port; in mtk_ppe_debugfs_foe_show() 136 ai.dest_port = &entry->ipv4.new.dest_port; in mtk_ppe_debugfs_foe_show()
|
| H A D | mtk_ppe.h | 147 u16 dest_port; member 199 u16 dest_port; member 216 u16 dest_port; member 383 __be32 dest_addr, __be16 dest_port); 387 __be32 *dest_addr, __be16 dest_port);
|
| H A D | mtk_ppe.c | 300 __be32 dest_addr, __be16 dest_port) in mtk_foe_entry_set_ipv4_tuple() argument 332 t->dest_port = be16_to_cpu(dest_port); in mtk_foe_entry_set_ipv4_tuple() 340 __be32 *dest_addr, __be16 dest_port) in mtk_foe_entry_set_ipv6_tuple() argument 353 entry->ipv6.dest_port = be16_to_cpu(dest_port); in mtk_foe_entry_set_ipv6_tuple()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_span.c | 180 struct mlxsw_sp_port *dest_port = sparms.dest_port; in mlxsw_sp_span_entry_phys_configure() local 182 u16 local_port = dest_port->local_port; in mlxsw_sp_span_entry_phys_configure() 200 struct mlxsw_sp_port *dest_port = span_entry->parms.dest_port; in mlxsw_sp_span_entry_deconfigure_common() local 257 sparmsp->dest_port = NULL; in mlxsw_sp_span_entry_unoffloadable() 481 struct mlxsw_sp_port *dest_port = sparms.dest_port; in mlxsw_sp_span_entry_gretap4_configure() local 586 struct mlxsw_sp_port *dest_port = sparms.dest_port; in mlxsw_sp_span_entry_gretap6_configure() local 652 struct mlxsw_sp_port *dest_port = sparms.dest_port; in mlxsw_sp_span_entry_vlan_configure() local 782 if (!sparms.dest_port) in mlxsw_sp_span_entry_configure() 788 sparms.dest_port = NULL; in mlxsw_sp_span_entry_configure() 795 sparms.dest_port = NULL; in mlxsw_sp_span_entry_configure() [all …]
|
| H A D | spectrum_span.h | 30 struct mlxsw_sp_port *dest_port; /* NULL for unoffloaded SPAN. */ member
|
| /linux-6.15/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 62 u16 *dest_port; member 77 int dest_port = 0; in rnbd_clt_parse_map_options() local 124 *opt->dest_port, in rnbd_clt_parse_map_options() 154 if (match_int(args, &dest_port) || dest_port < 0 || in rnbd_clt_parse_map_options() 155 dest_port > 65535) { in rnbd_clt_parse_map_options() 157 dest_port); in rnbd_clt_parse_map_options() 161 *opt->dest_port = dest_port; in rnbd_clt_parse_map_options() 583 opt.dest_port = &port_nr; in rnbd_clt_map_device_store()
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-tpda.c | 111 csdev->pdata->in_conns[i]->dest_port != inport) in tpda_get_element_size() 204 ret = __tpda_enable(drvdata, in->dest_port); in tpda_enable() 208 dev_dbg(drvdata->dev, "TPDA inport %d enabled.\n", in->dest_port); in tpda_enable() 237 __tpda_disable(drvdata, in->dest_port); in tpda_disable() 242 dev_dbg(drvdata->dev, "TPDA inport %d disabled\n", in->dest_port); in tpda_disable()
|
| H A D | coresight-funnel.c | 91 rc = dynamic_funnel_enable_hw(drvdata, in->dest_port); in funnel_enable() 101 in->dest_port); in funnel_enable() 135 dynamic_funnel_disable_hw(drvdata, in->dest_port); in funnel_disable() 142 in->dest_port); in funnel_disable()
|
| H A D | coresight-platform.c | 244 conn.dest_port = rendpoint.port; in of_coresight_parse_endpoint() 649 conn->dest_port = fields[1].integer.value; in acpi_coresight_parse_link() 668 conn->dest_port = fields[0].integer.value; in acpi_coresight_parse_link()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_assign_reuse.c | 24 const volatile __u16 dest_port; variable 86 if (!th->syn || th->ack || th->dest != bpf_htons(dest_port)) in maybe_assign_tcp() 99 if (uh->dest != bpf_htons(dest_port)) in maybe_assign_udp()
|
| /linux-6.15/sound/core/seq/oss/ |
| H A D | seq_oss_device.h | 151 int dest_client, int dest_port) in snd_seq_oss_fill_addr() argument 156 ev->dest.port = dest_port; in snd_seq_oss_fill_addr()
|
| /linux-6.15/drivers/infiniband/hw/irdma/ |
| H A D | uda.c | 100 FIELD_PREP(IRDMA_UDA_MGCTX_DESTPORT, entry_info->dest_port) | in irdma_create_mg_ctx() 181 if (entry1->dest_port == entry2->dest_port && in irdma_compare_mgs()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 78 static uint16_t dest_port = 9000; variable 479 udph->source = ntohs(dest_port + 1); /* spoof */ in fill_header_udp() 480 udph->dest = ntohs(dest_port); in fill_header_udp() 772 dest_port = strtoul(optarg, NULL, 10); in parse_opt() 849 daddr.sin_port = htons(dest_port); in resolve_hostname() 854 daddr6.sin6_port = htons(dest_port); in resolve_hostname() 935 fprintf(stderr, "server port: %u\n", dest_port); in main()
|
| /linux-6.15/include/linux/soc/qcom/ |
| H A D | apr.h | 63 uint16_t dest_port; member 87 uint32_t dest_port; member
|
| /linux-6.15/include/linux/qed/ |
| H A D | qed_nvmetcp_if.h | 231 int (*add_dst_tcp_port_filter)(struct qed_dev *cdev, u16 dest_port); 233 void (*remove_dst_tcp_port_filter)(struct qed_dev *cdev, u16 dest_port);
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev_api.h | 424 u16 source_port_or_eth_type, u16 dest_port); 440 u16 source_port_or_eth_type, u16 dest_port);
|
| H A D | qed_init_fw_funcs.c | 1248 struct qed_ptt *p_ptt, u16 dest_port) in qed_set_vxlan_dest_port() argument 1251 qed_wr(p_hwfn, p_ptt, PRS_REG_VXLAN_PORT, dest_port); in qed_set_vxlan_dest_port() 1254 qed_wr(p_hwfn, p_ptt, NIG_REG_VXLAN_CTRL, dest_port); in qed_set_vxlan_dest_port() 1257 qed_wr(p_hwfn, p_ptt, PBF_REG_VXLAN_PORT, dest_port); in qed_set_vxlan_dest_port() 1335 struct qed_ptt *p_ptt, u16 dest_port) in qed_set_geneve_dest_port() argument 1338 qed_wr(p_hwfn, p_ptt, PRS_REG_NGE_PORT, dest_port); in qed_set_geneve_dest_port() 1341 qed_wr(p_hwfn, p_ptt, NIG_REG_NGE_PORT, dest_port); in qed_set_geneve_dest_port() 1344 qed_wr(p_hwfn, p_ptt, PBF_REG_NGE_PORT, dest_port); in qed_set_geneve_dest_port()
|
| H A D | qed_dev.c | 354 u16 dest_port; member 1035 source_port_or_eth_type, dest_port); in qed_llh_protocol_filter_stringify() 1039 source_port_or_eth_type, dest_port); in qed_llh_protocol_filter_stringify() 1054 u16 dest_port, u32 *p_high, u32 *p_low) in qed_llh_protocol_filter_to_hilo() argument 1069 *p_low = dest_port; in qed_llh_protocol_filter_to_hilo() 1105 dest_port, str, sizeof(str)); in qed_llh_add_protocol_filter() 1111 filter.protocol.dest_port = dest_port; in qed_llh_add_protocol_filter() 1127 dest_port, &high, &low); in qed_llh_add_protocol_filter() 1225 dest_port, str, sizeof(str)); in qed_llh_remove_protocol_filter() 1231 filter.protocol.dest_port = dest_port; in qed_llh_remove_protocol_filter() [all …]
|
| /linux-6.15/sound/soc/qcom/qdsp6/ |
| H A D | audioreach.c | 206 uint32_t src_port, uint32_t dest_port, bool has_cmd_hdr) in __audioreach_alloc_pkt() argument 223 pkt->hdr.dest_port = dest_port; in __audioreach_alloc_pkt() 243 uint32_t src_port, uint32_t dest_port) in audioreach_alloc_pkt() argument 245 return __audioreach_alloc_pkt(payload_size, opcode, token, src_port, dest_port, false); in audioreach_alloc_pkt() 257 uint32_t src_port, uint32_t dest_port) in audioreach_alloc_cmd_pkt() argument 259 return __audioreach_alloc_pkt(payload_size, opcode, token, src_port, dest_port, true); in audioreach_alloc_cmd_pkt()
|