Lines Matching defs:tb_xdomain
222 struct tb_xdomain { struct
223 struct device dev;
224 struct tb *tb;
225 uuid_t *remote_uuid;
226 const uuid_t *local_uuid;
227 u64 route;
228 u16 vendor;
229 u16 device;
230 unsigned int local_max_hopid;
231 unsigned int remote_max_hopid;
232 struct mutex lock;
233 const char *vendor_name;
257 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd); argument