Searched refs:tb_path (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | path.c | 101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover() 108 struct tb_path *path; in tb_path_discover() 238 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc() 244 struct tb_path *path; in tb_path_alloc() 358 void tb_path_free(struct tb_path *path) in tb_path_free() 379 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc() 462 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops() 477 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate() 503 int tb_path_activate(struct tb_path *path) in tb_path_activate() 597 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid() [all …]
|
H A D | tunnel.c | 388 static int tb_pci_init_path(struct tb_path *path) in tb_pci_init_path() 425 struct tb_path *path; in tb_tunnel_discover_pci() 505 struct tb_path *path; in tb_tunnel_alloc_pci() 1113 struct tb_path **paths; in tb_dp_activate() 1428 static void tb_dp_init_aux_path(struct tb_path *path, bool pm_support) in tb_dp_init_aux_path() 1475 static int tb_dp_init_video_path(struct tb_path *path, bool pm_support) in tb_dp_init_video_path() 1557 struct tb_path *path; in tb_tunnel_discover_dp() 1660 struct tb_path **paths; in tb_tunnel_alloc_dp() 1661 struct tb_path *path; in tb_tunnel_alloc_dp() 1763 static int tb_dma_init_rx_path(struct tb_path *path, unsigned int credits) in tb_dma_init_rx_path() [all …]
|
H A D | tb.h | 430 struct tb_path { struct 1179 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, 1183 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, 1186 void tb_path_free(struct tb_path *path); 1187 int tb_path_activate(struct tb_path *path); 1188 void tb_path_deactivate(struct tb_path *path); 1190 bool tb_path_is_invalid(struct tb_path *path); 1191 bool tb_path_port_on_path(const struct tb_path *path,
|
H A D | test.c | 846 struct tb_path *path; in tb_test_path_not_connected() 898 struct tb_path *path; in tb_test_path_not_bonded_lane0() 960 struct tb_path *path; in tb_test_path_not_bonded_lane1() 1038 struct tb_path *path; in tb_test_path_not_bonded_lane1_chain() 1118 struct tb_path *path; in tb_test_path_not_bonded_lane1_chain_reverse() 1209 struct tb_path *path; in tb_test_path_mixed_chain() 1301 struct tb_path *path; in tb_test_path_mixed_chain_reverse() 2028 struct tb_path *path; in tb_test_credit_alloc_legacy_not_bonded() 2061 struct tb_path *path; in tb_test_credit_alloc_legacy_bonded() 2094 struct tb_path *path; in tb_test_credit_alloc_pcie() [all …]
|
H A D | tunnel.h | 78 struct tb_path **paths;
|