Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Dpath.c57 out_port = &sw->ports[hop.out_port]; in tb_path_find_dst_port()
62 return out_port && hopid == dst_hopid ? out_port : NULL; in tb_path_find_dst_port()
144 out_port = &sw->ports[hop.out_port]; in tb_path_discover()
189 out_port = &sw->ports[hop.out_port]; in tb_path_discover()
201 path->hops[i].out_port = out_port; in tb_path_discover()
279 out_port = NULL; in tb_path_alloc()
297 if (!out_port) in tb_path_alloc()
311 out_port = out_port->dual_link_port; in tb_path_alloc()
318 out_port = out_port->dual_link_port; in tb_path_alloc()
335 path->hops[i].out_port = out_port; in tb_path_alloc()
[all …]
A Dtest.c849 u8 out_port; member
897 out_port = path->hops[i].out_port; 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()
959 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1()
966 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1()
1039 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1_chain()
1046 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1_chain()
1119 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1_chain_reverse()
1126 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1_chain_reverse()
1211 out_port = path->hops[i].out_port; in tb_test_path_mixed_chain()
[all …]
A Dtb_regs.h482 u32 out_port:6; /* next port of the path (on the same switch) */ member
A Dtb.h370 struct tb_port *out_port; member
A Dtunnel.c1535 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port)) in tb_tunnel_match_dma()
/linux-6.3-rc2/drivers/input/serio/
A 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.3-rc2/drivers/parport/
A Dparport_mfc3.c313 goto out_port; in parport_mfc3_init()
335 out_port: in parport_mfc3_init()
/linux-6.3-rc2/drivers/s390/scsi/
A Dzfcp_aux.c77 goto out_port; in zfcp_init_device_configure()
83 out_port: in zfcp_init_device_configure()
/linux-6.3-rc2/sound/soc/qcom/qdsp6/
A Dtopology.c414 uint32_t max_ip_port = 0, max_op_port = 0, in_port = 0, out_port = 0; in audioreach_parse_common_tokens() local
461 out_port = le32_to_cpu(mod_elem->value); in audioreach_parse_common_tokens()
552 mod->out_port = out_port; in audioreach_parse_common_tokens()
A Daudioreach.h657 uint32_t out_port; member
/linux-6.3-rc2/net/phonet/
A Dsocket.c187 goto out_port; in pn_socket_bind()
195 out_port: in pn_socket_bind()
/linux-6.3-rc2/net/openvswitch/
A 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()

Completed in 39 milliseconds