Home
last modified time | relevance | path

Searched refs:local_uuid (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dxdomain.c965 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_get_uuid()
1006 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid, in tb_xdomain_get_properties()
1096 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1192 kfree(xd->local_uuid); in tb_xdomain_release()
1265 * @local_uuid: Our local domain UUID
1272 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1296 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1297 if (!xd->local_uuid) in tb_xdomain_alloc()
1327 kfree(xd->local_uuid); in tb_xdomain_alloc()
1271 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.h213 uuid_t local_uuid; member
371 uuid_t local_uuid; member
H A Dicm.c662 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain()
669 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
958 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
1338 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
661 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
H A Dtb.h938 u64 route, const uuid_t *local_uuid,
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dxdomain.c427 if (!uuid_equal(xd->local_uuid, &req->dst_uuid)) { in tb_xdp_properties_response()
455 uuid_copy(&res->src_uuid, xd->local_uuid); in tb_xdp_properties_response()
1217 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_get_uuid()
1393 ret = tb_xdp_properties_request(tb->ctl, xd->route, xd->local_uuid, in tb_xdomain_get_properties()
1518 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
1688 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1868 kfree(xd->local_uuid); in tb_xdomain_release()
1904 * @local_uuid: Our local domain UUID
1911 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1937 xd->local_uuid in tb_xdomain_alloc()
1910 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.h224 uuid_t local_uuid; member
384 uuid_t local_uuid; member
H A Dicm.c680 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain()
687 xd = tb_xdomain_alloc(sw->tb, &sw->dev, route, local_uuid, remote_uuid); in add_xdomain()
982 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
1374 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
679 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
H A Dtb.h1158 u64 route, const uuid_t *local_uuid,
/kernel/linux/linux-5.10/drivers/net/
H A Dthunderbolt.c238 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_login_response()
255 tbnet_fill_header(&request.hdr, xd->route, sequence, xd->local_uuid, in tbnet_login_request()
275 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_logout_response()
289 tbnet_fill_header(&request.hdr, xd->route, 0, xd->local_uuid, in tbnet_logout_request()
405 if (!uuid_equal(&pkg->hdr.target_uuid, net->xd->local_uuid)) in tbnet_handle_packet()
1183 hash = jhash2((u32 *)xd->local_uuid, 4, 0); in tbnet_generate_mac()
1185 hash = jhash2((u32 *)xd->local_uuid, 4, hash); in tbnet_generate_mac()
/kernel/linux/linux-6.6/drivers/net/thunderbolt/
H A Dmain.c247 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_login_response()
264 tbnet_fill_header(&request.hdr, xd->route, sequence, xd->local_uuid, in tbnet_login_request()
284 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid, in tbnet_logout_response()
298 tbnet_fill_header(&request.hdr, xd->route, 0, xd->local_uuid, in tbnet_logout_request()
432 if (!uuid_equal(&pkg->hdr.target_uuid, net->xd->local_uuid)) in tbnet_handle_packet()
1280 hash = jhash2((u32 *)xd->local_uuid, 4, 0); in tbnet_generate_mac()
1282 hash = jhash2((u32 *)xd->local_uuid, 4, hash); in tbnet_generate_mac()
/kernel/linux/linux-5.10/include/linux/
H A Dthunderbolt.h175 * @local_uuid: Cached local UUID
219 const uuid_t *local_uuid; member
/kernel/linux/linux-6.6/include/linux/
H A Dthunderbolt.h193 * @local_uuid: Cached local UUID
241 const uuid_t *local_uuid; member

Completed in 23 milliseconds