Lines Matching defs:tb_xdomain
236 struct tb_xdomain { struct
237 struct device dev;
238 struct tb *tb;
239 uuid_t *remote_uuid;
240 const uuid_t *local_uuid;
241 u64 route;
242 u16 vendor;
243 u16 device;
244 unsigned int local_max_hopid;
245 unsigned int remote_max_hopid;
246 struct mutex lock;
247 const char *vendor_name;
248 const char *device_name;
249 unsigned int link_speed;
273 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd); argument