Home
last modified time | relevance | path

Searched refs:max_in_hop_id (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/thunderbolt/
Dtest.c84 sw->ports[0].config.max_in_hop_id = 7; in alloc_host()
88 sw->ports[1].config.max_in_hop_id = 19; in alloc_host()
95 sw->ports[2].config.max_in_hop_id = 19; in alloc_host()
103 sw->ports[3].config.max_in_hop_id = 19; in alloc_host()
110 sw->ports[4].config.max_in_hop_id = 19; in alloc_host()
118 sw->ports[5].config.max_in_hop_id = 9; in alloc_host()
123 sw->ports[6].config.max_in_hop_id = 9; in alloc_host()
128 sw->ports[7].config.max_in_hop_id = 11; in alloc_host()
133 sw->ports[8].config.max_in_hop_id = 8; in alloc_host()
137 sw->ports[9].config.max_in_hop_id = 8; in alloc_host()
[all …]
Dtb_regs.h286 u32 max_in_hop_id:11; member
Dpath.c71 for (i = TB_PATH_MIN_HOPID; i <= src->config.max_in_hop_id; i++) { in tb_path_find_src_hopid()
Ddebugfs.c587 for (i = start; i <= port->config.max_in_hop_id; i++) { in path_show()
Dswitch.c511 regs->max_in_hop_id, regs->max_out_hop_id); in tb_dump_port()
806 port_max_hopid = port->config.max_in_hop_id; in tb_port_alloc_hopid()
Dxdomain.c1860 xd->local_max_hopid = down->config.max_in_hop_id; in tb_xdomain_alloc()