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

/linux-4.1.27/drivers/thunderbolt/
H A Dpath.c16 hop->out_port, hop->next_hop, tb_dump_hop()
100 tb_route(path->hops[path->path_length - 1].out_port->sw), tb_path_deactivate()
101 path->hops[path->path_length - 1].out_port->port); tb_path_deactivate()
128 tb_route(path->hops[path->path_length - 1].out_port->sw), tb_path_activate()
129 path->hops[path->path_length - 1].out_port->port); tb_path_activate()
176 hop.out_port = path->hops[i].out_port->port; tb_path_activate()
230 if (path->hops[i].out_port->sw->is_unplugged) tb_path_is_invalid()
H A Dtb.h46 * in_port and out_port have to be on the same switch. Packets arriving on
47 * in_port with "hop" = in_hop_index will get routed to through out_port. The
48 * next hop to take (on out_port->remote) is determined by next_hop_index.
55 struct tb_port *out_port; member in struct:tb_path_hop
H A Dtunnel_pci.c80 tunnel->path_to_up->hops[0].out_port = tb_upstream_port(up->sw)->remote; tb_pci_alloc()
86 tunnel->path_to_up->hops[1].out_port = up; tb_pci_alloc()
92 tunnel->path_to_down->hops[0].out_port = tb_upstream_port(up->sw); tb_pci_alloc()
99 tunnel->path_to_down->hops[1].out_port = down; tb_pci_alloc()
H A Dtb_regs.h191 * out_port (on the incoming port of the next switch)
193 u32 out_port:6; /* next port of the path (on the same switch) */ member in struct:tb_regs_hop
/linux-4.1.27/drivers/net/arcnet/
H A Dcom20020-pci.c97 goto out_port; com20020pci_probe()
113 goto out_port; com20020pci_probe()
137 goto out_port; com20020pci_probe()
141 goto out_port; com20020pci_probe()
159 goto out_port; com20020pci_probe()
168 out_port: com20020pci_probe()
/linux-4.1.27/drivers/input/serio/
H A Dps2mult.c44 struct ps2mult_port *out_port; member in struct:ps2mult
72 psm->out_port = port; ps2mult_select_port()
86 if (psm->out_port != port) ps2mult_serio_write()
189 psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT]; ps2mult_connect()
262 psm->in_port = psm->out_port; ps2mult_interrupt()
/linux-4.1.27/drivers/staging/i2o/
H A Dpci.c171 c->out_port = c->base.virt + I2O_OUT_PORT; i2o_pci_alloc()
185 c->out_port += I2O_MOTOROLA_PORT_OFFSET; i2o_pci_alloc()
238 m = readl(c->out_port); i2o_pci_interrupt()
244 m = readl(c->out_port); i2o_pci_interrupt()
H A Di2o.h539 void __iomem *out_port; /* Outbound port address */ member in struct:i2o_controller
949 writel(m, c->out_port); i2o_flush_reply()
/linux-4.1.27/drivers/parport/
H A Dparport_mfc3.c317 goto out_port; parport_mfc3_init()
339 out_port: parport_mfc3_init()
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_aux.c75 goto out_port; zfcp_init_device_configure()
81 out_port: zfcp_init_device_configure()
/linux-4.1.27/net/phonet/
H A Dsocket.c196 goto out_port; pn_socket_bind()
204 out_port: pn_socket_bind()
/linux-4.1.27/net/openvswitch/
H A Dactions.c600 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port) do_output() argument
602 struct vport *vport = ovs_vport_rcu(dp, out_port); do_output()

Completed in 269 milliseconds