Searched refs:out_port (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | path.c | 21 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() 242 struct tb_port *in_port, *out_port, *first_port, *last_port; tb_path_alloc() local [all...] |
| H A D | tunnel.c | 170 struct tb_port *out_port = hop->out_port; in tb_init_pm_support() local 173 if (tb_port_is_null(in_port) && tb_port_is_null(out_port) && in tb_init_pm_support() 1963 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port)) in tb_tunnel_match_dma()
|
| H A D | tb_regs.h | 508 u32 out_port:6; /* next port of the path (on the same switch) */ member
|
| H A D | tb.h | 357 * @out_port: Egress port of a switch where the packet is routed out 363 * @next_hop_index: HopID of the packet when it is routed out from @out_port 371 * in_port and out_port have to be on the same switch. Packets arriving on 372 * in_port with "hop" = in_hop_index will get routed to through out_port. The 373 * next hop to take (on out_port->remote) is determined by 383 struct tb_port *out_port; member
|
| /linux/drivers/input/serio/ |
| H A D | ps2mult.c | 41 struct ps2mult_port *out_port; member 69 psm->out_port = port; in ps2mult_select_port() 82 if (psm->out_port != port) in ps2mult_serio_write() 177 psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT]; in ps2mult_connect() 249 psm->in_port = psm->out_port; in ps2mult_interrupt()
|
| /linux/drivers/gpio/ |
| H A D | gpio-npcm-sgpio.c | 68 u8 out_port; member 182 u8 in_port, out_port, set_port, reg; in npcm_sgpio_init_port() local 188 out_port = GPIO_BANK(gpio->nout_sgpio); in npcm_sgpio_init_port() 190 out_port += 1; in npcm_sgpio_init_port() 193 gpio->out_port = out_port; in npcm_sgpio_init_port() 194 set_port = (out_port & NPCM_IOXCFG2_PORT) << 4 | in npcm_sgpio_init_port()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_aux.c | 76 goto out_port; in zfcp_init_device_configure() 82 out_port: in zfcp_init_device_configure()
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 829 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output() 832 struct vport *vport = ovs_vport_rcu(dp, out_port); in do_output() 828 do_output(struct datapath * dp,struct sk_buff * skb,int out_port,struct sw_flow_key * key) do_output() argument
|