Searched refs:tb_port_alloc_out_hopid (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | path.c | 193 tb_port_alloc_out_hopid(out_port, next_hop, next_hop) < 0) { in tb_path_discover() 323 ret = tb_port_alloc_out_hopid(out_port, dst_hopid, in tb_path_alloc() 326 ret = tb_port_alloc_out_hopid(out_port, -1, -1); in tb_path_alloc()
|
D | tb.h | 1019 int tb_port_alloc_out_hopid(struct tb_port *port, int hopid, int max_hopid);
|
D | switch.c | 794 int tb_port_alloc_out_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_out_hopid() function
|