Searched refs:out_port (Results 1 – 9 of 9) sorted by relevance
| /drivers/thunderbolt/ |
| A D | path.c | 57 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 D | test.c | 866 u8 out_port; member 914 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane0() 921 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane0() 976 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1() 983 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1() 1056 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1_chain() 1063 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1_chain() 1136 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1_chain_reverse() 1143 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1_chain_reverse() 1228 out_port = path->hops[i].out_port; in tb_test_path_mixed_chain() [all …]
|
| A D | tunnel.c | 168 struct tb_port *out_port = hop->out_port; in tb_init_pm_support() local 171 if (tb_port_is_null(in_port) && tb_port_is_null(out_port) && in tb_init_pm_support() 1960 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port)) in tb_tunnel_match_dma()
|
| A D | tb_regs.h | 508 u32 out_port:6; /* next port of the path (on the same switch) */ member
|
| A D | tb.h | 383 struct tb_port *out_port; member
|
| /drivers/input/serio/ |
| 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()
|
| /drivers/gpio/ |
| 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()
|
| /drivers/parport/ |
| A D | parport_mfc3.c | 312 goto out_port; in parport_mfc3_init() 334 out_port: in parport_mfc3_init()
|
| /drivers/s390/scsi/ |
| A D | zfcp_aux.c | 77 goto out_port; in zfcp_init_device_configure() 83 out_port: in zfcp_init_device_configure()
|
Completed in 601 milliseconds