Home
last modified time | relevance | path

Searched refs:TB_PATH_MIN_HOPID (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c2130 hopid = TB_PATH_MIN_HOPID; in tb_xdomain_alloc_in_hopid()
2131 if (hopid < TB_PATH_MIN_HOPID || hopid > xd->local_max_hopid) in tb_xdomain_alloc_in_hopid()
2152 hopid = TB_PATH_MIN_HOPID; in tb_xdomain_alloc_out_hopid()
2153 if (hopid < TB_PATH_MIN_HOPID || hopid > xd->remote_max_hopid) in tb_xdomain_alloc_out_hopid()
H A Dpath.c71 for (i = TB_PATH_MIN_HOPID; i <= src->config.max_in_hop_id; i++) { in tb_path_find_src_hopid()
H A Dswitch.c774 if (!tb_port_is_nhi(port) && min_hopid < TB_PATH_MIN_HOPID) in tb_port_alloc_hopid()
775 min_hopid = TB_PATH_MIN_HOPID; in tb_port_alloc_hopid()
1593 for (i = TB_PATH_MIN_HOPID; in tb_switch_reset_host()
H A Dtb.h429 #define TB_PATH_MIN_HOPID 8 macro
H A Ddebugfs.c1436 start = tb_port_is_nhi(port) ? 1 : TB_PATH_MIN_HOPID; in path_show()