Searched refs:TB_TYPE_PORT (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/thunderbolt/ |
A D | test.c | 833 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane0() 895 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1() 959 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 966 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 973 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 1039 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain_reverse() 1046 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain_reverse() 1053 .in_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain_reverse() 1123 .in_type = TB_TYPE_PORT, in tb_test_path_mixed_chain() 1130 .in_type = TB_TYPE_PORT, in tb_test_path_mixed_chain() [all …]
|
A D | tb_regs.h | 252 TB_TYPE_PORT = 0x000001, enumerator
|
A D | eeprom.c | 386 if (type == TB_TYPE_PORT) { in tb_drom_parse_entry_port()
|
A D | tb.h | 539 return port && port->port && port->config.type == TB_TYPE_PORT; in tb_port_is_null()
|
A D | tb.c | 585 if (port->config.type != TB_TYPE_PORT) in tb_scan_port()
|
A D | switch.c | 745 if (port->config.type == TB_TYPE_PORT) { in tb_init_port()
|
A D | icm.c | 391 if ((port & ICM_PORT_TYPE_MASK) != TB_TYPE_PORT) in icm_fr_get_switch_index()
|
Completed in 32 milliseconds