Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dicm.c879 if (link > ICM_MAX_LINK || depth > TB_SWITCH_MAX_DEPTH) { in icm_fr_device_disconnected()
915 if (link > ICM_MAX_LINK || depth > TB_SWITCH_MAX_DEPTH) { in icm_fr_xdomain_connected()
Dtb.h72 #define TB_SWITCH_MAX_DEPTH 6 macro
Dswitch.c2242 max_depth = TB_SWITCH_MAX_DEPTH; in tb_switch_exceeds_max_depth()