Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.h61 #define TB_SWITCH_MAX_DEPTH 6 macro
H A Dicm.c861 if (link > ICM_MAX_LINK || depth > TB_SWITCH_MAX_DEPTH) { in icm_fr_device_disconnected()
891 if (link > ICM_MAX_LINK || depth > TB_SWITCH_MAX_DEPTH) { in icm_fr_xdomain_connected()
H A Dswitch.c1862 max_depth = TB_SWITCH_MAX_DEPTH; in tb_switch_exceeds_max_depth()