Home
last modified time | relevance | path

Searched refs:max_out_hop_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtest.c85 sw->ports[0].config.max_out_hop_id = 7; in alloc_host()
89 sw->ports[1].config.max_out_hop_id = 19; in alloc_host()
96 sw->ports[2].config.max_out_hop_id = 19; in alloc_host()
104 sw->ports[3].config.max_out_hop_id = 19; in alloc_host()
111 sw->ports[4].config.max_out_hop_id = 19; in alloc_host()
119 sw->ports[5].config.max_out_hop_id = 9; in alloc_host()
124 sw->ports[6].config.max_out_hop_id = 9; in alloc_host()
129 sw->ports[7].config.max_out_hop_id = 11; in alloc_host()
134 sw->ports[8].config.max_out_hop_id = 8; in alloc_host()
138 sw->ports[9].config.max_out_hop_id = 8; in alloc_host()
[all …]
H A Dtb_regs.h304 u32 max_out_hop_id:11; member
H A Dswitch.c453 regs->max_in_hop_id, regs->max_out_hop_id); in tb_dump_port()
766 port_max_hopid = port->config.max_out_hop_id; in tb_port_alloc_hopid()