Lines Matching refs:tb_xdomain

237 struct tb_xdomain {  struct
274 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd); argument
275 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd);
276 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
277 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid);
278 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
279 void tb_xdomain_release_out_hopid(struct tb_xdomain *xd, int hopid);
280 int tb_xdomain_enable_paths(struct tb_xdomain *xd, int transmit_path,
283 int tb_xdomain_disable_paths(struct tb_xdomain *xd, int transmit_path,
287 static inline int tb_xdomain_disable_all_paths(struct tb_xdomain *xd) in tb_xdomain_disable_all_paths()
292 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
293 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route);
295 static inline struct tb_xdomain *
298 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked()
307 static inline struct tb_xdomain *
310 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked()
319 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get()
326 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put()
337 static inline struct tb_xdomain *tb_to_xdomain(struct device *dev) in tb_to_xdomain()
340 return container_of(dev, struct tb_xdomain, dev); in tb_to_xdomain()
344 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
346 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
468 static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc) in tb_service_parent()