Searched refs:tb_port_is_nhi (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Ddebugfs.c1429 if (tb_port_is_null(port) || tb_port_is_nhi(port)) {
1435 start = tb_port_is_nhi(port) ? 1 : TB_PATH_MIN_HOPID;
H A Dtunnel.c1748 if (tb_port_is_nhi(path->hops[0].in_port))
1750 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port))
H A Dtb.h626 static inline bool tb_port_is_nhi(const struct tb_port *port) function
H A Dswitch.c775 if (!tb_port_is_nhi(port) && min_hopid < TB_PATH_MIN_HOPID)

Completed in 145 milliseconds