Searched defs:tb_xdomain (Results 1 – 1 of 1) sorted by relevance
215 struct tb_xdomain { struct216 struct device dev;217 struct tb *tb;218 uuid_t *remote_uuid;219 const uuid_t *local_uuid;220 u64 route;221 u16 vendor;222 u16 device;246 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path, argument