Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Ddebugfs.c568 if (tb_port_is_null(port) || tb_port_is_nhi(port)) { in path_show()
574 start = tb_port_is_nhi(port) ? 1 : TB_PATH_MIN_HOPID; in path_show()
Dtb.h473 static inline bool tb_port_is_nhi(const struct tb_port *port) in tb_port_is_nhi() function
Dswitch.c787 if (!tb_port_is_nhi(port) && min_hopid < TB_PATH_MIN_HOPID) in tb_port_alloc_hopid()