Lines Matching refs:state_retries
1175 ret = tb_xdp_uuid_request(tb->ctl, xd->route, xd->state_retries, &uuid, in tb_xdomain_get_uuid()
1178 if (xd->state_retries-- > 0) { in tb_xdomain_get_uuid()
1230 xd->state_retries, &slw, &tlw, &sls, in tb_xdomain_get_link_status()
1233 if (ret != -EOPNOTSUPP && xd->state_retries-- > 0) { in tb_xdomain_get_link_status()
1279 xd->state_retries, tlw, tls); in tb_xdomain_link_state_change()
1281 if (ret != -EOPNOTSUPP && xd->state_retries-- > 0) { in tb_xdomain_link_state_change()
1304 if (xd->state_retries-- > 0) { in tb_xdomain_bond_lanes_uuid_high()
1363 xd->remote_uuid, xd->state_retries, in tb_xdomain_get_properties()
1366 if (xd->state_retries-- > 0) { in tb_xdomain_get_properties()
1466 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_uuid()
1474 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_link_status()
1482 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_link_status2()
1497 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_bonding()
1505 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_bonding_uuid_low()
1513 xd->state_retries = XDOMAIN_RETRIES; in tb_xdomain_queue_properties()
1808 xd->state_retries = 0; in stop_handshake()