Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c717 xd->properties_changed_retries = 0; in __stop_handshake()
1549 xd->properties_changed_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_properties_changed()
1688 xd->properties_changed_retries, xd->local_uuid); in tb_xdomain_properties_changed()
1690 if (xd->properties_changed_retries-- > 0) { in tb_xdomain_properties_changed()
1701 xd->properties_changed_retries = XDOMAIN_RETRIES; in tb_xdomain_properties_changed()
/openbmc/linux/include/linux/
H A Dthunderbolt.h267 int properties_changed_retries; member