Searched refs:tb_port_alloc_out_hopid (Results 1 – 3 of 3) sorted by relevance
/drivers/thunderbolt/ |
D | path.c | 186 if (tb_port_alloc_out_hopid(out_port, next_hop, next_hop) < 0) { in tb_path_discover() 311 ret = tb_port_alloc_out_hopid(out_port, dst_hopid, in tb_path_alloc() 314 ret = tb_port_alloc_out_hopid(out_port, -1, -1); in tb_path_alloc()
|
D | tb.h | 849 int tb_port_alloc_out_hopid(struct tb_port *port, int hopid, int max_hopid);
|
D | switch.c | 819 int tb_port_alloc_out_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_out_hopid() function
|