Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Ddebugfs.c1430 if (tb_port_is_null(port) || tb_port_is_nhi(port)) { in path_show()
1436 start = tb_port_is_nhi(port) ? 1 : TB_PATH_MIN_HOPID; in path_show()
H A Dtunnel.c1729 if (tb_port_is_nhi(path->hops[0].in_port)) in tb_tunnel_match_dma()
1731 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port)) in tb_tunnel_match_dma()
H A Dtb.h596 static inline bool tb_port_is_nhi(const struct tb_port *port) in tb_port_is_nhi() function
H A Dswitch.c774 if (!tb_port_is_nhi(port) && min_hopid < TB_PATH_MIN_HOPID) in tb_port_alloc_hopid()