Home
last modified time | relevance | path

Searched refs:local_uuid (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dxdomain.c437 if (!uuid_equal(xd->local_uuid, &req->dst_uuid)) { in tb_xdp_properties_response()
465 uuid_copy(&res->src_uuid, xd->local_uuid); in tb_xdp_properties_response()
1371 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_bond_lanes_uuid_high()
1547 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid,
1677 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_state_work()
1847 xd->properties_changed_retries, xd->local_uuid);
2027 kfree(xd->local_uuid); in tb_xdomain_alloc()
2113 * @local_uuid: Our local domain UUID in tb_xdomain_lane_bonding_enable()
2122 u64 route, const uuid_t *local_uuid, in tb_xdomain_lane_bonding_enable()
2149 xd->local_uuid
1966 tb_xdomain_alloc(struct tb * tb,struct device * parent,u64 route,const uuid_t * local_uuid,const uuid_t * remote_uuid) tb_xdomain_alloc() argument
[all...]
H A Dtb_msgs.h219 uuid_t local_uuid; member
379 uuid_t local_uuid; member
H A Dicm.c710 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain()
717 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
1013 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_disconnected()
1416 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_disconnected()
705 add_xdomain(struct tb_switch * sw,u64 route,const uuid_t * local_uuid,const uuid_t * remote_uuid,u8 link,u8 depth) add_xdomain() argument