Searched defs:out_port (Results 1 – 7 of 7) sorted by relevance
37 struct tb_port *port, *out_port = NULL; in tb_path_find_dst_port() local104 struct tb_port *out_port; in tb_path_discover() local231 struct tb_port *in_port, *out_port; in tb_path_alloc() local
253 u32 out_port:6; /* next port of the path (on the same switch) */ member
177 struct tb_port *out_port; member
104 const unsigned int out_port = (io_port > 2) ? io_port + 1 : io_port; in gpiomm_gpio_direction_output() local218 const unsigned int out_port = (port > 2) ? port + 1 : port; in gpiomm_gpio_set() local240 unsigned int out_port; in gpiomm_gpio_set_multiple() local
112 const unsigned out_port = (io_port > 2) ? io_port + 1 : io_port; in dio48e_gpio_direction_output() local228 const unsigned out_port = (port > 2) ? port + 1 : port; in dio48e_gpio_set() local250 unsigned int out_port; in dio48e_gpio_set_multiple() local
41 struct ps2mult_port *out_port; member
877 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output()