Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
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 Ddebugfs.c574 start = tb_port_is_nhi(port) ? 1 : TB_PATH_MIN_HOPID; in path_show()
H A Dtb.h331 #define TB_PATH_MIN_HOPID 8 macro
H A Dswitch.c787 if (!tb_port_is_nhi(port) && min_hopid < TB_PATH_MIN_HOPID) in tb_port_alloc_hopid()
788 min_hopid = TB_PATH_MIN_HOPID; in tb_port_alloc_hopid()