Lines Matching refs:tb_xdomain

222 struct tb_xdomain {  struct
257 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd); argument
258 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd);
259 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
260 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid);
261 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
262 void tb_xdomain_release_out_hopid(struct tb_xdomain *xd, int hopid);
263 int tb_xdomain_enable_paths(struct tb_xdomain *xd, int transmit_path,
266 int tb_xdomain_disable_paths(struct tb_xdomain *xd, int transmit_path,
270 static inline int tb_xdomain_disable_all_paths(struct tb_xdomain *xd) in tb_xdomain_disable_all_paths()
275 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
276 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route);
278 static inline struct tb_xdomain *
281 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked()
290 static inline struct tb_xdomain *
293 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked()
302 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get()
309 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put()
320 static inline struct tb_xdomain *tb_to_xdomain(struct device *dev) in tb_to_xdomain()
323 return container_of(dev, struct tb_xdomain, dev); in tb_to_xdomain()
327 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
329 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
451 static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc) in tb_service_parent()