Searched defs:tb_xdomain (Results 1 – 1 of 1) sorted by relevance
223 struct tb_xdomain { struct224 struct device dev;225 struct tb *tb;226 uuid_t *remote_uuid;227 const uuid_t *local_uuid;228 u64 route;229 u16 vendor;230 u16 device;231 unsigned int local_max_hopid;232 unsigned int remote_max_hopid;[all …]