Home
last modified time | relevance | path

Searched refs:uuid_retries (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Dxdomain.c902 ret = tb_xdp_uuid_request(tb->ctl, xd->route, xd->uuid_retries, &uuid); in tb_xdomain_get_uuid()
904 if (xd->uuid_retries-- > 0) { in tb_xdomain_get_uuid()
1149 xd->uuid_retries = XDOMAIN_UUID_RETRIES; in start_handshake()
1167 xd->uuid_retries = 0; in stop_handshake()
/Linux-v5.4/include/linux/
Dthunderbolt.h237 int uuid_retries; member