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