Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c718 xd->state_retries = 0; in __stop_handshake()
1207 if (xd->state_retries-- > 0) { in tb_xdomain_get_uuid()
1334 if (xd->state_retries-- > 0) { in tb_xdomain_bond_lanes_uuid_high()
1394 xd->remote_uuid, xd->state_retries, in tb_xdomain_get_properties()
1397 if (xd->state_retries-- > 0) { in tb_xdomain_get_properties()
1495 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_uuid()
1503 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_link_status()
1511 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_link_status2()
1526 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_bonding()
1534 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_bonding_uuid_low()
[all …]
/openbmc/linux/include/linux/
H A Dthunderbolt.h265 int state_retries; member