Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
H A Dtb.h74 #define TB_SWITCH_MAX_DEPTH 6 macro
H A Dswitch.c2408 max_depth = TB_SWITCH_MAX_DEPTH; in tb_switch_exceeds_max_depth()