/openbmc/linux/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 607 if (dest_port->ump_group && in snd_seq_deliver_from_ump() 628 struct snd_seq_client_port *dest_port, in note_ev_to_ump_midi1() argument 656 struct snd_seq_client_port *dest_port, in ctrl_ev_to_ump_midi1() argument 684 struct snd_seq_client_port *dest_port, in ctrl14_ev_to_ump_midi1() argument 728 struct snd_seq_client_port *dest_port, in system_ev_to_ump_midi1() argument 766 struct snd_seq_client_port *dest_port, in note_ev_to_ump_midi2() argument 898 struct snd_seq_client_port *dest_port, in ctrl_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_clientmgr.c | 629 struct snd_seq_client_port *dest_port, in __snd_seq_deliver_single_event() argument 639 if (!dest_port->event_input) in __snd_seq_deliver_single_event() 641 return dest_port->event_input(event, in __snd_seq_deliver_single_event() 643 dest_port->private_data, in __snd_seq_deliver_single_event() 661 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() local 671 if (dest_port == NULL) in snd_seq_deliver_single_event() 680 if (dest_port->timestamping) in snd_seq_deliver_single_event() 681 update_timestamp_of_queue(event, dest_port->time_queue, in snd_seq_deliver_single_event() 682 dest_port->time_real); in snd_seq_deliver_single_event() 702 if (dest_port) in snd_seq_deliver_single_event() [all …]
|
H A D | seq_ports.c | 588 struct snd_seq_client_port *dest_port, in snd_seq_port_connect() argument 611 err = check_and_subscribe_port(dest_client, dest_port, subs, false, in snd_seq_port_connect() 632 struct snd_seq_client_port *dest_port, in snd_seq_port_disconnect() argument 635 struct snd_seq_port_subs_info *dest = &dest_port->c_dest; in snd_seq_port_disconnect() 646 __delete_and_unsubscribe_port(dest_client, dest_port, in snd_seq_port_disconnect()
|
H A D | seq_clientmgr.h | 92 struct snd_seq_client_port *dest_port,
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_debugfs.c | 11 u16 *src_port, *dest_port; member 71 if (ai->dest_port) in mtk_print_addr_info() 72 seq_printf(m, ":%d", *ai->dest_port); in mtk_print_addr_info() 110 ai.dest_port = &entry->ipv4.orig.dest_port; in mtk_ppe_debugfs_foe_show() 118 ai.dest_port = &entry->ipv6.dest_port; in mtk_ppe_debugfs_foe_show() 135 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 | 297 __be32 dest_addr, __be16 dest_port) in mtk_foe_entry_set_ipv4_tuple() argument 329 t->dest_port = be16_to_cpu(dest_port); in mtk_foe_entry_set_ipv4_tuple() 337 __be32 *dest_addr, __be16 dest_port) in mtk_foe_entry_set_ipv6_tuple() argument 351 entry->ipv6.dest_port = be16_to_cpu(dest_port); in mtk_foe_entry_set_ipv6_tuple()
|
/openbmc/linux/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 585 struct mlxsw_sp_port *dest_port = sparms.dest_port; in mlxsw_sp_span_entry_gretap6_configure() local 651 struct mlxsw_sp_port *dest_port = sparms.dest_port; in mlxsw_sp_span_entry_vlan_configure() local 781 if (!sparms.dest_port) in mlxsw_sp_span_entry_configure() 787 sparms.dest_port = NULL; in mlxsw_sp_span_entry_configure() 794 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
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tpda.c | 65 __tpda_enable(drvdata, in->dest_port); in tpda_enable() 70 dev_dbg(drvdata->dev, "TPDA inport %d enabled.\n", in->dest_port); in tpda_enable() 95 __tpda_disable(drvdata, in->dest_port); in tpda_disable() 99 dev_dbg(drvdata->dev, "TPDA inport %d disabled\n", in->dest_port); in tpda_disable()
|
H A D | coresight-funnel.c | 89 rc = dynamic_funnel_enable_hw(drvdata, in->dest_port); in funnel_enable() 99 in->dest_port); in funnel_enable() 133 dynamic_funnel_disable_hw(drvdata, in->dest_port); in funnel_disable() 140 in->dest_port); in funnel_disable()
|
H A D | coresight-sysfs.c | 152 if (conn->dest_port == -1 && conn->src_port == -1) in coresight_make_links() 161 "in:%d", conn->dest_port); in coresight_make_links()
|
H A D | coresight-platform.c | 244 conn.dest_port = rendpoint.port; in of_coresight_parse_endpoint() 628 conn->dest_port = fields[1].integer.value; in acpi_coresight_parse_link() 647 conn->dest_port = fields[0].integer.value; in acpi_coresight_parse_link()
|
H A D | coresight-replicator.c | 129 rc = dynamic_replicator_enable(drvdata, in->dest_port, in replicator_enable() 183 dynamic_replicator_disable(drvdata, in->dest_port, in replicator_disable()
|
/openbmc/linux/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()
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_device.h | 156 int dest_client, int dest_port) in snd_seq_oss_fill_addr() argument 161 ev->dest.port = dest_port; in snd_seq_oss_fill_addr()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 78 static uint16_t dest_port = 9000; variable 471 udph->source = ntohs(dest_port + 1); /* spoof */ in fill_header_udp() 472 udph->dest = ntohs(dest_port); in fill_header_udp() 745 dest_port = strtoul(optarg, NULL, 10); in parse_opt() 820 daddr.sin_port = htons(dest_port); in resolve_hostname() 825 daddr6.sin6_port = htons(dest_port); in resolve_hostname() 906 fprintf(stderr, "server port: %u\n", dest_port); in main()
|
/openbmc/linux/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()
|
/openbmc/linux/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);
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | apr.h | 63 uint16_t dest_port; member 87 uint32_t dest_port; member
|
/openbmc/linux/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()
|
/openbmc/u-boot/drivers/net/ |
H A D | netconsole.c | 134 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port, in nc_input_packet() argument 139 if (dest_port != nc_in_port || !len) in nc_input_packet()
|