Searched refs:state_retries (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/thunderbolt/ |
D | xdomain.c | 718 xd->state_retries = 0; in __stop_handshake() 1204 ret = tb_xdp_uuid_request(tb->ctl, xd->route, xd->state_retries, &uuid, in tb_xdomain_get_uuid() 1207 if (xd->state_retries-- > 0) { in tb_xdomain_get_uuid() 1258 xd->state_retries, &slw, &tlw, &sls, in tb_xdomain_get_link_status() 1261 if (ret != -EOPNOTSUPP && xd->state_retries-- > 0) { in tb_xdomain_get_link_status() 1306 xd->state_retries, tlw, tls); in tb_xdomain_link_state_change() 1308 if (ret != -EOPNOTSUPP && xd->state_retries-- > 0) { in tb_xdomain_link_state_change() 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() [all …]
|
/linux-6.6.21/include/linux/ |
D | thunderbolt.h | 265 int state_retries; member
|