Home
last modified time | relevance | path

Searched refs:TB_SWITCH_MAX_DEPTH (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/thunderbolt/
Dtb.h71 #define TB_SWITCH_MAX_DEPTH 6 macro
Dicm.c881 if (link > ICM_MAX_LINK || depth > TB_SWITCH_MAX_DEPTH) { in icm_fr_device_disconnected()
917 if (link > ICM_MAX_LINK || depth > TB_SWITCH_MAX_DEPTH) { in icm_fr_xdomain_connected()
Dswitch.c2300 max_depth = TB_SWITCH_MAX_DEPTH; in tb_switch_exceeds_max_depth()