Lines Matching refs:tb_xdomain
223 struct tb_xdomain { struct
260 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd); argument
261 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd);
262 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
263 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid);
264 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
265 void tb_xdomain_release_out_hopid(struct tb_xdomain *xd, int hopid);
266 int tb_xdomain_enable_paths(struct tb_xdomain *xd, int transmit_path,
269 int tb_xdomain_disable_paths(struct tb_xdomain *xd, int transmit_path,
273 static inline int tb_xdomain_disable_all_paths(struct tb_xdomain *xd) in tb_xdomain_disable_all_paths()
278 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
279 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route);
281 static inline struct tb_xdomain *
284 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked()
293 static inline struct tb_xdomain *
296 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked()
305 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get()
312 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put()
323 static inline struct tb_xdomain *tb_to_xdomain(struct device *dev) in tb_to_xdomain()
326 return container_of(dev, struct tb_xdomain, dev); in tb_to_xdomain()
330 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
332 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
454 static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc) in tb_service_parent()