Home
last modified time | relevance | path

Searched refs:tb_switch_depth (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtb.c281 while (sw && tb_switch_depth(sw) > 1) in tb_enable_clx()
287 if (tb_switch_depth(sw) != 1) in tb_enable_clx()
1303 if (tb_switch_depth(sw) > 1 && in tb_configure_link()
H A Dtb.h870 static inline int tb_switch_depth(const struct tb_switch *sw) in tb_switch_depth() function