Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dxdomain.c1520 xd->properties_changed_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_properties_changed()
1650 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1652 if (xd->properties_changed_retries-- > 0) { in tb_xdomain_properties_changed()
1663 xd->properties_changed_retries = XDOMAIN_RETRIES; in tb_xdomain_properties_changed()
1807 xd->properties_changed_retries = 0; in stop_handshake()
/linux-6.1.9/include/linux/
Dthunderbolt.h253 int properties_changed_retries; member