Searched refs:state_retries (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | xdomain.c | 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() [all …]
|
/linux-6.1.9/include/linux/ |
D | thunderbolt.h | 251 int state_retries; member
|