Searched refs:tb_xdomain (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 213 struct tb_xdomain { struct 241 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path, argument 244 int tb_xdomain_disable_paths(struct tb_xdomain *xd); 245 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 246 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route); 248 static inline struct tb_xdomain * 251 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked() 260 static inline struct tb_xdomain * 263 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked() 272 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get() [all …]
|
/Linux-v4.19/drivers/thunderbolt/ |
D | xdomain.c | 126 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, in tb_xdomain_response() 178 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request() 499 struct tb_xdomain *xd; in tb_xdp_handle_request() 671 struct tb_xdomain *xd = tb_service_parent(svc); in tb_service_release() 688 struct tb_xdomain *xd = data; in remove_missing_service() 741 static void enumerate_services(struct tb_xdomain *xd) in enumerate_services() 787 static int populate_properties(struct tb_xdomain *xd, in populate_properties() 820 static void tb_xdomain_restore_paths(struct tb_xdomain *xd) in tb_xdomain_restore_paths() 834 struct tb_xdomain *xd = container_of(work, typeof(*xd), in tb_xdomain_get_properties() 928 struct tb_xdomain *xd = container_of(work, typeof(*xd), in tb_xdomain_properties_changed() [all …]
|
D | tb.h | 133 struct tb_xdomain *xdomain; 235 int (*approve_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd); 236 int (*disconnect_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd); 381 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd); 382 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd); 473 struct tb_xdomain *tb_xdomain_alloc(struct tb *tb, struct device *parent, 476 void tb_xdomain_add(struct tb_xdomain *xd); 477 void tb_xdomain_remove(struct tb_xdomain *xd); 478 struct tb_xdomain *tb_xdomain_find_by_link_depth(struct tb *tb, u8 link,
|
D | icm.c | 418 static int icm_fr_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in icm_fr_approve_xdomain_paths() 446 static int icm_fr_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in icm_fr_disconnect_xdomain_paths() 540 struct tb_xdomain *xd; in add_xdomain() 560 static void update_xdomain(struct tb_xdomain *xd, u64 route, u8 link) in update_xdomain() 567 static void remove_xdomain(struct tb_xdomain *xd) in remove_xdomain() 585 struct tb_xdomain *xd; in icm_fr_device_connected() 736 struct tb_xdomain *xd; in icm_fr_xdomain_connected() 820 struct tb_xdomain *xd; in icm_fr_xdomain_disconnected() 947 static int icm_tr_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in icm_tr_approve_xdomain_paths() 975 static int icm_tr_xdomain_tear_down(struct tb *tb, struct tb_xdomain *xd, in icm_tr_xdomain_tear_down() [all …]
|
D | domain.c | 722 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in tb_domain_approve_xdomain_paths() 742 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in tb_domain_disconnect_xdomain_paths() 752 struct tb_xdomain *xd; in disconnect_xdomain()
|
/Linux-v4.19/drivers/net/ |
D | thunderbolt.c | 181 struct tb_xdomain *xd; 238 struct tb_xdomain *xd = net->xd; in tbnet_login_response() 255 struct tb_xdomain *xd = net->xd; in tbnet_login_request() 275 struct tb_xdomain *xd = net->xd; in tbnet_logout_response() 289 struct tb_xdomain *xd = net->xd; in tbnet_logout_request() 854 struct tb_xdomain *xd = net->xd; in tbnet_open() 1179 const struct tb_xdomain *xd = net->xd; in tbnet_generate_mac() 1195 struct tb_xdomain *xd = tb_service_parent(svc); in tbnet_probe()
|