Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dxdomain.c1007 xd->remote_uuid, xd->properties_retries, in tb_xdomain_get_properties()
1010 if (xd->properties_retries-- > 0) { in tb_xdomain_get_properties()
1022 xd->properties_retries = XDOMAIN_PROPERTIES_RETRIES; in tb_xdomain_get_properties()
1202 xd->properties_retries = XDOMAIN_PROPERTIES_RETRIES; in start_handshake()
1220 xd->properties_retries = 0; in stop_handshake()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h239 int properties_retries; member