Home
last modified time | relevance | path

Searched refs:out_port (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dpath.c21 hop->in_hop_index, regs->out_port, regs->next_hop); in tb_dump_hop()
37 struct tb_port *port, *out_port = NULL; in tb_path_find_dst_port() local
57 out_port = &sw->ports[hop.out_port]; in tb_path_find_dst_port()
59 port = out_port->remote; in tb_path_find_dst_port()
62 return out_port && hopid == dst_hopid ? out_port : NULL; in tb_path_find_dst_port()
106 struct tb_port *out_port; in tb_path_discover() local
144 out_port = &sw->ports[hop.out_port]; in tb_path_discover()
146 *last = out_port; in tb_path_discover()
149 p = out_port->remote; in tb_path_discover()
189 out_port = &sw->ports[hop.out_port]; in tb_path_discover()
[all …]
Dtest.c849 u8 out_port; member
868 .out_port = 3, in tb_test_path_not_bonded_lane0()
875 .out_port = 9, in tb_test_path_not_bonded_lane0()
894 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane0() local
897 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane0()
903 KUNIT_EXPECT_EQ(test, tb_route(out_port->sw), test_data[i].route); in tb_test_path_not_bonded_lane0()
904 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane0()
905 KUNIT_EXPECT_EQ(test, (enum tb_port_type)out_port->config.type, in tb_test_path_not_bonded_lane0()
930 .out_port = 2, in tb_test_path_not_bonded_lane1()
937 .out_port = 13, in tb_test_path_not_bonded_lane1()
[all …]
Dtb_regs.h444 u32 out_port:6; /* next port of the path (on the same switch) */ member
Dtb.h348 struct tb_port *out_port; member
Dtunnel.c1167 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port)) in tb_tunnel_match_dma()
/linux-6.1.9/drivers/input/serio/
Dps2mult.c41 struct ps2mult_port *out_port; member
69 psm->out_port = port; in ps2mult_select_port()
83 if (psm->out_port != port) in ps2mult_serio_write()
186 psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT]; in ps2mult_connect()
259 psm->in_port = psm->out_port; in ps2mult_interrupt()
/linux-6.1.9/drivers/parport/
Dparport_mfc3.c313 goto out_port; in parport_mfc3_init()
335 out_port: in parport_mfc3_init()
/linux-6.1.9/sound/soc/qcom/qdsp6/
Dtopology.c410 uint32_t max_ip_port = 0, max_op_port = 0, in_port = 0, out_port = 0; in audioreach_parse_common_tokens() local
451 out_port = le32_to_cpu(mod_elem->value); in audioreach_parse_common_tokens()
478 mod->out_port = out_port; in audioreach_parse_common_tokens()
Daudioreach.h634 uint32_t out_port; member
/linux-6.1.9/drivers/s390/scsi/
Dzfcp_aux.c77 goto out_port; in zfcp_init_device_configure()
83 out_port: in zfcp_init_device_configure()
/linux-6.1.9/net/phonet/
Dsocket.c187 goto out_port; in pn_socket_bind()
195 out_port: in pn_socket_bind()
/linux-6.1.9/net/openvswitch/
Dactions.c911 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output() argument
914 struct vport *vport = ovs_vport_rcu(dp, out_port); in do_output()