Home
last modified time | relevance | path

Searched defs:out_port (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dpath.c37 struct tb_port *port, *out_port = NULL; in tb_path_find_dst_port() local
106 struct tb_port *out_port; in tb_path_discover() local
242 struct tb_port *in_port, *out_port, *first_port, *last_port; in tb_path_alloc() local
Dtest.c849 u8 out_port; member
894 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane0() local
956 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane1() local
1036 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane1_chain() local
1116 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane1_chain_reverse() local
1208 const struct tb_port *in_port, *out_port; in tb_test_path_mixed_chain() local
1300 const struct tb_port *in_port, *out_port; in tb_test_path_mixed_chain_reverse() local
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
/linux-6.1.9/drivers/input/serio/
Dps2mult.c41 struct ps2mult_port *out_port; member
/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
Daudioreach.h634 uint32_t out_port; member
/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()